summaryrefslogtreecommitdiff
path: root/sound/oss/msnd.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-05 15:10:58 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-05 15:10:58 -0800
commitd5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c (patch)
tree8b8b91485883c0ceca10625ec5d6ef8443776604 /sound/oss/msnd.c
parenta572a1b999489efb591287632279c6c9eca3e4ed (diff)
Linux 4.10-rc7
Diffstat (limited to 'sound/oss/msnd.c')
0 files changed, 0 insertions, 0 deletions
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 'drivers/usb/usbip/vudc.h')