messages from 2024-06-27 15:55:59 to 2024-09-04 02:01:41 UTC [more...]
[RFC 00/31] objtool, livepatch: Livepatch module generation
2024-09-04 2:01 UTC (39+ messages)
` [RFC 01/31] x86/alternative: Refactor INT3 call emulation selftest
` [RFC 02/31] x86/module: Improve relocation error messages
` [RFC 03/31] x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotation
` [RFC 04/31] kernel/sys: Don't reference UTS_RELEASE directly
` [RFC 05/31] x86/compiler: Tweak __UNIQUE_ID naming
` [RFC 06/31] elfnote: Use __UNIQUE_ID() for note symbols
` [RFC 07/31] kbuild: Remove "kmod" prefix from __KBUILD_MODNAME
` [RFC 08/31] objtool: Remove .parainstructions reference
` [RFC 09/31] objtool: Const string cleanup
` [RFC 10/31] objtool: Use 'struct elf' in elf macros
` [RFC 11/31] objtool: Add section/symbol type helpers
` [RFC 12/31] objtool: 'objname' refactoring
` [RFC 13/31] objtool: Support references to all symbol types in special sections
` [RFC 14/31] objtool: Refactor add_jump_destinations()
` [RFC 15/31] objtool: Interval tree cleanups
` [RFC 16/31] objtool: Simplify fatal error handling
` [RFC 17/31] objtool: Open up the elf API
` [RFC 18/31] objtool: Disallow duplicate prefix symbols
` [RFC 19/31] objtool: Add elf_create_file()
` [RFC 20/31] objtool: Add UD1 detection
` [RFC 21/31] objtool: Fix x86 addend calcuation
` [RFC 22/31] objtool: Make find_symbol_containing() less arbitrary
` [RFC 23/31] objtool: Handle __pa_symbol() relocations
` [RFC 24/31] objtool: Make STACK_FRAME_NON_STANDARD consistent
` [RFC 25/31] objtool: Fix interval tree insertion for zero-length symbols
` [RFC 26/31] objtool: Make interval tree functions "static inline"
` [RFC 27/31] objtool: Fix weak symbol detection
` [RFC 28/31] x86/alternative: Create symbols for special section entries
` [RFC 29/31] objtool: Calculate function checksums
` [RFC 30/31] livepatch: Enable -ffunction-sections -fdata-sections
` [RFC 31/31] objtool, livepatch: Livepatch module generation
[PATCH v4 0/2] livepatch: Add using attribute to klp_func for using function
2024-09-04 1:54 UTC (4+ messages)
` [PATCH v4 1/2] Introduce klp_ops into klp_func structure
` [PATCH v4 2/2] livepatch: Add using attribute to klp_func for using function show
[PATCH] Documentation: livepatch: Correct release locks antonym
2024-09-03 2:47 UTC
[PATCH v3 0/2] Fix kallsyms with CONFIG_LTO_CLANG
2024-08-30 13:57 UTC (16+ messages)
` [PATCH v3 1/2] kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
` [PATCH v3 2/2] kallsyms: Match symbols exactly with CONFIG_LTO_CLANG
[PATCH v3 0/6] livepatch: klp-convert tool - Minimal version
2024-08-28 18:43 UTC (9+ messages)
` [PATCH v3 1/6] livepatch: Create and include UAPI headers
` [PATCH v3 2/6] livepatch: Add klp-convert tool
` [PATCH v3 3/6] kbuild/modpost: integrate klp-convert
` [PATCH v3 4/6] livepatch: Add sample livepatch module
` [PATCH v3 5/6] documentation: Update on livepatch elf format
` [PATCH v3 6/6] selftests: livepatch: Test livepatching function using an external symbol
` [PATCH v3 7/6 DONT_MERGE] selftests: livepatch: Test failing IBT checks crashing the module
[GIT PULL] livepatching selftest fixup for 6.11-rc6
2024-08-27 18:36 UTC (2+ messages)
[PATCH] selftests/livepatch: wait for atomic replace to occur
2024-08-26 13:41 UTC (4+ messages)
[PATCH v3 0/2] livepatch: Add using attribute to klp_func for using function
2024-08-26 3:31 UTC (7+ messages)
` [PATCH v3 1/2] Introduce klp_ops into klp_func structure
` [PATCH v3 2/2] livepatch: Add using attribute to klp_func for using function show
[PATCH] selftests/livepatch: wait for atomic replace to occur
2024-08-22 17:24 UTC (2+ messages)
[POC 0/7] livepatch: Make livepatch states, callbacks, and shadow variables work together
2024-08-21 15:28 UTC (18+ messages)
` [POC 2/7] livepatch: Allow to handle lifetime of shadow variables using the livepatch state
` [POC 3/7] livepatch: Use per-state callbacks in state API tests
` [POC 5/7] livepatch: Convert klp module callbacks tests into livepatch module tests
` [POC 7/7] livepatching: Remove per-state version
[PATCH] powerpc/ftrace: restore r2 to caller's stack on livepatch sibling call
2024-08-15 16:24 UTC (9+ messages)
` [PATCH v2] powerpc/ftrace: restore caller's toc on ppc64 "
[PATCH v2 0/1] livepatch: Add using attribute to klp_func for using function
2024-08-15 9:20 UTC (8+ messages)
` [PATCH v2 1/1] livepatch: Add using attribute to klp_func for using function show
[PATCH v2 0/3] Fix kallsyms with CONFIG_LTO_CLANG
2024-08-09 16:40 UTC (37+ messages)
` [PATCH v2 1/3] kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
` [PATCH v2 2/3] kallsyms: Add APIs to match symbol without .XXXX suffix
` [PATCH v2 3/3] tracing/kprobes: Use APIs that matches symbols without .XXX suffix
[PATCH 0/3] Fix kallsyms with CONFIG_LTO_CLANG
2024-08-05 12:53 UTC (17+ messages)
` [PATCH 1/3] kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
` [PATCH 2/3] kallsyms: Add APIs to match symbol without .llmv.<hash> suffix
` [PATCH 3/3] tracing/kprobes: Use APIs that matches symbols with .llvm.<hash> suffix
(no subject)
2024-07-25 14:52 UTC (10+ messages)
` [PATCH 1/2] [PATCH] livepatch: support of modifying refcount_t without underflow after unpatch
` [PATCH 2/2] selftests/livepatch: Add tests for kprefcount_t support
`
[PATCH] livepatch: Add using attribute to klp_func for using func show
2024-07-24 15:20 UTC (5+ messages)
[GIT PULL] livepatching for 6.11
2024-07-23 19:03 UTC (2+ messages)
[PATCH 1/2] livepatch: support of modifying refcount_t without underflow after unpatch
2024-07-14 23:13 UTC
[PATCH 1/2] [PATCH] livepatch: support of modifying refcount_t without underflow after unpatch
2024-07-14 19:59 UTC
[PATCH] kallsyms, livepatch: Fix livepatch with CONFIG_LTO_CLANG
2024-07-09 17:06 UTC (14+ messages)
[PATCH v3 0/3] livepatch: Add "replace" sysfs attribute
2024-07-03 8:30 UTC (2+ messages)
[PATCH v2 0/3] livepatch: Add "replace" sysfs attribute
2024-06-28 8:20 UTC (10+ 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;
as well as URLs for NNTP newsgroup(s).