live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-02 17:40:46 to 2023-11-29 13:25:35 UTC [more...]

[PATCH 0/2] Minor grammatical fixup for livepatch docs
 2023-11-29 13:25 UTC  (2+ messages)
` [PATCH 1/2] Documentation: livepatch: Correct "step on each other's toes" idiom

[PATCH] Took care of some grammatical mistakes
 2023-11-29 12:47 UTC  (7+ messages)

[POC 0/7] livepatch: Make livepatch states, callbacks, and shadow variables work together
 2023-11-11  3:19 UTC  (12+ messages)
` [POC 1/7] livepatch: Add callbacks for introducing and removing states
` [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 4/7] livepatch: Do not use callbacks when testing sysfs interface
` [POC 5/7] livepatch: Convert klp module callbacks tests into livepatch module tests
` [POC 6/7] livepatch: Remove the obsolete per-object callbacks
` [POC 7/7] livepatching: Remove per-state version

[RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
 2023-11-10  0:56 UTC  (9+ messages)

[PATCH v1 0/5] livepatch: klp-convert tool - Minimal version
 2023-11-06 16:25 UTC  (6+ messages)
` [PATCH v1 1/5] livepatch: Create and include UAPI headers
` [PATCH v1 2/5] livepatch: Add klp-convert tool
` [PATCH v1 3/5] kbuild/modpost: integrate klp-convert
` [PATCH v1 4/5] livepatch: Add sample livepatch module
` [PATCH v1 5/5] documentation: Update on livepatch elf format

[GIT PULL] livepatching for 6.7
 2023-11-03 19:53 UTC  (2+ messages)

[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
 2023-10-31 21:10 UTC  (4+ messages)
` [PATCH v3 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH] powerpc/stacktrace: Fix arch_stack_walk_reliable()
 2023-10-15 10:00 UTC  (4+ messages)

Recent Power changes and stack_trace_save_tsk_reliable?
 2023-09-21 13:22 UTC  (7+ messages)

[PATCH] kallsyms: Fix kallsyms_selftest failure
 2023-09-21 10:33 UTC 

This list is being migrated to new infrastructure
 2023-09-20 20:15 UTC  (2+ messages)

[PATCH] livepatch: Fix missing newline character in klp_resolve_symbols()
 2023-09-20  9:29 UTC  (3+ messages)

[ANNOUNCE and CfP] Live Patching MC at LPC 2023
 2023-09-15  8:03 UTC  (3+ messages)

[PATCH v3] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-09-13  8:06 UTC  (16+ messages)

[PATCH v2] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-08-25 12:31 UTC  (17+ messages)

Re; Interest,
 2023-08-22 23:32 UTC 

[PATCH] tracing: Have all levels of checks prevent recursion
 2023-07-22  1:22 UTC  (12+ messages)

[PATCH LINUX v5 2/2] xen: add support for initializing xenstore later as HVM domain
 2023-07-21 12:48 UTC  (5+ messages)

[PATCH v2 2/2] x86: Rewrite ret_from_fork() in C
 2023-07-20  9:28 UTC  (10+ messages)

Fix MAX_STACK_ENTRIES from 100 to 32
 2023-07-12 14:48 UTC  (5+ messages)

[GIT PULL] livepatching for 6.5
 2023-07-01  5:05 UTC  (2+ messages)

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-06-26  6:56 UTC  (2+ messages)

[PATCH] kallsyms: let kallsyms_on_each_match_symbol match symbols exactly
 2023-06-25 19:06 UTC  (21+ messages)

[RFC PATCH v1 10/23] objtool: LoongArch: Implement decoder
 2023-06-20  8:57 UTC  (6+ messages)
` [RFC PATCH v1 11/23] objtool: Add annotate_reachable() for objtools
` [RFC PATCH v1 12/23] LoongArch: bug: Add reachable annotation to warning macros
` [RFC PATCH v1 13/23] objtool: Add next member in struct reloc
` [RFC PATCH v1 14/23] objtool: Add orc_print_dump() package

[RFC PATCH v1 00/23] LoongArch: Add objtool and ORC unwinder support
 2023-06-20  8:49 UTC  (12+ messages)
` [RFC PATCH v1 01/23] objtool: Reorganize CFI code
` [RFC PATCH v1 02/23] objtool: Reorganize instruction-related code
` [RFC PATCH v1 03/23] objtool: Move decode_instructions() to a separate file
` [RFC PATCH v1 04/23] objtool: Reorganize Unwind hint code

[RFC PATCH v1 20/23] LoongArch: Move some data definitions into the .data section
 2023-06-20  8:18 UTC  (4+ messages)
` [RFC PATCH v1 21/23] objtool: Add arch-specific "noreturn" function handling
` [RFC PATCH v1 22/23] objtool: Make update_cfi_state() arch-specific function
` [RFC PATCH v1 23/23] LoongArch: objtool: Mark non-standard object files and directories

[RFC PATCH v1 15/23] objtool: Add ORC support for LoongArch
 2023-06-20  7:52 UTC  (5+ messages)
` [RFC PATCH v1 16/23] LoongArch: Add ORC unwinder support
` [RFC PATCH v1 17/23] LoongArch: Support R_LARCH_32_PCREL relocation type in kernel module
` [RFC PATCH v1 18/23] LoongArch: Fix fpu.S objtool warning
` [RFC PATCH v1 19/23] LoongArch: Annotate unwind_hint

[RFC PATCH v1 05/23] objtool: Reorganize ORC code
 2023-06-20  7:49 UTC  (5+ messages)
` [RFC PATCH v1 06/23] objtool: Reorganize ORC kernel code
` [RFC PATCH v1 07/23] objtool: Introduce STATIC_CHECK
` [RFC PATCH v1 08/23] tools: LoongArch: Copy inst.h and asm.h to tools
` [RFC PATCH v1 09/23] objtool: LoongArch: Add base definition for LoongArch

[PATCH] livepatch: match symbols exactly in klp_find_object_symbol()
 2023-06-16  1:23 UTC  (7+ messages)

[PATCH] ftrace: Allow inline functions not inlined to be traced
 2023-06-09 21:29 UTC  (5+ messages)

[PATCH] livepatch: Make 'klp_stack_entries' static
 2023-06-05 14:47 UTC  (3+ messages)

Live Patching Microconference at Linux Plumbers
 2023-05-22 18:41 UTC  (5+ messages)

[PATCH v7 00/10] livepatch: klp-convert tool
 2023-05-09 20:34 UTC  (8+ messages)

Question about inline, notrace, and livepatch
 2023-05-02 18:26 UTC  (3+ messages)


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).