Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git for-linus to receive livepatching updates for 5.2 merge window. Highlights: ===== - 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 ===== Thanks. ---------------------------------------------------------------- Joe Lawrence (1): selftests/livepatch: use TEST_PROGS for test scripts Miroslav Benes (2): kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled selftests/livepatch: Add functions.sh to TEST_PROGS_EXTENDED Petr Mladek (3): livepatch: Convert error about unsupported reliable stacktrace into a warning livepatch: Remove custom kobject state handling livepatch: Remove duplicated code for early initialization Makefile | 4 ++ include/linux/livepatch.h | 3 - kernel/livepatch/core.c | 91 +++++++++++++----------------- tools/testing/selftests/livepatch/Makefile | 3 +- 4 files changed, 45 insertions(+), 56 deletions(-) -- Jiri Kosina SUSE Labs