Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
Pull livepatching updates from Jiri Kosina: - handle 'infinitely'-long sleeping tasks, from Miroslav Benes - remove 'immediate' feature, as it turns out it doesn't provide the originally expected semantics, and brings more issues than value * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching: livepatch: add locking to force and signal functions livepatch: Remove immediate feature livepatch: force transition to finish livepatch: send a fake signal to all blocking tasks
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-kernel-livepatch 26 additions, 0 deletionsDocumentation/ABI/testing/sysfs-kernel-livepatch
- Documentation/livepatch/livepatch.txt 50 additions, 64 deletionsDocumentation/livepatch/livepatch.txt
- arch/powerpc/kernel/signal.c 3 additions, 3 deletionsarch/powerpc/kernel/signal.c
- arch/x86/entry/common.c 3 additions, 3 deletionsarch/x86/entry/common.c
- include/linux/livepatch.h 0 additions, 4 deletionsinclude/linux/livepatch.h
- kernel/livepatch/core.c 65 additions, 11 deletionskernel/livepatch/core.c
- kernel/livepatch/transition.c 75 additions, 41 deletionskernel/livepatch/transition.c
- kernel/livepatch/transition.h 2 additions, 0 deletionskernel/livepatch/transition.h
- kernel/signal.c 3 additions, 1 deletionkernel/signal.c
- samples/livepatch/livepatch-callbacks-demo.c 0 additions, 15 deletionssamples/livepatch/livepatch-callbacks-demo.c
- samples/livepatch/livepatch-sample.c 0 additions, 15 deletionssamples/livepatch/livepatch-sample.c
- samples/livepatch/livepatch-shadow-fix1.c 0 additions, 15 deletionssamples/livepatch/livepatch-shadow-fix1.c
- samples/livepatch/livepatch-shadow-fix2.c 0 additions, 15 deletionssamples/livepatch/livepatch-shadow-fix2.c
Loading
Please register or sign in to comment