public inbox for live-patching@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-19 22:23:09 to 2026-03-25 08:27:01 UTC [more...]

[PATCH] module/kallsyms: sort function symbols and use binary search
 2026-03-25  8:26 UTC  (5+ messages)

[PATCH] selftests/livepatch: add test for module function patching
 2026-03-24 14:45 UTC  (3+ messages)

[PATCH 0/8] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-03-20 13:41 UTC  (26+ messages)
` [PATCH 1/8] selftests: livepatch: test-syscall: Check for ARCH_HAS_SYSCALL_WRAPPER
` [PATCH 2/8] selftests: livepatch: test-kprobe: Replace true/false mod param by 1/0
` [PATCH 3/8] selftests: livepatch: test-kprobe: Check if kprobes can work with livepatches
` [PATCH 4/8] selftests: livepatch: functions: Introduce check_sysfs_exists
` [PATCH 5/8] selftests: livepatch: sysfs: Split tests of replace attribute
` [PATCH 6/8] selftests: livepatch: sysfs: Split tests of stack_order attribute
` [PATCH 7/8] selftests: livepatch: sysfs: Split tests of patched attribute
` [PATCH 8/8] selftests: livepatch: functions.sh: Extend check for taint flag kernel message

[PATCH v2 00/12] objtool/arm64: Port klp-build to arm64
 2026-03-19  4:13 UTC  (16+ messages)
` [PATCH v2 01/12] arm64: Annotate intra-function calls
` [PATCH v2 02/12] arm64: head: Move boot header to .head.data
` [PATCH v2 03/12] arm64: Fix EFI linking with -fdata-sections
` [PATCH v2 04/12] crypto: arm64: Move data to .rodata
` [PATCH v2 05/12] objtool: Extricate checksum calculation from validate_branch()
` [PATCH v2 06/12] objtool: Allow setting --mnop without --mcount
` [PATCH v2 07/12] kbuild: Only run objtool if there is at least one command
` [PATCH v2 08/12] objtool: Ignore jumps to the end of the function for non-CFG arches
` [PATCH v2 09/12] objtool: Allow empty alternatives
` [PATCH v2 10/12] objtool: Reuse consecutive string references
` [PATCH v2 11/12] objtool: Introduce objtool for arm64
` [PATCH v2 12/12] klp-build: Support cross-compilation

[PATCH 00/14] objtool/arm64: Port klp-build to arm64
 2026-03-17 18:58 UTC  (34+ messages)
` [PATCH 01/14] objtool: Fix data alignment in elf_add_data()
` [PATCH 02/14] objtool: Fix ERROR_INSN() error message
` [PATCH 03/14] arm64: Annotate intra-function calls
` [PATCH 04/14] arm64: head: Move boot header to .head.data
` [PATCH 05/14] arm64: Fix EFI linking with -fdata-sections
` [PATCH 06/14] crypto: arm64: Move data to .rodata
` [PATCH 07/14] objtool: Extricate checksum calculation from validate_branch()
` [PATCH 08/14] objtool: Allow setting --mnop without --mcount
` [PATCH 09/14] kbuild: Only run objtool if there is at least one command
` [PATCH 10/14] objtool: Ignore jumps to the end of the function for non-CFG arches
` [PATCH 11/14] objtool: Allow empty alternatives
` [PATCH 12/14] objtool: Reuse consecutive string references
` [PATCH 13/14] objtool: Introduce objtool for arm64
` [PATCH 14/14] klp-build: Support cross-compilation

[PATCH v4 00/12] livepatch-klp-build: small fixups and enhancements
 2026-03-16 22:23 UTC  (17+ messages)
` [PATCH v4 01/12] objtool/klp: fix data alignment in __clone_symbol()
` [PATCH v4 02/12] objtool/klp: fix mkstemp() failure with long paths
` [PATCH v4 03/12] livepatch/klp-build: support patches that add/remove files
` [PATCH v4 04/12] livepatch/klp-build: switch to GNU patch and recountdiff
` [PATCH v4 05/12] livepatch/klp-build: add grep-override function
` [PATCH v4 06/12] livepatch/klp-build: add Makefile with check target
` [PATCH v4 07/12] livepatch/klp-build: fix shellcheck complaints
` [PATCH v4 08/12] livepatch/klp-build: improve short-circuit validation
` [PATCH v4 09/12] livepatch/klp-build: Fix inconsistent kernel version
` [PATCH v4 10/12] livepatch/klp-build: provide friendlier error messages
` [PATCH v4 11/12] livepatch/klp-build: add terminal color output
` [PATCH v4 12/12] livepatch/klp-build: report patch validation fuzz

[PATCH kbuild v2] kbuild: Reduce the number of compiler-generated suffixes for clang thin-lto build
 2026-03-16  7:07 UTC  (7+ messages)

(no subject)
 2026-03-12  8:52 UTC 

[PATCH v3 00/13] livepatch-klp-build: small fixups and enhancements
 2026-03-10 16:34 UTC  (29+ messages)
` [PATCH v3 01/13] objtool/klp: honor SHF_MERGE entry alignment in elf_add_data()
` [PATCH v3 09/13] livepatch/klp-build: fix version mismatch when short-circuiting
          ` [PATCH] klp-build: Fix inconsistent kernel version
` [PATCH v3 10/13] livepatch/klp-build: provide friendlier error messages
` [PATCH v3 11/13] livepatch/klp-build: add terminal color output
` [PATCH v3 12/13] livepatch/klp-build: report patch validation drift
` [PATCH v3 13/13] livepatch/klp-build: don't look for changed objects in tools/

[PATCH kbuild] kbuild: Allow to reduce the number of suffixes for clang thin-lto build
 2026-03-07  5:14 UTC  (8+ messages)

[PATCH v4 0/7] objtool/klp: klp-build LTO support
 2026-03-06 16:09 UTC  (9+ messages)
` [PATCH v4 1/7] objtool/klp: Remove redundant strcmp() in correlate_symbols()
` [PATCH v4 2/7] objtool/klp: Remove trailing '_' in demangle_name()
` [PATCH v4 3/7] objtool/klp: Use sym->demangled_name for symbol_name hash
` [PATCH v4 4/7] objtool/klp: Also demangle global objects
` [PATCH v4 5/7] objtool/klp: Remove .llvm suffix in demangle_name()
` [PATCH v4 6/7] objtool/klp: Match symbols based on demangled_name for global variables
` [PATCH v4 7/7] objtool/klp: Correlate locals to globals

[PATCH 0/2] kselftests: livepatch: One new test and one fix for older bash
 2026-03-06 14:38 UTC  (14+ messages)
` [PATCH 1/2] selftests: livepatch: test-ftrace: livepatch a traced function
` [PATCH 2/2] selftests: livepatch: functions.sh: Workaround heredoc on older bash

[PATCH] kernel/trace/ftrace: introduce ftrace module notifier
 2026-03-06  9:57 UTC  (4+ messages)

[PATCH v3 0/8] objtool/klp: klp-build LTO support and tests
 2026-03-06  9:13 UTC  (26+ messages)
` [PATCH v3 1/8] objtool/klp: Remove redundent strcmp in correlate_symbols
` [PATCH v3 2/8] objtool/klp: Remove trailing '_' in demangle_name()
` [PATCH v3 3/8] objtool/klp: Use sym->demangled_name for symbol_name hash
` [PATCH v3 4/8] objtool/klp: Also demangle global objects
` [PATCH v3 5/8] objtool/klp: Remove .llvm suffix in demangle_name()
` [PATCH v3 6/8] objtool/klp: Match symbols based on demangled_name for global variables
` [PATCH v3 7/8] objtool/klp: Correlate locals to globals
` [PATCH v3 8/8] livepatch: Add tests for klp-build toolchain

[PATCH v2 0/8] objtool/klp: klp-build LTO support and tests
 2026-02-24 21:10 UTC  (11+ messages)
` [PATCH v2 4/8] objtool/klp: Also demangle global objects
` [PATCH v2 5/8] objtool/klp: Remove .llvm suffix in demangle_name()
` [PATCH v2 6/8] objtool/klp: Match symbols based on demangled_name for global variables
` [PATCH v2 7/8] objtool/klp: Correlate locals to globals
` [PATCH v2 8/8] livepatch: Add tests for klp-build toolchain


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