]> 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, 2 Sep 2018 16:41:45 +0000 (09:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Sep 2018 16:41:45 +0000 (09:41 -0700)
commit41477b5b32c00064d804bbab6c3a1f8a78e26639
tree95462b670005ecf40fde8aded07d68b11c86c099
parent1c742a5154220530c4043612e22968a4eed96643
parent6038909e4dab3edbaa191a089c9cd2ac141a7b77
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull core fixes from Thomas Gleixner:
 "A small set of updates for core code:

   - Prevent tracing in functions which are called from trace patching
     via stop_machine() to prevent executing half patched function trace
     entries.

   - Remove old GCC workarounds

   - Remove pointless includes of notifier.h"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  objtool: Remove workaround for unreachable warnings from old GCC
  notifier: Remove notifier header file wherever not used
  watchdog: Mark watchdog touch functions as notrace