diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-21 19:36:06 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-21 19:36:06 +0100 |
commit | 3f4d9925e9174b8786bfbb6e9aa132aa6745078f (patch) | |
tree | 873f1e20eb12bca7e65ced054251b4b317c8333a /kernel | |
parent | kernel: make READ_ONCE() valid on const arguments (diff) | |
parent | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... (diff) | |
parent | x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable() (diff) | |
download | linux-3f4d9925e9174b8786bfbb6e9aa132aa6745078f.tar.xz linux-3f4d9925e9174b8786bfbb6e9aa132aa6745078f.zip |
Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull rcu fix and x86 irq fix from Ingo Molnar:
- Fix a bug that caused an RCU warning splat.
- Two x86 irq related fixes: a hotplug crash fix and an ACPI IRQ
registry fix.
* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
rcu: Clear need_qs flag to prevent splat
* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable()
x86/irq: Fix regression caused by commit b568b8601f05