messages from 2024-11-26 19:44:42 to 2024-11-28 20:40:16 UTC [more...]
RFT: Testing pahole for the release of v1.28
2024-11-28 20:40 UTC
[PATCH dwarves v3 0/1] btf_encoder: handle .BTF_ids section endianness
2024-11-28 20:26 UTC (8+ messages)
` [PATCH dwarves v3 1/1] "
[PATCH bpf-next v3 1/2] bpf: Remove bpf_probe_write_user() warning message
2024-11-28 19:05 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] bpf: Refactor bpf_tracing_func_proto() and remove bpf_get_probe_write_proto()
[Patch bpf 1/2] bpf: check negative offsets in __bpf_skb_min_len()
2024-11-28 18:38 UTC (5+ messages)
` [Patch bpf 2/2] selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()
` [External] "
[PATCH v3 fanotify 0/2] Fanotify in kernel filter
2024-11-28 17:10 UTC (9+ messages)
` [PATCH v3 fanotify 1/2] fanotify: Introduce fanotify filter
` [PATCH v3 fanotify 2/2] samples/fanotify: Add a sample fanotify fiter
[PATCH] HID: bpf: drop unneeded casts discarding const
2024-11-28 15:40 UTC (2+ messages)
[PATCH] HID: bpf: constify hid_ops
2024-11-28 15:40 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: ensure proper root namespace cleanup when test fail
2024-11-28 14:38 UTC
[PATCH bpf-next v8 0/4] bpf: add cpu cycles kfuncss
2024-11-28 14:30 UTC (7+ messages)
[PATCH HID] selftests/hid: fix kfunc inclusions with newer bpftool
2024-11-28 13:27 UTC
[PATCH bpf v2] tools: Override makefile ARCH variable if defined, but empty
2024-11-28 13:07 UTC (3+ messages)
[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
2024-11-28 13:07 UTC
[PATCH 0/3] perf tool: Fix multiple memory leakages
2024-11-28 12:54 UTC (4+ messages)
` [PATCH 1/3] perf header: Fix one memory leakage in process_bpf_btf()
` [PATCH 2/3] perf header: Fix one memory leakage in process_bpf_prog_info()
` [PATCH 3/3] perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()
[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
2024-11-28 10:57 UTC (15+ messages)
[PATCH] tools/bpf: bpftool:Fix the wrong format specifier
2024-11-28 9:58 UTC (3+ messages)
[PATCH bpf-next v3 0/7] IRQ save/restore
2024-11-28 7:26 UTC (21+ messages)
` [PATCH bpf-next v3 1/7] bpf: Consolidate locks and reference state in verifier state
` [PATCH bpf-next v3 2/7] bpf: Refactor {acquire,release}_reference_state
` [PATCH bpf-next v3 3/7] bpf: Refactor mark_{dynptr,iter}_read
` [PATCH bpf-next v3 4/7] bpf: Introduce support for bpf_local_irq_{save,restore}
` [PATCH bpf-next v3 5/7] bpf: Improve verifier log for resource leak on exit
` [PATCH bpf-next v3 6/7] selftests/bpf: Expand coverage of preempt tests to sleepable kfunc
` [PATCH bpf-next v3 7/7] selftests/bpf: Add IRQ save/restore tests
[PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
2024-11-28 6:15 UTC (3+ messages)
[PATCH] LoongArch: BPF: Adjust the parameter of emit_jirl()
2024-11-28 6:11 UTC
[BUG] possible deadlock in __schedule (with reproducer available)
2024-11-28 4:48 UTC (12+ messages)
[PATCH v2 bpf-next 0/6] Add fd_array_cnt attribute for BPF_PROG_LOAD
2024-11-28 4:15 UTC (14+ messages)
` [PATCH v2 bpf-next 3/6] bpf: add fd_array_cnt attribute for prog_load
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add tests for fd_array_cnt
[PATCH bpf v2 0/9] Fixes for LPM trie
2024-11-28 4:12 UTC (14+ messages)
` [PATCH bpf v2 1/9] bpf: Remove unnecessary check when updating "
` [PATCH bpf v2 2/9] bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
` [PATCH bpf v2 3/9] bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
` [PATCH bpf v2 4/9] bpf: Handle in-place update for full LPM trie correctly
` [PATCH bpf v2 5/9] bpf: Fix exact match conditions in trie_get_next_key()
` [PATCH bpf v2 6/9] bpf: Switch to bpf mem allocator for LPM trie
` [PATCH bpf v2 7/9] bpf: Use raw_spinlock_t "
` [PATCH bpf v2 8/9] selftests/bpf: Move test_lpm_map.c to map_tests
` [PATCH bpf v2 9/9] selftests/bpf: Add more test cases for LPM trie
[PATCH] bpf: Optimize resource leakage problems
2024-11-28 3:07 UTC (2+ messages)
[PATCH bpf-next 0/9] bpf: Constify BPF ops
2024-11-28 2:43 UTC (11+ messages)
` [PATCH bpf-next 1/9] bpf: tcp: Remove inaccurate comment about extern
` [PATCH bpf-next 2/9] bpf: Move func_models from bpf_struct_ops to bpf_struct_ops_desc
` [PATCH bpf-next 3/9] bpf: Allow registration of const struct bpf_struct_ops
` [PATCH bpf-next 4/9] const_structs.checkpatch: add bpf_struct_ops
` [PATCH bpf-next 5/9] bpf: Allow registration of const cfi_stubs
` [PATCH bpf-next 6/9] bpf, net: tcp: Constify BPF ops
` [PATCH bpf-next 7/9] bpf, net: dummy_ops: "
` [PATCH bpf-next 8/9] HID: bpf: constify "
` [PATCH bpf-next 9/9] sched_ext: Constify "
[PATCH bpf-next v2 0/4] Fixes for stack with allow_ptr_leaks
2024-11-28 2:07 UTC (12+ messages)
` [PATCH bpf-next v2 1/4] bpf: Don't relax STACK_INVALID to STACK_MISC when not allow_ptr_leaks
` [PATCH bpf-next v2 2/4] bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
` [PATCH bpf-next v2 3/4] selftests/bpf: Add test for reading from STACK_INVALID slots
` [PATCH bpf-next v2 4/4] selftests/bpf: Add test for narrow spill into 64-bit spilled scalar
[RFC PATCH 0/9] pahole: shared ELF and faster reproducible BTF encoding
2024-11-28 1:24 UTC (10+ messages)
` [RFC PATCH 1/9] btf_encoder: simplify function encoding
` [RFC PATCH 2/9] btf_encoder: store,use section-relative addresses in ELF function representation
` [RFC PATCH 3/9] btf_encoder: separate elf function, saved function representations
` [RFC PATCH 4/9] dwarf_loader: introduce pre_load_module hook to conf_load
` [RFC PATCH 5/9] btf_encoder: introduce elf_functions struct type
` [RFC PATCH 6/9] btf_encoder: collect elf_functions in btf_encoder__pre_load_module
` [RFC PATCH 7/9] btf_encoder: switch to shared elf_functions table
` [RFC PATCH 8/9] btf_encoder: introduce btf_encoding_context
` [RFC PATCH 9/9] pahole: faster reproducible BTF encoding
[PATCH bpf-next v1 0/3] Fix missing process_iter_arg type check
2024-11-27 23:06 UTC (5+ messages)
` [PATCH bpf-next v1 1/3] bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
` [PATCH bpf-next v1 2/3] bpf: Zero index arg error string for dynptr and iter
` [PATCH bpf-next v1 3/3] selftests/bpf: Add tests for iter arg check
[PATCH v2] bpf, verifier: Improve precision of BPF_MUL
2024-11-27 22:53 UTC (2+ messages)
[PATCH bpf-next v4 0/7] IRQ save/restore
2024-11-27 21:35 UTC (8+ messages)
` [PATCH bpf-next v4 1/7] bpf: Consolidate locks and reference state in verifier state
` [PATCH bpf-next v4 2/7] bpf: Refactor {acquire,release}_reference_state
` [PATCH bpf-next v4 3/7] bpf: Refactor mark_{dynptr,iter}_read
` [PATCH bpf-next v4 4/7] bpf: Introduce support for bpf_local_irq_{save,restore}
` [PATCH bpf-next v4 5/7] bpf: Improve verifier log for resource leak on exit
` [PATCH bpf-next v4 6/7] selftests/bpf: Expand coverage of preempt tests to sleepable kfunc
` [PATCH bpf-next v4 7/7] selftests/bpf: Add IRQ save/restore tests
Storing sk_buffs as kptrs in map
2024-11-27 20:54 UTC (5+ messages)
` [External] "
[PATCH bpf-next v9 2/4] bpf: add bpf_cpu_time_counter_to_ns helper
2024-11-27 19:07 UTC (2+ messages)
[PATCH bpf-next v1 0/4] Fixes for stack with allow_ptr_leaks
2024-11-27 18:51 UTC (5+ messages)
` [PATCH bpf-next v1 1/4] bpf: Don't relax STACK_INVALID to STACK_MISC when not allow_ptr_leaks
` [PATCH bpf-next v1 2/4] bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
` [PATCH bpf-next v1 3/4] selftests/bpf: Add test for reading from STACK_INVALID slots
` [PATCH bpf-next v1 4/4] selftests/bpf: Add test for narrow spill into 64-bit spilled scalar
[PATCH bpf-next v2 0/7] IRQ save/restore
2024-11-27 16:39 UTC (9+ messages)
` [PATCH bpf-next v2 1/7] bpf: Consolidate locks and reference state in verifier state
` [PATCH bpf-next v2 2/7] bpf: Refactor {acquire,release}_reference_state
` [PATCH bpf-next v2 3/7] bpf: Refactor mark_{dynptr,iter}_read
` [PATCH bpf-next v2 4/7] bpf: Introduce support for bpf_local_irq_{save,restore}
` [PATCH bpf-next v2 5/7] bpf: Improve verifier log for resource leak on exit
` [PATCH bpf-next v2 6/7] selftests/bpf: Expand coverage of preempt tests to sleepable kfunc
` [PATCH bpf-next v2 7/7] selftests/bpf: Add IRQ save/restore tests
[PATCH 1/3] ima: Remove inode lock
2024-11-27 15:57 UTC (3+ messages)
[PATCH] btf: Use BIN_ATTR_SIMPLE_RO() to define vmlinux attribute
2024-11-27 15:22 UTC (6+ messages)
[PATCH v2 0/4] Prefer sysfs/JSON events also when no PMU is provided
2024-11-27 12:36 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: Remove bpf_probe_write_user() warning message
2024-11-27 12:11 UTC (6+ messages)
` [PATCH bpf-next v2 2/2] bpf: Refactor bpf_tracing_func_proto() and remove bpf_get_probe_write_proto()
[PATCH bpf-next v9 1/4] bpf: add bpf_get_cpu_time_counter kfunc
2024-11-27 12:03 UTC (2+ messages)
[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2024-11-27 11:21 UTC (8+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator
[PATCH bpf-next] bpf: Improve bpf_probe_write_user() warning message
2024-11-27 10:39 UTC (4+ messages)
[PATCH iwl-next 1/1] igc: Allow hot-swapping XDP program
2024-11-27 8:34 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH v5 tip/perf/core 0/2] uprobes: speculative lockless VMA-to-uprobe lookup
2024-11-27 8:01 UTC (5+ messages)
` [PATCH v5 tip/perf/core 1/2] uprobes: simplify find_active_uprobe_rcu() VMA checks
[syzbot] [bpf?] BUG: MAX_STACK_TRACE_ENTRIES too low! (4)
2024-11-27 7:07 UTC (2+ messages)
[PATCH v3] libbpf: Improve debug message when the base BTF cannot be found
2024-11-27 5:10 UTC (2+ messages)
[PATCH dwarves v2 0/1] btf_encoder: handle .BTF_ids section endianness
2024-11-27 0:35 UTC (7+ messages)
` [PATCH dwarves v2 1/1] "
[PATCH dwarves v1] btf_encoder: handle .BTF_ids section endianness when cross-compiling
2024-11-27 0:30 UTC (5+ messages)
[RFC PATCH 0/5] tracing: Remove conditional locking from tracepoints
2024-11-26 22:40 UTC (12+ messages)
` [RFC PATCH 4/5] tracing: Remove conditional locking from __DO_TRACE()
[PATCH v2 0/2] kbuild: propagate CONFIG_WERROR to resolve_btfids
2024-11-26 21:17 UTC (3+ messages)
` [PATCH v2 1/2] tools/resolve_btfids: Add --fatal-warnings option
` [PATCH v2 2/2] kbuild: propagate CONFIG_WERROR to resolve_btfids
[PATCH bpf-next] libbpf: Improve debug message when the base BTF cannot be found
2024-11-26 20:14 UTC (5+ messages)
` [PATCH v2 "
[PATCH bpf 0/2] tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
2024-11-26 19:50 UTC (2+ 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