live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 15:18:37 to 2020-06-18 18:11:09 UTC [more...]

[PATCH v3 0/3] selftests/livepatch: small script cleanups
 2020-06-18 18:10 UTC  (4+ messages)
` [PATCH v3 1/3] selftests/livepatch: Don't clear dmesg when running tests
` [PATCH v3 2/3] selftests/livepatch: refine dmesg 'taints' in dmesg comparison
` [PATCH v3 3/3] selftests/livepatch: add test delimiter to dmesg

[PATCH v2 0/4] selftests/livepatch: small script cleanups
 2020-06-17 11:22 UTC  (11+ messages)
` [PATCH v2 1/4] selftests/livepatch: Don't clear dmesg when running tests
` [PATCH v2 2/4] selftests/livepatch: use $(dmesg --notime) instead of manually filtering
` [PATCH v2 3/4] selftests/livepatch: refine dmesg 'taints' in dmesg comparison
` [PATCH v2 4/4] selftests/livepatch: add test delimiter to dmesg

[PATCH 0/3] selftests/livepatch: small script cleanups
 2020-06-15  9:19 UTC  (18+ messages)
` [PATCH 1/3] selftests/livepatch: Don't clear dmesg when running tests
` [PATCH 2/3] selftests/livepatch: use $(dmesg --notime) instead of manually filtering
` [PATCH 3/3] selftests/livepatch: filter 'taints' from dmesg comparison

[PATCH v2 0/4] selftests/livepatch: rework of test-klp-{callbacks,shadow_vars}
 2020-06-08 10:27 UTC  (9+ messages)
` [PATCH v2 1/4] selftests/livepatch: simplify test-klp-callbacks busy target tests
` [PATCH v2 2/4] selftests/livepatch: rework test-klp-shadow-vars
` [PATCH v2 3/4] selftests/livepatch: more verification in test-klp-shadow-vars
` [PATCH v2 4/4] selftests/livepatch: fix mem leaks "

[PATCH v4 00/11] livepatch,module: Remove .klp.arch and module_disable_ro()
 2020-06-05 14:39 UTC  (26+ messages)
` [PATCH v4 01/11] livepatch: Disallow vmlinux.ko
` [PATCH v4 02/11] livepatch: Apply vmlinux-specific KLP relocations early
` [PATCH v4 03/11] livepatch: Remove .klp.arch
` [PATCH v4 04/11] livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols
` [PATCH v4 05/11] s390: Change s390_kernel_write() return type to match memcpy()
` [PATCH v4 06/11] s390/module: Use s390_kernel_write() for late relocations
` [PATCH v4 07/11] x86/module: Use text_poke() "
` [PATCH v4 08/11] livepatch: Remove module_disable_ro() usage
` [PATCH v4 09/11] module: Remove module_disable_ro()
` [PATCH v4 10/11] x86/module: Use text_mutex in apply_relocate_add()
` [PATCH v4 11/11] module: Make module_enable_ro() static again

Question: livepatch failed for new fork() task stack unreliable
 2020-06-05  1:51 UTC  (11+ messages)

[GIT PULL] livepatching for 5.8
 2020-06-04 18:25 UTC  (2+ messages)

[PATCH] module: make module symbols visible after init
 2020-06-04 12:55 UTC  (5+ messages)

[PATCH 0/4] selftests/livepatch: rework of test-klp-{callbacks,shadow_vars}
 2020-06-02 12:35 UTC  (14+ messages)
` [PATCH 1/4] selftests/livepatch: rework test-klp-callbacks to use completion variables
` [PATCH 2/4] selftests/livepatch: rework test-klp-shadow-vars
` [PATCH 3/4] selftests/livepatch: more verification in test-klp-shadow-vars
` [PATCH 4/4] selftests/livepatch: fix mem leaks "

linux-next: Tree for May 21 (objtool warnings)
 2020-05-27 15:09 UTC  (3+ messages)

[PATCH] MAINTAINERS: add lib/livepatch to LIVE PATCHING
 2020-05-15  9:15 UTC  (3+ messages)

[PATCH] MAINTAINERS: adjust to livepatch .klp.arch removal
 2020-05-15  8:20 UTC  (6+ messages)

[PATCH] MAINTAINERS: Update LIVE PATCHING file list
 2020-05-11 13:16 UTC  (2+ messages)

[PATCH -next v2] livepatch: Make klp_apply_object_relocs static
 2020-05-10 22:32 UTC  (2+ messages)

[PATCH -next] livepatch: Make klp_apply_object_relocs static
 2020-05-09  0:38 UTC  (5+ messages)

[PATCH v2 0/9] livepatch,module: Remove .klp.arch and module_disable_ro()
 2020-04-30 17:04 UTC  (38+ messages)
` [PATCH v2 1/9] livepatch: Disallow vmlinux.ko
` [PATCH v2 2/9] livepatch: Apply vmlinux-specific KLP relocations early
` [PATCH v2 3/9] livepatch: Remove .klp.arch
` [PATCH v2 4/9] livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols
` [PATCH v2 5/9] s390: Change s390_kernel_write() return type to match memcpy()
` [PATCH v2 6/9] s390/module: Use s390_kernel_write() for late relocations
` [PATCH v2 7/9] x86/module: Use text_poke() "
` [PATCH v2 8/9] livepatch: Remove module_disable_ro() usage
` [PATCH v2 9/9] module: Remove module_disable_ro()

[PATCH v3 00/10] livepatch,module: Remove .klp.arch and module_disable_ro()
 2020-04-28 18:56 UTC  (23+ messages)
` [PATCH v3 01/10] livepatch: Disallow vmlinux.ko
` [PATCH v3 02/10] livepatch: Apply vmlinux-specific KLP relocations early
` [PATCH v3 03/10] livepatch: Remove .klp.arch
` [PATCH v3 04/10] livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols
` [PATCH v3 05/10] s390: Change s390_kernel_write() return type to match memcpy()
` [PATCH v3 06/10] s390/module: Use s390_kernel_write() for late relocations
` [PATCH v3 07/10] x86/module: Use text_poke() "
` [PATCH v3 08/10] livepatch: Remove module_disable_ro() usage
` [PATCH v3 09/10] module: Remove module_disable_ro()
` [PATCH v3 10/10] x86/module: Use text_mutex in apply_relocate_add()

[PATCH 0/7] livepatch,module: Remove .klp.arch and module_disable_ro()
 2020-04-17  9:08 UTC  (32+ messages)
` [PATCH 1/7] livepatch: Apply vmlinux-specific KLP relocations early
` [PATCH 2/7] livepatch: Remove .klp.arch
` [PATCH 4/7] s390/module: Use s390_kernel_write() for relocations
` [PATCH 6/7] livepatch: Remove module_disable_ro() usage


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).