Commits
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'
Showing diff tof5d6d2da0d9
- Linus Torvalds committed f6167514c81MMerge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/lin...
- Josh Poimboeuf committed 56fb2d6eb63objtool: Fix rare switch jump table pattern detection The following commit: 3732710...
- Stephen Hemminger committed 62c61514191doc: Add missing parameter for msi_setup commit 92ca8d20dee2 ("genirq/msi: Switch to n...
- Tobias Klauser committed f5d6d2da0d9sched/fair: Remove unused but set variable 'rq' Since commit: 8663e24d56dc ("sched/...