]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatchin...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 May 2019 15:56:04 +0000 (08:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 May 2019 15:56:04 +0000 (08:56 -0700)
commit26255ef81b216025815d085c9cedd34b94b566d9
tree98dd321fc5b6dd9f4b6bf1bcaa6cb6f4a663301f
parent9c981bfec3a16655bb83ad7af85b5a78c4a7bb10
parente6014f593c0c3b3e952590e7b4fa7b2915df202b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching

Pull livepatching updates from Jiri Kosina:

 - livepatching kselftests improvements from Joe Lawrence and Miroslav
   Benes

 - making use of gcc's -flive-patching option when available, from
   Miroslav Benes

 - kobject handling cleanups, from Petr Mladek

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
  livepatch: Remove duplicated code for early initialization
  livepatch: Remove custom kobject state handling
  livepatch: Convert error about unsupported reliable stacktrace into a warning
  selftests/livepatch: Add functions.sh to TEST_PROGS_EXTENDED
  kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
  selftests/livepatch: use TEST_PROGS for test scripts
Makefile