Linux Live Patching
[Prev Page][Next Page]
- [GIT PULL] livepatching for 6.14-rc2,
Petr Mladek
- [RFC 1/2] arm64: Implement arch_stack_walk_reliable,
Song Liu
- [PATCH 0/8] unwind, arm64: add sframe unwinder for kernel,
Weinan Liu
- [PATCH 1/8] unwind: build kernel with sframe info, Weinan Liu
- [PATCH 2/8] arm64: entry: add unwind info for various kernel entries, Weinan Liu
- [PATCH 3/8] unwind: add sframe v2 header, Weinan Liu
- [PATCH 4/8] unwind: Implement generic sframe unwinder library, Weinan Liu
- [PATCH 5/8] unwind: arm64: Add sframe unwinder on arm64, Weinan Liu
- [PATCH 6/8] unwind: arm64: add reliable stacktrace support for arm64, Weinan Liu
- [PATCH 7/8] arm64: Define TIF_PATCH_PENDING for livepatch, Weinan Liu
- [PATCH 8/8] arm64: Enable livepatch for ARM64, Weinan Liu
- Re: [PATCH 0/8] unwind, arm64: add sframe unwinder for kernel, Indu Bhagat
- Re: [PATCH 0/8] unwind, arm64: add sframe unwinder for kernel, Song Liu
- Re: [PATCH 0/8] unwind, arm64: add sframe unwinder for kernel, Puranjay Mohan
- [RFC PATCH 0/2] livepatch: Add support for hybrid mode,
Yafang Shao
- [PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy,
Mike Rapoport
- [PATCH v3 1/9] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test, Mike Rapoport
- [PATCH v3 2/9] x86/mm/pat: drop duplicate variable in cpa_flush(), Mike Rapoport
- [PATCH v3 3/9] x86/mm/pat: restore large ROX pages after fragmentation, Mike Rapoport
- [PATCH v3 4/9] execmem: don't remove ROX cache from the direct map, Mike Rapoport
- [PATCH v3 5/9] execmem: add API for temporal remapping as RW and restoring ROX afterwards, Mike Rapoport
- [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX, Mike Rapoport
- [PATCH v3 7/9] Revert "x86/module: prepare module loading for ROX allocations of text", Mike Rapoport
- [PATCH v3 8/9] module: drop unused module_writable_address(), Mike Rapoport
- [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support, Mike Rapoport
- Re: [PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy, Peter Zijlstra
- Re: [PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy, Lorenzo Stoakes
- [PATCH] livepatching: Block transition until delayed_put_task_struct(), Petr Mladek
- [PATCH] livepatch: Avoid hard lockup caused by klp_try_switch_task(),
Yafang Shao
- [PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy,
Mike Rapoport
- [PATCH v2 01/10] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test, Mike Rapoport
- [PATCH v2 02/10] x86/mm/pat: drop duplicate variable in cpa_flush(), Mike Rapoport
- [PATCH v2 03/10] x86/mm/pat: restore large ROX pages after fragmentation, Mike Rapoport
- [PATCH v2 04/10] execmem: don't remove ROX cache from the direct map, Mike Rapoport
- [PATCH v2 05/10] execmem: add API for temporal remapping as RW and restoring ROX afterwards, Mike Rapoport
- [PATCH v2 06/10] module: introduce MODULE_STATE_GONE, Mike Rapoport
- [PATCH v2 07/10] module: switch to execmem API for remapping as RW and restoring ROX, Mike Rapoport
- [PATCH v2 08/10] Revert "x86/module: prepare module loading for ROX allocations of text", Mike Rapoport
- [PATCH v2 09/10] module: drop unused module_writable_address(), Mike Rapoport
- [PATCH v2 10/10] x86: re-enable EXECMEM_ROX support, Mike Rapoport
- Re: [PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy, Peter Zijlstra
- [BUG] Kernel Crash during replacement of livepatch patching do_exit(),
Yafang Shao
- [GIT PULL] livepatching for 6.14,
Petr Mladek
- [PATCH v2] selftests: livepatch: handle PRINTK_CALLER in check_result(),
Madhavan Srinivasan
- Re: selftests/livepatch: question about dmesg "signaling remaining tasks",
Petr Mladek
- [PATCH v1 00/19] livepatch: Better integrate callbacks and shadow variables with the states API,
Petr Mladek
- [PATCH v1 01/19] livepatch: Add callbacks for introducing and removing states, Petr Mladek
- [PATCH v1 02/19] livepatch: Allow to handle lifetime of shadow variables using the livepatch state, Petr Mladek
- [PATCH v1 03/19] selftests/livepatch: Use per-state callbacks in state API tests, Petr Mladek
- [PATCH v1 04/19] livepatch: Add "block_disable" flag to per-state API and remove versioning, Petr Mladek
- [PATCH v1 05/19] livepatch: Remove "data" from struct klp_state, Petr Mladek
- [PATCH v1 06/19] selftests/livepatch: Remove callbacks from sysfs interface testing, Petr Mladek
- [PATCH v1 07/19] selftests/livepatch: Substitute hard-coded /sys/module path, Petr Mladek
- [PATCH v1 08/19] selftests/livepatch: Move basic tests for livepatching modules, Petr Mladek
- [PATCH v1 09/19] selftests/livepatch: Convert testing of multiple target modules, Petr Mladek
- [PATCH v1 10/19] selftests/livepatch: Create a simple selftest for state callbacks, Petr Mladek
- [PATCH v1 11/19] selftests/livepatch: Convert selftests for failing pre_patch callback, Petr Mladek
- [PATCH v1 12/19] selftests/livepatch: Convert selftest with blocked transition, Petr Mladek
- [PATCH v1 13/19] selftests/livepatch: Add more tests for state callbacks with blocked transitions, Petr Mladek
- [PATCH v1 14/19] selftests/livepatch: Convert selftests for testing callbacks with more livepatches, Petr Mladek
- [PATCH v1 15/19] selftests/livepatch: Do not use a livepatch with the obsolete per-object callbacks in the basic selftests, Petr Mladek
- [PATCH v1 16/19] selftests/livepatch: Remove obsolete test modules for per-object callbacks, Petr Mladek
- [PATCH v1 17/19] samples/livepatch: Replace sample module with obsolete per-object callbacks, Petr Mladek
- [PATCH v1 18/19] Documentation/livepatch: Update documentation for state, callbacks, and shadow variables, Petr Mladek
- [PATCH v1 19/19] livepatch: Remove obsolete per-object callbacks, Petr Mladek
- [PATCH] selftests: livepatch: handle PRINTK_CALLER in check_result(),
Madhavan Srinivasan
- [PATCH v2] selftests: livepatch: test if ftrace can trace a livepatched function,
Filipe Xavier
- [PATCH v3 06/28] module: Use RCU in find_module_all()., Sebastian Andrzej Siewior
- [PATCH] selftests: livepatch: test if ftrace can trace a livepatched function,
Filipe Xavier
- ROX allocations broke livepatch for modules since 6.13-rc1,
Marek Maślanka
- [PATCH 0/8] x86/module: rework ROX cache to avoid writable copy,
Mike Rapoport
- [PATCH v2 06/28] module: Use RCU in find_module_all().,
Sebastian Andrzej Siewior
- [PATCH v4 0/2] Converge on using secs_to_jiffies(),
Easwar Hariharan
- [PATCH v3 00/19] Converge on using secs_to_jiffies(),
Easwar Hariharan
- [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script, Easwar Hariharan
- [PATCH v3 01/19] netfilter: conntrack: Cleanup timeout definitions, Easwar Hariharan
- [PATCH v3 03/19] arm: pxa: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 12/19] xen/blkback: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 09/19] scsi: lpfc: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 08/19] drm/xe: Convert timeout to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 10/19] scsi: arcmsr: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 04/19] s390: kernel: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 15/19] Bluetooth: MGMT: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 14/19] wifi: ath11k: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 07/19] accel/habanalabs: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 13/19] gve: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 11/19] scsi: pm8001: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 17/19] ceph: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 06/19] mm: kmemleak: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 16/19] staging: vc04_services: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 19/19] ALSA: line6: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 05/19] powerpc/papr_scm: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 18/19] livepatch: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- Re: [PATCH v3 00/19] Converge on using secs_to_jiffies(), Jeff Johnson
- Re: [PATCH v3 00/19] Converge on using secs_to_jiffies(), Andrew Morton
- [PATCH 0/3] kselftest framework to introduce TEST_CONFIG_DEPS,
Siddharth Menon
- [PATCH livepatch/master v1 1/2] selftests/livepatch: Replace hardcoded path with variable in test-syscall.sh,
George Guo
- [PATCH livepatch/master v1 1/6] selftests/livepatch: fix test-callbacks.sh execution error,
George Guo
- [GIT PULL] livepatching for 6.13,
Petr Mladek
- [PATCH v2 00/21] Converge on using secs_to_jiffies(),
Easwar Hariharan
- [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions, Easwar Hariharan
- [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script, Easwar Hariharan
- [PATCH v2 04/21] s390: kernel: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 05/21] powerpc/papr_scm: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 06/21] mm: kmemleak: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 09/21] drm/etnaviv: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 10/21] scsi: lpfc: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 11/21] scsi: arcmsr: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 03/21] arm: pxa: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 12/21] scsi: pm8001: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 14/21] gve: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 15/21] wifi: ath11k: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 13/21] xen/blkback: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 19/21] livepatch: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 17/21] staging: vc04_services: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- Re: [PATCH v2 00/21] Converge on using secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 07/21] accel/habanalabs: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 16/21] Bluetooth: MGMT: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 18/21] ceph: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 21/21] nfp: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 08/21] drm/xe: Convert timeout to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 20/21] ALSA: line6: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- Re: [PATCH v2 00/21] Converge on using secs_to_jiffies(), Christophe Leroy
- Re: [PATCH v2 00/21] Converge on using secs_to_jiffies(), LEROY Christophe
- Re: [PATCH v2 00/21] Converge on using secs_to_jiffies(), Przemek Kitszel
- [PATCH 00/22] Converge on using secs_to_jiffies(),
Easwar Hariharan
- [PATCH 01/22] netfilter: conntrack: Cleanup timeout definitions, Easwar Hariharan
- [PATCH 02/22] coccinelle: misc: Add secs_to_jiffies script, Easwar Hariharan
- [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH 04/22] s390: kernel: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH 05/22] powerpc/papr_scm: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 06/22] mm: kmemleak: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 07/22] accel/habanalabs: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 09/22] drm/etnaviv: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 11/22] scsi: arcmsr: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 08/22] drm/xe: Convert timeout to secs_to_jiffies(), Easwar Hariharan
- [PATCH 12/22] scsi: pm8001: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 10/22] scsi: lpfc: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 16/22] Bluetooth: MGMT: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 17/22] staging: vc04_services: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 18/22] ceph: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 19/22] livepatch: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 21/22] nfp: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 22/22] jiffies: Define secs_to_jiffies(), Easwar Hariharan
- [PATCH 14/22] gve: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 20/22] ALSA: line6: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 15/22] wifi: ath11k: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 13/22] xen/blkback: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH] selftests/livepatch: Check if CONFIG_LIVEPATCH is enabled,
Siddharth Menon
- [PATCH] tests/module/gen_test_kallsyms.sh: use 0 value for variables,
Luis Chamberlain
- [PATCH V3] selftests: livepatch: add test cases of stack_order sysfs interface,
Wardenjohn
- [PATCH V5 1/1] livepatch: Add stack_order sysfs attribute,
Wardenjohn
- [PATCH v3] selftests: add new kallsyms selftests,
Luis Chamberlain
- [PATCH v5 0/3] selftests: livepatch: test livepatching a kprobed function,
Michael Vetter
- [PATCH 0/1] selftests: livepatch: add test cases of stack_order sysfs,
Wardenjohn
- [PATCH V5 0/1] livepatch: Add "stack_order" sysfs attribute,
Wardenjohn
- [PATCH] selftests: livepatch: add test case of stack_order sysfs interface,
Wardenjohn
- [PATCH V4 0/1] livepatch: Add "stack_order" sysfs attribute,
Wardenjohn
- [PATCH v4 0/3] selftests: livepatch: test livepatching a kprobed function,
Michael Vetter
- [PATCH V3 0/1] livepatch: Add "stack_order" sysfs attribute,
Wardenjohn
ARM64 Livepatch based on SFrame,
Praveen Kumar
[PATCH 0/2] livepatch: introduce 'stack_order' sysfs interface to klp_patch,
Wardenjohn
[PATCH v3 0/3] selftests: livepatch: test livepatching a kprobed function,
Michael Vetter
[PATCH 0/2] livepatch: introduce 'order' sysfs interface to klp_patch,
Wardenjohn
[PATCH v2] selftests: livepatch: test livepatching a kprobed function,
Michael Vetter
[GIT PULL] livepatching for 6.12,
Petr Mladek
[PATCH] selftests: livepatch: test livepatching a kprobed function,
Michael Vetter
[RFC 00/31] objtool, livepatch: Livepatch module generation,
Josh Poimboeuf
- [RFC 01/31] x86/alternative: Refactor INT3 call emulation selftest, Josh Poimboeuf
- [RFC 02/31] x86/module: Improve relocation error messages, Josh Poimboeuf
- [RFC 04/31] kernel/sys: Don't reference UTS_RELEASE directly, Josh Poimboeuf
- [RFC 03/31] x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotation, Josh Poimboeuf
- [RFC 05/31] x86/compiler: Tweak __UNIQUE_ID naming, Josh Poimboeuf
- [RFC 06/31] elfnote: Use __UNIQUE_ID() for note symbols, Josh Poimboeuf
- [RFC 08/31] objtool: Remove .parainstructions reference, Josh Poimboeuf
- [RFC 07/31] kbuild: Remove "kmod" prefix from __KBUILD_MODNAME, Josh Poimboeuf
- [RFC 09/31] objtool: Const string cleanup, Josh Poimboeuf
- [RFC 10/31] objtool: Use 'struct elf' in elf macros, Josh Poimboeuf
- [RFC 11/31] objtool: Add section/symbol type helpers, Josh Poimboeuf
- [RFC 13/31] objtool: Support references to all symbol types in special sections, Josh Poimboeuf
- [RFC 14/31] objtool: Refactor add_jump_destinations(), Josh Poimboeuf
- [RFC 12/31] objtool: 'objname' refactoring, Josh Poimboeuf
- [RFC 15/31] objtool: Interval tree cleanups, Josh Poimboeuf
- [RFC 16/31] objtool: Simplify fatal error handling, Josh Poimboeuf
- [RFC 17/31] objtool: Open up the elf API, Josh Poimboeuf
- [RFC 18/31] objtool: Disallow duplicate prefix symbols, Josh Poimboeuf
- [RFC 19/31] objtool: Add elf_create_file(), Josh Poimboeuf
- [RFC 20/31] objtool: Add UD1 detection, Josh Poimboeuf
- [RFC 21/31] objtool: Fix x86 addend calcuation, Josh Poimboeuf
- [RFC 22/31] objtool: Make find_symbol_containing() less arbitrary, Josh Poimboeuf
- [RFC 23/31] objtool: Handle __pa_symbol() relocations, Josh Poimboeuf
- [RFC 24/31] objtool: Make STACK_FRAME_NON_STANDARD consistent, Josh Poimboeuf
- [RFC 25/31] objtool: Fix interval tree insertion for zero-length symbols, Josh Poimboeuf
- [RFC 26/31] objtool: Make interval tree functions "static inline", Josh Poimboeuf
- [RFC 27/31] objtool: Fix weak symbol detection, Josh Poimboeuf
- [RFC 28/31] x86/alternative: Create symbols for special section entries, Josh Poimboeuf
- [RFC 29/31] objtool: Calculate function checksums, Josh Poimboeuf
- [RFC 30/31] livepatch: Enable -ffunction-sections -fdata-sections, Josh Poimboeuf
- [RFC 31/31] objtool, livepatch: Livepatch module generation, Josh Poimboeuf
- Re: [RFC 00/31] objtool, livepatch: Livepatch module generation, Song Liu
- Re: [RFC 00/31] objtool, livepatch: Livepatch module generation, Joe Lawrence
- Re: [RFC 00/31] objtool, livepatch: Livepatch module generation, Josh Poimboeuf
- Re: [RFC 00/31] objtool, livepatch: Livepatch module generation, Petr Mladek
[PATCH] Documentation: livepatch: Correct release locks antonym,
Bagas Sanjaya
[PATCH v4 0/2] livepatch: Add using attribute to klp_func for using function,
Wardenjohn
[PATCH v3 0/6] livepatch: klp-convert tool - Minimal version,
Lukas Hruska
[GIT PULL] livepatching selftest fixup for 6.11-rc6,
Petr Mladek
[PATCH] selftests/livepatch: wait for atomic replace to occur,
Ryan Sullivan
[PATCH v3] selftests/livepatch: wait for atomic replace to occur, Ryan Sullivan
[PATCH v3 0/2] livepatch: Add using attribute to klp_func for using function,
Wardenjohn
[no subject], Unknown
[PATCH v3 0/2] Fix kallsyms with CONFIG_LTO_CLANG,
Song Liu
[PATCH v2 0/1] livepatch: Add using attribute to klp_func for using function,
zhangyongde.zyd
[PATCH v2 0/3] Fix kallsyms with CONFIG_LTO_CLANG,
Song Liu
[Index of Archives]
[Linux Kernel]
[Linux NFS]
[Linux NILFS]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]