]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Nov 2017 19:02:15 +0000 (11:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Nov 2017 19:02:15 +0000 (11:02 -0800)
commit410af003e156ed15bc0192aa801a4f9c99d0c9fb
tree00b0de231ef45557ea74763d32b59a211ee5f9d4
parentd9e459dbd2b44755a338c2edc96bdb626db143f9
parent4a471afee1f57185bf0da9fce4285b5c4351956d
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull core fixes from Ingo Molnar:

 - workaround for gcc asm handling

 - futex race fixes

 - objtool build warning fix

 - two watchdog fixes: a crash fix (revert) and a bug fix for
   /proc/sys/kernel/watchdog_thresh handling.

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  objtool: Prevent GCC from merging annotate_unreachable(), take 2
  objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version
  watchdog/hardlockup/perf: Use atomics to track in-use cpu counter
  watchdog/harclockup/perf: Revert 832acfee1c0a ("watchdog/hardlockup/perf: Simplify deferred event destroy")
  futex: Fix more put_pi_state() vs. exit_pi_state_list() races