summaryrefslogtreecommitdiff
path: root/curvetun_mgmt_servers.h
diff options
context:
space:
mode:
authorJon Schipp <jonschipp@gmail.com>2013-11-24 15:44:47 +0100
committerTobias Klauser <tklauser@distanz.ch>2013-11-24 15:50:54 +0100
commit8dcdd694e879451d7b68e45587772757f8d7da87 (patch)
treecf36b8e22d0049eb6671b5dd21bc5ca2844f0b61 /curvetun_mgmt_servers.h
parentec90bd153699f3478e213712d7f952a21889e2ef (diff)
man: bpfc: corrected sentence by adding the word "other"
When viewing the bpfc man page I noticed a mistake saying that the BPF compiler included in the pcap library is the *only* compiler. I changed it to say the *only other* compiler since bpfc is also a BPF compiler. Signed-off-by: Jon Schipp <jonschipp@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'curvetun_mgmt_servers.h')
0 files changed, 0 insertions, 0 deletions
imer_on(). The reason is that the per CPU MCE timer is started by the CMCI logic before the MCE CPU hotplug callback starts the timer with add_timer_on(). So the timer is already queued which triggers the BUG. Using add_timer_on() is pretty pointless in this code because the timer is strictlty per CPU, initialized as pinned and all operations which arm the timer happen on the CPU to which the timer belongs. Simplify the whole machinery by using mod_timer() instead of add_timer_on() which avoids the problem because mod_timer() can handle already queued timers. Use __start_timer() everywhere so the earliest armed expiry time is preserved. Reported-by: Erik Veijola <erik.veijola@intel.com> Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Borislav Petkov <bp@alien8.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701310936080.3457@nanos Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/uapi/asm-generic/ipcbuf.h')