Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and...
Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 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
No related branches found
No related tags found
Showing
- drivers/irqchip/irq-gic.c 2 additions, 1 deletiondrivers/irqchip/irq-gic.c
- fs/proc/array.c 1 addition, 0 deletionsfs/proc/array.c
- include/linux/sched.h 3 additions, 2 deletionsinclude/linux/sched.h
- include/trace/events/sched.h 1 addition, 1 deletioninclude/trace/events/sched.h
- kernel/hrtimer.c 1 addition, 2 deletionskernel/hrtimer.c
- kernel/kthread.c 28 additions, 24 deletionskernel/kthread.c
- kernel/smpboot.c 12 additions, 2 deletionskernel/smpboot.c
Loading
Please register or sign in to comment