Revision bb33db7a076f4719dc68c235e187dd4bfb16b621 authored by Linus Torvalds on 15 April 2013, 14:03:01 UTC, committed by Linus Torvalds on 15 April 2013, 14:03:01 UTC
Pull {timer,irq,core} fixes from Thomas Gleixner:

 - timer: bug fix for a cpu hotplug race.

 - irq: single bugfix for a wrong return value, which prevents the
   calling function to invoke the software fallback.

 - core: bugfix which plugs two race confitions which can cause hotplug
   per cpu threads to end up on the wrong cpu.

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  hrtimer: Don't reinitialize a cpu_base lock on CPU_UP

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip: gic: fix irq_trigger return

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  kthread: Prevent unpark race which puts threads on the wrong cpu
4 parent s 41ef2d5 + 84cc8fd + bad9a43 + f2530dc
History
File Mode Size
bnep
cmtp
hidp
rfcomm
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 369 bytes
a2mp.c -rw-r--r-- 21.0 KB
af_bluetooth.c -rw-r--r-- 15.7 KB
amp.c -rw-r--r-- 11.2 KB
hci_conn.c -rw-r--r-- 23.7 KB
hci_core.c -rw-r--r-- 62.1 KB
hci_event.c -rw-r--r-- 99.3 KB
hci_sock.c -rw-r--r-- 22.5 KB
hci_sysfs.c -rw-r--r-- 13.4 KB
l2cap_core.c -rw-r--r-- 153.8 KB
l2cap_sock.c -rw-r--r-- 27.0 KB
lib.c -rw-r--r-- 2.9 KB
mgmt.c -rw-r--r-- 90.5 KB
sco.c -rw-r--r-- 21.7 KB
smp.c -rw-r--r-- 23.7 KB

back to top