messages from 2024-12-10 22:02:49 to 2025-02-03 09:45:29 UTC [more...]
[RFC PATCH 0/2] livepatch: Add support for hybrid mode
2025-02-03 9:44 UTC (9+ messages)
` [RFC PATCH 1/2] livepatch: Add replaceable attribute
` [RFC PATCH 2/2] livepatch: Implement livepatch hybrid mode
[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
2025-02-02 6:37 UTC (26+ 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] livepatch: Avoid hard lockup caused by klp_try_switch_task()
2025-02-01 2:04 UTC (7+ 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
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
2025-01-14 11:01 UTC (23+ messages)
` [PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH 2/8] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
` [PATCH 4/8] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH 5/8] module: introduce MODULE_STATE_GONE
` [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
` [PATCH 7/8] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH 8/8] module: drop unused module_writable_address()
[PATCH] selftests: livepatch: test if ftrace can trace a livepatched function
2025-01-11 18:00 UTC (4+ messages)
ROX allocations broke livepatch for modules since 6.13-rc1
2025-01-09 8:06 UTC (5+ messages)
` [PATCH] module: Fix writing of livepatch relocations in ROX text
[PATCH v3 06/28] module: Use RCU in find_module_all()
2025-01-08 9:04 UTC
[PATCH v4 0/2] Converge on using secs_to_jiffies()
2025-01-02 15:27 UTC (8+ messages)
` [PATCH v4 1/2] s390: kernel: Convert timeouts to use secs_to_jiffies()
` [PATCH v4 2/2] livepatch: Convert timeouts to secs_to_jiffies()
[PATCH v2 06/28] module: Use RCU in find_module_all()
2025-01-02 14:16 UTC (2+ messages)
[PATCH v3 00/19] Converge on using secs_to_jiffies()
2024-12-17 21:12 UTC (30+ messages)
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v3 04/19] s390: kernel: Convert timeouts to use secs_to_jiffies()
` [PATCH v3 05/19] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v3 06/19] mm: kmemleak: "
` [PATCH v3 14/19] wifi: ath11k: "
` [PATCH v3 16/19] staging: vc04_services: "
` [PATCH v3 18/19] livepatch: "
` [PATCH v3 19/19] ALSA: line6: "
I urge you to understand my viewpoint accurately
2024-12-13 4:25 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).