public inbox for live-patching@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-14 17:18:09 to 2025-02-13 07:37:57 UTC [more...]

[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
 2025-02-13  7:37 UTC  (46+ messages)
` [PATCH 1/8] unwind: build kernel with sframe info
` [PATCH 2/8] arm64: entry: add unwind info for various kernel entries
` [PATCH 3/8] unwind: add sframe v2 header
` [PATCH 4/8] unwind: Implement generic sframe unwinder library
` [PATCH 5/8] unwind: arm64: Add sframe unwinder on arm64
` [PATCH 6/8] unwind: arm64: add reliable stacktrace support for arm64
` [PATCH 7/8] arm64: Define TIF_PATCH_PENDING for livepatch
` [PATCH 8/8] arm64: Enable livepatch for ARM64

[PATCH 0/3] livepatch: Some improvements
 2025-02-13  5:53 UTC  (17+ messages)
` [PATCH 1/3] livepatch: Add comment to clarify klp_add_nops()
` [PATCH 2/3] livepatch: Avoid blocking tasklist_lock too long
` [PATCH 3/3] livepatch: Avoid potential RCU stalls in klp transition

[RFC PATCH 0/2] livepatch: Add support for hybrid mode
 2025-02-10  2:50 UTC  (36+ messages)
` [RFC PATCH 1/2] livepatch: Add replaceable attribute
` [RFC PATCH 2/2] livepatch: Implement livepatch hybrid mode

The business loan-
 2025-02-08 21:58 UTC 

[PATCH] livepatch: Avoid hard lockup caused by klp_try_switch_task()
 2025-02-07  2:16 UTC  (10+ messages)

[GIT PULL] livepatching for 6.14-rc2
 2025-02-04 18:40 UTC  (2+ messages)

[RFC 1/2] arm64: Implement arch_stack_walk_reliable
 2025-01-29 23:29 UTC  (2+ messages)
` [RFC 2/2] arm64: Implement HAVE_LIVEPATCH

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-29 17:28 UTC  (15+ messages)
` [PATCH v3 1/9] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v3 2/9] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v3 3/9] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v3 4/9] execmem: don't remove ROX cache from the direct map
` [PATCH v3 5/9] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v3 7/9] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v3 8/9] module: drop unused module_writable_address()
` [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support

[PATCH v2] selftests: livepatch: handle PRINTK_CALLER in check_result()
 2025-01-27 11:35 UTC  (5+ messages)

[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
 2025-01-24 13:34 UTC  (17+ messages)
` [PATCH v2 01/10] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v2 02/10] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v2 03/10] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v2 04/10] execmem: don't remove ROX cache from the direct map
` [PATCH v2 05/10] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v2 06/10] module: introduce MODULE_STATE_GONE
` [PATCH v2 07/10] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v2 08/10] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v2 09/10] module: drop unused module_writable_address()
` [PATCH v2 10/10] x86: re-enable EXECMEM_ROX support

[BUG] Kernel Crash during replacement of livepatch patching do_exit()
 2025-01-24  7:07 UTC  (12+ messages)

[GIT PULL] livepatching for 6.14
 2025-01-21 23:04 UTC  (2+ messages)

selftests/livepatch: question about dmesg "signaling remaining tasks"
 2025-01-20  6:38 UTC  (6+ messages)

[PATCH] selftests: livepatch: handle PRINTK_CALLER in check_result()
 2025-01-17 13:02 UTC  (7+ messages)

[PATCH v2] selftests: livepatch: test if ftrace can trace a livepatched function
 2025-01-15 15:31 UTC  (4+ messages)

[PATCH v1 00/19] livepatch: Better integrate callbacks and shadow variables with the states API
 2025-01-15  8:24 UTC  (20+ messages)
` [PATCH v1 01/19] livepatch: Add callbacks for introducing and removing states
` [PATCH v1 02/19] livepatch: Allow to handle lifetime of shadow variables using the livepatch state
` [PATCH v1 03/19] selftests/livepatch: Use per-state callbacks in state API tests
` [PATCH v1 04/19] livepatch: Add "block_disable" flag to per-state API and remove versioning
` [PATCH v1 05/19] livepatch: Remove "data" from struct klp_state
` [PATCH v1 06/19] selftests/livepatch: Remove callbacks from sysfs interface testing
` [PATCH v1 07/19] selftests/livepatch: Substitute hard-coded /sys/module path
` [PATCH v1 08/19] selftests/livepatch: Move basic tests for livepatching modules
` [PATCH v1 09/19] selftests/livepatch: Convert testing of multiple target modules
` [PATCH v1 10/19] selftests/livepatch: Create a simple selftest for state callbacks
` [PATCH v1 11/19] selftests/livepatch: Convert selftests for failing pre_patch callback
` [PATCH v1 12/19] selftests/livepatch: Convert selftest with blocked transition
` [PATCH v1 13/19] selftests/livepatch: Add more tests for state callbacks with blocked transitions
` [PATCH v1 14/19] selftests/livepatch: Convert selftests for testing callbacks with more livepatches
` [PATCH v1 15/19] selftests/livepatch: Do not use a livepatch with the obsolete per-object callbacks in the basic selftests
` [PATCH v1 16/19] selftests/livepatch: Remove obsolete test modules for per-object callbacks
` [PATCH v1 17/19] samples/livepatch: Replace sample module with obsolete "
` [PATCH v1 18/19] Documentation/livepatch: Update documentation for state, callbacks, and shadow variables
` [PATCH v1 19/19] livepatch: Remove obsolete per-object callbacks


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox