Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
Pull livepatching fix from Jiri Kosina: "Shadow variable API list_head initialization fix from Petr Mladek" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching: livepatch: Allow to call a custom callback when freeing shadow variables livepatch: Initialize shadow variables safely by a custom callback
Showing
- Documentation/livepatch/shadow-vars.txt 29 additions, 12 deletionsDocumentation/livepatch/shadow-vars.txt
- include/linux/livepatch.h 13 additions, 6 deletionsinclude/linux/livepatch.h
- kernel/livepatch/shadow.c 71 additions, 37 deletionskernel/livepatch/shadow.c
- samples/livepatch/livepatch-shadow-fix1.c 32 additions, 11 deletionssamples/livepatch/livepatch-shadow-fix1.c
- samples/livepatch/livepatch-shadow-fix2.c 18 additions, 15 deletionssamples/livepatch/livepatch-shadow-fix2.c
Please register or sign in to comment