live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-10 13:06:28 to 2022-07-20 00:21:55 UTC [more...]

[PATCH v5 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-20  0:21 UTC  (3+ messages)
` [PATCH v5 bpf-next 1/4] ftrace: Add modify_ftrace_direct_multi_nolock
` [PATCH v5 bpf-next 2/4] ftrace: Allow IPMODIFY and DIRECT ops on the same function

[PATCH v4 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-19 23:27 UTC  (17+ messages)
` [PATCH v4 bpf-next 1/4] ftrace: add modify_ftrace_direct_multi_nolock
` [PATCH v4 bpf-next 2/4] ftrace: allow IPMODIFY and DIRECT ops on the same function
` [PATCH v4 bpf-next 3/4] bpf, x64: Allow to use caller address from stack
` [PATCH v4 bpf-next 4/4] bpf: support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)

[PATCH v3 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-18 16:55 UTC  (14+ messages)
` [PATCH v3 bpf-next 1/4] ftrace: add modify_ftrace_direct_multi_nolock
` [PATCH v3 bpf-next 2/4] ftrace: allow IPMODIFY and DIRECT ops on the same function
` [PATCH v3 bpf-next 3/4] bpf, x64: Allow to use caller address from stack
` [PATCH v3 bpf-next 4/4] bpf: support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)

[PATCH v7 00/25] Rust support
 2022-07-16 13:56 UTC  (5+ messages)

[PATCH v2 0/2] livepatch: Move tests from lib/livepatch to selftests/livepatch
 2022-07-15 14:45 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests: livepatch: Test livepatching a heavily called syscall

💛 Christina want to play with you! Start Game: https://letsg0dancing.page.link/go?kic 💛 Send To Friend xblc3z
 2022-07-12 14:19 UTC 

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-12 13:36 UTC  (3+ messages)

[PATCH] init/Kconfig: update KALLSYMS_ALL help text
 2022-07-11  5:00 UTC  (2+ messages)

[PATCH v16 0/1] arm64: Reorganize the unwinder
 2022-07-07 15:01 UTC  (2+ messages)
  ` [PATCH v16 1/1] arm64: Make the unwind loop similar to other architectures

[PATCH] doc: module: update file references
 2022-07-01 21:49 UTC  (5+ messages)

[PATCH 0/4] livepatch: Add garbage collection for shadow variables
 2022-07-01 21:04 UTC  (7+ messages)
` [PATCH 1/4] livepatch/shadow: Separate code to get or use pre-allocated shadow variable
` [PATCH 2/4] livepatch/shadow: Separate code removing all shadow variables for a given id
` [PATCH 3/4] livepatch/shadow: Introduce klp_shadow_type structure
` [PATCH 4/4] livepatch/shadow: Add garbage collection of shadow variables

[RFC PATCH v2 00/20] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2022-07-01 19:53 UTC  (9+ messages)
  ` [RFC PATCH v2 19/20] arm64: Miscellaneous changes required for enabling livepatch

[PATCH 1/2] modules: Ensure natural alignment for .altinstructions and __bug_table sections
 2022-07-01 18:22 UTC  (2+ messages)

[PATCH v5 00/33] objtool: add base support for arm64
 2022-06-30  2:41 UTC  (41+ messages)
` [PATCH v6 01/33] tools: arm64: Make aarch64 instruction decoder available to tools
` [PATCH v6 02/33] objtool: arm64: Add base definition for arm64 backend
` [PATCH v6 03/33] objtool: arm64: Decode add/sub instructions
` [PATCH v6 04/33] objtool: arm64: Decode jump and call related instructions
` [PATCH v6 05/33] objtool: arm64: Decode other system instructions
` [PATCH v6 06/33] objtool: arm64: Decode load/store instructions
` [PATCH v6 07/33] objtool: arm64: Decode LDR instructions
` [PATCH v6 08/33] objtool: arm64: Accept non-instruction data in code sections
` [PATCH v6 09/33] objtool: check: Support data in text section
` [PATCH v6 10/33] objtool: arm64: Handle supported relocations in alternatives
` [PATCH v6 11/33] objtool: arm64: Ignore replacement section for alternative callback
` [PATCH v6 12/33] objtool: arm64: Enable stack validation for arm64
` [PATCH v6 13/33] objtool: arm64: Enable ORC "
` [PATCH v6 14/33] objtool: arm64: Add annotate_reachable() for objtools
` [PATCH v6 15/33] arm64: bug: Add reachable annotation to warning macros
` [PATCH v6 16/33] arm64: kgdb: Add reachable annotation after kgdb brk
` [PATCH v6 17/33] objtool: arm64: Add unwind_hint support
` [PATCH v6 18/33] arm64: Change symbol type annotations
` [PATCH v6 19/33] arm64: Annotate unwind_hint for symbols with empty stack
` [PATCH v6 20/33] arm64: entry: Annotate unwind_hint for entry
` [PATCH v6 21/33] arm64: kvm: Annotate unwind_hint for hyp entry
` [PATCH v6 22/33] arm64: efi-header: Mark efi header as data
` [PATCH v6 23/33] arm64: head: Mark constants "
` [PATCH v6 24/33] arm64: proc: Mark constant "
` [PATCH v6 25/33] arm64: crypto: "
` [PATCH v6 26/33] arm64: crypto: Remove unnecessary stackframe
` [PATCH v6 27/33] arm64: Set intra-function call annotations
` [PATCH v6 28/33] arm64: sleep: Properly set frame pointer before call
` [PATCH v6 29/33] arm64: compat: Move VDSO code to .rodata section
` [PATCH v6 30/33] arm64: entry: Align stack size for alternative
` [PATCH v6 31/33] arm64: kernel: Skip validation of proton-pack.c
` [PATCH v6 32/33] arm64: irq-gic: Replace unreachable() with -EINVAL
` [PATCH v6 33/33] objtool: revert c_file fallthrough detection for arm64

[RFC PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-06-27 17:06 UTC  (38+ messages)
  ` [RFC PATCH v15 1/6] arm64: Split unwind_init()
  ` [RFC PATCH v15 2/6] arm64: Copy the task argument to unwind_state
  ` [RFC PATCH v15 3/6] arm64: Make the unwind loop in unwind() similar to other architectures
  ` [RFC PATCH v15 4/6] arm64: Introduce stack trace reliability checks in the unwinder
  ` [RFC PATCH v15 5/6] arm64: Create a list of SYM_CODE functions, check return PC against list
  ` [RFC PATCH v15 6/6] arm64: Introduce arch_stack_walk_reliable()
` [PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks
  ` [PATCH v15 1/6] arm64: Split unwind_init()
  ` [PATCH v15 2/6] arm64: Copy the task argument to unwind_state
  ` [PATCH v15 3/6] arm64: Make the unwind loop in unwind() similar to other architectures
  ` [PATCH v15 4/6] arm64: Introduce stack trace reliability checks in the unwinder
  ` [PATCH v15 5/6] arm64: Create a list of SYM_CODE functions, check return PC against list
  ` [PATCH v15 6/6] arm64: Introduce arch_stack_walk_reliable()

Order Emquiry 24/06/22
 2022-06-24 19:57 UTC 

[PATCH v5 00/33] objtool: add base support for arm64
 2022-06-23  1:37 UTC  (36+ messages)
` [PATCH v5 01/33] tools: arm64: Make aarch64 instruction decoder available to tools
` [PATCH v5 02/33] objtool: arm64: Add base definition for arm64 backend
` [PATCH v5 03/33] objtool: arm64: Decode add/sub instructions
` [PATCH v5 04/33] objtool: arm64: Decode jump and call related instructions
` [PATCH v5 05/33] objtool: arm64: Decode other system instructions
` [PATCH v5 06/33] objtool: arm64: Decode load/store instructions
` [PATCH v5 07/33] objtool: arm64: Decode LDR instructions
` [PATCH v5 08/33] objtool: arm64: Accept non-instruction data in code sections
` [PATCH v5 09/33] objtool: check: Support data in text section
` [PATCH v5 10/33] objtool: arm64: Handle supported relocations in alternatives
` [PATCH v5 11/33] objtool: arm64: Ignore replacement section for alternative callback
` [PATCH v5 12/33] objtool: arm64: Enable stack validation for arm64
` [PATCH v5 13/33] objtool: arm64: Enable ORC "
` [PATCH v5 14/33] objtool: arm64: Add annotate_reachable() for objtools
` [PATCH v5 15/33] arm64: bug: Add reachable annotation to warning macros
` [PATCH v5 16/33] arm64: kgdb: Add reachable annotation after kgdb brk
` [PATCH v5 17/33] objtool: arm64: Add unwind_hint support
` [PATCH v5 18/33] arm64: Change symbol type annotations
` [PATCH v5 19/33] arm64: Annotate unwind_hint for symbols with empty stack
` [PATCH v5 20/33] arm64: entry: Annotate unwind_hint for entry
` [PATCH v5 21/33] arm64: kvm: Annotate unwind_hint for hyp entry
` [PATCH v5 22/33] arm64: efi-header: Mark efi header as data
` [PATCH v5 23/33] arm64: head: Mark constants "
` [PATCH v5 24/33] arm64: proc: Mark constant "
` [PATCH v5 25/33] arm64: crypto: "
` [PATCH v5 26/33] arm64: crypto: Remove unnecessary stackframe
` [PATCH v5 27/33] arm64: Set intra-function call annotations
` [PATCH v5 28/33] arm64: sleep: Properly set frame pointer before call
` [PATCH v5 29/33] arm64: compat: Move VDSO code to .rodata section
` [PATCH v5 30/33] arm64: entry: Align stack size for alternative
` [PATCH v5 31/33] arm64: kernel: Skip validation of proton-pack.c
` [PATCH v5 32/33] arm64: irq-gic: Replace unreachable() with -EINVAL
` [PATCH v5 33/33] objtool: revert c_file fallthrough detection for arm64

[PATCH 0/2] livepatch: Move tests from lib/livepatch to selftests/livepatch
 2022-06-17 21:17 UTC  (8+ messages)
` [PATCH 2/2] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH v14 0/7] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-06-15 19:19 UTC  (3+ messages)

[PATCH v2] selftests/livepatch: better synchronize test_klp_callbacks_busy
 2022-06-15  9:21 UTC  (2+ messages)

[PATCH v2] doc: module: update file references
 2022-06-14 21:33 UTC 


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