diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-28 19:12:27 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-28 19:12:27 +0200 |
commit | 965c4b7e1adacd8fd9c5f3db6f64c3ba834ef6a0 (patch) | |
tree | 6e930097ed322c9195055a87bfb0879a5d5cb694 /kernel | |
parent | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
parent | objtool: Fix rare switch jump table pattern detection (diff) | |
parent | doc: Add missing parameter for msi_setup (diff) | |
parent | sched/fair: Remove unused but set variable 'rq' (diff) | |
download | linux-965c4b7e1adacd8fd9c5f3db6f64c3ba834ef6a0.tar.xz linux-965c4b7e1adacd8fd9c5f3db6f64c3ba834ef6a0.zip |
Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool, irq and scheduler fixes from Ingo Molnar:
"One more objtool fixlet for GCC6 code generation patterns, an irq
DocBook fix and an unused variable warning fix in the scheduler"
* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
objtool: Fix rare switch jump table pattern detection
* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
doc: Add missing parameter for msi_setup
* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/fair: Remove unused but set variable 'rq'