messages from 2026-03-11 22:23:16 to 2026-04-17 15:21:34 UTC [more...]
[PATCH v2 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
2026-04-17 15:21 UTC (16+ 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 "
[PATCH v3 0/8] unwind, arm64: add sframe unwinder for kernel
2026-04-17 14:07 UTC (19+ 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] samples/livepatch: Add BPF struct_ops integration sample
2026-04-17 13:20 UTC (7+ messages)
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
2026-04-16 19:15 UTC (6+ messages)
[GIT PULL] livepatching for 7.1
2026-04-16 15:19 UTC (2+ messages)
[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
2026-04-16 14:49 UTC (5+ 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] kernel/trace/ftrace: introduce ftrace module notifier
2026-04-12 14:10 UTC (5+ messages)
[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 (31+ 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] 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 (17+ 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] module/kallsyms: sort function symbols and use binary search
2026-03-25 10:02 UTC (6+ messages)
[PATCH 00/14] objtool/arm64: Port klp-build to arm64
2026-03-17 18:58 UTC (30+ messages)
` [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 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 14/14] klp-build: Support cross-compilation
[PATCH v4 00/12] livepatch-klp-build: small fixups and enhancements
2026-03-16 22:23 UTC (4+ messages)
` [PATCH v4 09/12] livepatch/klp-build: Fix inconsistent kernel version
[PATCH kbuild v2] kbuild: Reduce the number of compiler-generated suffixes for clang thin-lto build
2026-03-16 7:07 UTC (5+ messages)
(no subject)
2026-03-12 8:52 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