[GIT PULL] livepatching for 7.3
Petr Mladek <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi Linus,
please pull the latest livepatching changes from
git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git tags/livepatching-for-7.3
===================================
- Move consistency checks to catch missing func->old_name before
the first access
- Allow to run livepatching selftests from top-level directory
----------------------------------------------------------------
Thomas WeiÃschuh (1):
kbuild: unset sub_make_done before calling kselftest build system
Yafang Shao (1):
livepatch: Fix NULL pointer dereference in klp_find_func()
Makefile | 4 ++--
kernel/livepatch/core.c | 34 ++++++++++++++++++++++------------
2 files changed, 24 insertions(+), 14 deletions(-)