messages from 2022-07-19 23:04:39 to 2022-09-20 06:13:40 UTC [more...]
[PATCH v3 0/8] kallsyms: Optimizes the performance of lookup symbols
2022-09-20 6:13 UTC (12+ messages)
` [PATCH v3 1/8] scripts/kallsyms: rename build_initial_tok_table()
` [PATCH v3 2/8] scripts/kallsyms: ensure that all possible combinations are compressed
` [PATCH v3 3/8] scripts/kallsyms: don't compress symbol types
` [PATCH v3 4/8] kallsyms: Improve the performance of kallsyms_lookup_name()
` [PATCH v3 5/8] kallsyms: Add helper kallsyms_on_each_match_symbol()
` [PATCH v3 6/8] livepatch: Use kallsyms_on_each_match_symbol() to improve performance
` [PATCH v3 7/8] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCH v3 8/8] kallsyms: Add self-test facility
[PATCH v2 0/8] kallsyms: Optimizes the performance of lookup symbols
2022-09-17 12:40 UTC (13+ messages)
` [PATCH v2 1/8] scripts/kallsyms: don't compress symbol type when CONFIG_KALLSYMS_ALL=y
` [PATCH v2 2/8] scripts/kallsyms: rename build_initial_tok_table()
` [PATCH v2 3/8] kallsyms: Adjust the types of some local variables
` [PATCH v2 4/8] kallsyms: Improve the performance of kallsyms_lookup_name()
` [PATCH v2 5/8] kallsyms: Add helper kallsyms_on_each_match_symbol()
` [PATCH v2 6/8] livepatch: Use kallsyms_on_each_match_symbol() to improve performance
` [PATCH v2 7/8] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCH v2 8/8] kallsyms: Add self-test facility
[RFC] Objtool toolchain proposal: -fannotate-{jump-table,noreturn}
2022-09-15 8:47 UTC (18+ messages)
[PATCH v5 bpf-next 0/4] ftrace: host klp and bpf trampoline together
2022-09-09 18:13 UTC (14+ 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)
[PATCH 0/7] kallsyms: Optimizes the performance of lookup symbols
2022-09-09 1:17 UTC (10+ messages)
` [PATCH 1/7] scripts/kallsyms: don't compress symbol type when CONFIG_KALLSYMS_ALL=y
` [PATCH 2/7] scripts/kallsyms: rename build_initial_tok_table()
` [PATCH 3/7] kallsyms: Adjust the types of some local variables
` [PATCH 4/7] kallsyms: Improve the performance of kallsyms_lookup_name()
` [PATCH 5/7] kallsyms: Add helper kallsyms_on_each_match_symbol()
` [PATCH 6/7] livepatch: Use kallsyms_on_each_match_symbol() to improve performance
` [PATCH 7/7] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
[PATCH v5] livepatch: Clear relocation targets on a module removal
2022-09-08 2:22 UTC (13+ messages)
[PATCH] livepatch: Move error print out of lock protection in klp_enable_patch()
2022-09-05 1:20 UTC (7+ messages)
[PATCH v3 0/2] add sysfs entry "patched" for each klp_object
2022-09-02 20:52 UTC (3+ messages)
` [PATCH v3 1/2] livepatch: "
` [PATCH v3 2/2] selftests/livepatch: add sysfs test
[PATCH v2 0/2] add sysfs entry "patched" for each klp_object
2022-09-02 15:42 UTC (9+ messages)
` [PATCH v2 1/2] livepatch: "
` [PATCH v2 2/2] selftests/livepatch: add sysfs test
[PATCH] livepatch: Add a missing newline character in klp_module_coming()
2022-09-01 15:10 UTC (2+ messages)
[PATCH v5] livepatch: fix race between fork and KLP transition
2022-09-01 13:45 UTC (2+ messages)
[PATCH v4] livepatch: Clear relocation targets on a module removal
2022-08-30 7:18 UTC (4+ messages)
[PATCH 0/4] livepatch: Add garbage collection for shadow variables
2022-08-25 16:26 UTC (12+ 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 0/3] kallsyms: add option to include relative filepaths into kallsyms
2022-08-22 14:40 UTC (19+ messages)
` [RFC PATCH 1/3] modpost: fix TO_NATIVE() with expressions and consts
` [RFC PATCH 2/3] [STUB] increase kallsyms length limit
` [RFC PATCH 3/3] kallsyms: add option to include relative filepaths into kallsyms
[PATCH] selftests/livepatch: normalize sysctl error message
2022-08-19 5:59 UTC (2+ messages)
ftrace regression with CONFIG_UNWINDER_FRAME_POINTER
2022-08-16 18:57 UTC (5+ messages)
[GIT PULL] livepatching for 5.20
2022-08-06 18:19 UTC (2+ messages)
[PATCH v9 00/27] Rust support
2022-08-05 15:41 UTC (2+ messages)
` [PATCH v9 05/27] kallsyms: increase maximum kernel symbol length to 512
[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 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 bpf-next] bpf: fix test_progs -j error with fentry/fexit tests
2022-07-29 21:40 UTC (3+ messages)
[PATCH v2 0/2] livepatch: Move tests from lib/livepatch to selftests/livepatch
2022-07-29 13:19 UTC (4+ messages)
` [PATCH v2 2/2] selftests: livepatch: Test livepatching a heavily called syscall
中央冷凍産業株式会社 "お問い合わせを受け付けました"
2022-07-28 16:49 UTC
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 (7+ messages)
` [PATCH v4 bpf-next 2/4] ftrace: allow IPMODIFY and DIRECT ops on the same function
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).