messages from 2026-03-20 20:14:18 to 2026-04-23 04:04:34 UTC [more...]
[PATCH 00/48] objtool/klp: Some klp-build fixes and improvements
2026-04-23 4:03 UTC (23+ messages)
` [PATCH 01/48] objtool/klp: Fix is_uncorrelated_static_local() for Clang
` [PATCH 02/48] objtool/klp: Fix .data..once static local non-correlation
` [PATCH 03/48] objtool/klp: Don't correlate __ADDRESSABLE() symbols
` [PATCH 04/48] objtool/klp: Ignore __UNIQUE_ID_*() PCI stub functions
` [PATCH 05/48] objtool: Move mark_rodata() to elf.c
` [PATCH 06/48] objtool/klp: Don't correlate rodata symbols
` [PATCH 07/48] objtool/klp: Don't correlate absolute symbols
` [PATCH 08/48] objtool/klp: Don't correlate __initstub__ symbols
` [PATCH 09/48] objtool/klp: Fix create_fake_symbols() skipping entsize-based sections
` [PATCH 10/48] objtool/klp: Fix --debug-checksum for duplicate symbol names
` [PATCH 11/48] objtool/klp: Fix handling of zero-length .altinstr_replacement sections
` [PATCH 12/48] objtool/klp: Fix cloning of zero-length section symbols
` [PATCH 13/48] objtool/klp: Fix XXH3 state memory leak
` [PATCH 14/48] objtool/klp: Fix extraction of text annotations for alternatives
` [PATCH 15/48] objtool/klp: Fix kCFI trap handling
` [PATCH 16/48] objtool/klp: Fix relocation conversion failures for R_X86_64_NONE
` [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
` [PATCH 18/48] klp-build: Fix hang on out-of-date .config
` [PATCH 19/48] klp-build: Fix checksum comparison for changed offsets
` [PATCH 20/48] klp-build: Don't use errexit
` [PATCH 21/48] klp-build: Validate patch file existence
` [PATCH 22/48] klp-build: Suppress excessive fuzz output by default
[PATCH v4 0/8] unwind, arm64: add sframe unwinder for kernel
2026-04-22 15:15 UTC (15+ messages)
` [PATCH v4 1/8] sframe: Allow kernelspace sframe sections
` [PATCH v4 2/8] arm64, unwind: build kernel with sframe V3 info
` [PATCH v4 3/8] arm64: entry: add unwind info for various kernel entries
` [PATCH v4 4/8] sframe: Provide PC lookup for vmlinux .sframe section
` [PATCH v4 5/8] sframe: Allow unsorted FDEs
` [PATCH v4 6/8] arm64/module, sframe: Add sframe support for modules
` [PATCH v4 7/8] sframe: Introduce in-kernel SFRAME_VALIDATION
` [PATCH v4 8/8] unwind: arm64: Use sframe to unwind interrupt frames
[PATCH] kernel/trace/ftrace: introduce ftrace module notifier
2026-04-21 22:40 UTC (6+ messages)
[PATCH] samples/livepatch: Add BPF struct_ops integration sample
2026-04-21 9:19 UTC (12+ messages)
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
2026-04-21 9:05 UTC (10+ messages)
[PATCH v3 0/8] unwind, arm64: add sframe unwinder for kernel
2026-04-21 8:33 UTC (30+ messages)
` [PATCH v3 1/8] sframe: Allow kernelspace sframe sections
` [PATCH v3 2/8] arm64, unwind: build kernel with sframe V3 info
` [PATCH v3 3/8] arm64: entry: add unwind info for various kernel entries
` [PATCH v3 4/8] sframe: Provide PC lookup for vmlinux .sframe section
` [PATCH v3 5/8] sframe: Allow unsorted FDEs
` [PATCH v3 6/8] arm64/module, sframe: Add sframe support for modules
` [PATCH v3 7/8] sframe: Introduce in-kernel SFRAME_VALIDATION
` [PATCH v3 8/8] unwind: arm64: Use sframe to unwind interrupt frames
[PATCH v2 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
2026-04-20 9:46 UTC (22+ messages)
` [PATCH v2 1/6] selftests: livepatch: Check for ARCH_HAS_SYSCALL_WRAPPER config
` [PATCH v2 2/6] selftests: livepatch: Replace true/false module parameter by y/n
` [PATCH v2 3/6] selftests: livepatch: Introduce does_sysfs_exists function
` [PATCH v2 4/6] selftests: livepatch: Check if patched sysfs attribute exists
` [PATCH v2 5/6] selftests: livepatch: Check if replace "
` [PATCH v2 6/6] selftests: livepatch: Check if stack_order "
[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
2026-04-20 2:27 UTC (6+ messages)
[GIT PULL] livepatching for 7.1
2026-04-16 15:19 UTC (2+ messages)
[RFC PATCH 0/2] Decouple ftrace/livepatch from module loader via notifier priority and reverse traversal
2026-04-15 7:38 UTC (2+ messages)
[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
2026-04-15 0:48 UTC (49+ messages)
` [RFC PATCH 1/4] trace: Simplify kprobe overridable function check
` [RFC PATCH 2/4] trace: Allow kprobes to override livepatched functions
` [RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch
` [RFC PATCH 4/4] livepatch: Implement livepatch hybrid mode
[PATCH 1/1] objtool/klp: Fix is_uncorrelated_static_local() for Clang naming
2026-04-10 22:19 UTC (2+ messages)
[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
2026-04-08 15:24 UTC (3+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search
[PATCH 0/8] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
2026-04-01 7:41 UTC (15+ messages)
` [PATCH 1/8] selftests: livepatch: test-syscall: Check for ARCH_HAS_SYSCALL_WRAPPER
` [PATCH 3/8] selftests: livepatch: test-kprobe: Check if kprobes can work with livepatches
[PATCH] selftests/livepatch: add test for module function patching
2026-03-31 21:10 UTC (11+ messages)
` speaker-test-module: "
[PATCH v2 00/12] objtool/arm64: Port klp-build to arm64
2026-03-30 18:49 UTC (5+ messages)
` [PATCH v2 07/12] kbuild: Only run objtool if there is at least one command
[PATCH] module/kallsyms: sort function symbols and use binary search
2026-03-25 10:02 UTC (6+ messages)
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