live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-23 01:51:54 to 2022-08-04 13:06:27 UTC [more...]

[PATCH,RFC] livepatch: fix race between fork and klp_reverse_transition
 2022-08-04 13:06 UTC  (13+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] livepatch: fix race between fork and KLP transition

[PATCH RFC] livepatch: add sysfs entry "patched" for each klp_object
 2022-08-03 15:46 UTC  (5+ messages)

[PATCH v2 0/2] add sysfs entry "patched" for each klp_object
 2022-08-02 21:37 UTC  (5+ messages)
` [PATCH v2 1/2] livepatch: "
` [PATCH v2 2/2] selftests/livepatch: add sysfs test

[PATCH v8 00/31] Rust support
 2022-08-02 17:46 UTC  (9+ messages)
` [PATCH v8 05/31] kallsyms: increase maximum kernel symbol length to 512

[PATCH v3] livepatch: Clear relocation targets on a module removal
 2022-08-02 16:30 UTC  (12+ messages)

[PATCH v4] livepatch: Clear relocation targets on a module removal
 2022-08-01 21:21 UTC 

[PATCH bpf-next] bpf: fix test_progs -j error with fentry/fexit tests
 2022-07-29 21:40 UTC  (3+ messages)

[PATCH 0/4] livepatch: Add garbage collection for shadow variables
 2022-07-29 16:07 UTC  (10+ 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

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

中央冷凍産業株式会社 "お問い合わせを受け付けました"
 2022-07-28 16:49 UTC 

[PATCH v5 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-22 20:10 UTC  (11+ 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 v5 bpf-next 3/4] bpf, x64: Allow to use caller address from stack
` [PATCH v5 bpf-next 4/4] bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)

unload and reload modules with patched function
 2022-07-22 16:53 UTC  (5+ messages)

ftrace_kill() leads to kmalloc-512 UAF
 2022-07-20 17:04 UTC  (3+ messages)

心音舎にお問い合わせいただき誠にありがとうございます。
 2022-07-20  7:07 UTC 

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

💛 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  (3+ messages)

[RFC PATCH v2 00/20] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2022-07-01 19:53 UTC  (4+ 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  (40+ messages)
` [PATCH v6 01/33] tools: arm64: Make aarch64 instruction decoder available to tools
` [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  (31+ messages)
` [PATCH "
  ` [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 


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