BPF List
 help / color / mirror / Atom feed
 messages from 2024-11-25 22:40:18 to 2024-11-28 02:56:07 UTC [more...]

[PATCH] tools/bpf: bpftool:Fix the wrong format specifier
 2024-11-28  2:55 UTC 

[PATCH bpf-next v3 0/7] IRQ save/restore
 2024-11-28  2:54 UTC  (10+ 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] bpf: Optimize resource leakage problems
 2024-11-28  2:47 UTC 

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

[BUG] possible deadlock in __schedule (with reproducer available)
 2024-11-28  2:27 UTC  (11+ messages)

[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 mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
 2024-11-28  0:58 UTC  (2+ messages)

[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 dwarves v3 0/1] btf_encoder: handle .BTF_ids section endianness
 2024-11-27 17:53 UTC  (7+ messages)
` [PATCH dwarves v3 1/1] "

[PATCH] HID: bpf: drop unneeded casts discarding const
 2024-11-27 16:42 UTC 

[PATCH] HID: bpf: constify hid_ops
 2024-11-27 16:41 UTC 

[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 bpf-next v3 1/2] bpf: Remove bpf_probe_write_user() warning message
 2024-11-27 14:09 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] bpf: Refactor bpf_tracing_func_proto() and remove bpf_get_probe_write_proto()

[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 v2] tools: Override makefile ARCH variable if defined, but empty
 2024-11-27 11:53 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

[PATCH bpf v2 0/9] Fixes for LPM trie
 2024-11-27  8:02 UTC  (13+ 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 1/2] bpf: check negative offsets in __bpf_skb_min_len()
 2024-11-27  7:34 UTC  (4+ messages)
` [Patch bpf 2/2] selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()
  ` [External] "

[syzbot] [bpf?] BUG: MAX_STACK_TRACE_ENTRIES too low! (4)
 2024-11-27  7:07 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] Add fd_array_cnt attribute for BPF_PROG_LOAD
 2024-11-27  6:54 UTC  (22+ messages)
` [PATCH v2 bpf-next 1/6] bpf: add a __btf_get_by_fd helper
` [PATCH v2 bpf-next 2/6] bpf: move map/prog compatibility checks
` [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 v2 bpf-next 5/6] bpf: fix potential error return

[PATCH v3] libbpf: Improve debug message when the base BTF cannot be found
 2024-11-27  5:10 UTC  (2+ messages)

[PATCH v3 fanotify 0/2] Fanotify in kernel filter
 2024-11-27  2:16 UTC  (5+ messages)
` [PATCH v3 fanotify 2/2] samples/fanotify: Add a sample fanotify fiter

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

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-26 19:13 UTC  (6+ messages)

[PATCH] tools: Override makefile ARCH variable if defined, but empty
 2024-11-26 19:08 UTC  (5+ messages)

[for-next][PATCH 4/6] rcupdate_trace: Define rcu_tasks_trace lock guard
 2024-11-26 18:29 UTC  (2+ messages)

[PATCH bpf-next v8 0/4] bpf: add cpu cycles kfuncss
 2024-11-26 18:12 UTC  (3+ messages)

[PATCH] bpf, verifier: Improve precision of BPF_MUL
 2024-11-26 17:38 UTC 

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-11-26 17:12 UTC  (15+ messages)

[PATCH bpf] selftests/bpf: Check for PREEMPTION instead of PREEMPT
 2024-11-26 17:10 UTC  (2+ messages)

[PATCH 0/3] kbuild: propagate CONFIG_WERROR to resolve_btfids
 2024-11-26 16:52 UTC  (3+ messages)
` [PATCH 1/3] kbuild: add dependency from vmlinux "

[PATCH net-next v5 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-26 16:38 UTC  (7+ messages)
` [PATCH net-next v5 12/19] xdp: add generic xdp_build_skb_from_buff()

[PATCH bpf-next v3 00/14] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-26 10:48 UTC  (3+ messages)

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-11-26  8:29 UTC  (7+ messages)
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops

[syzbot] [bpf?] KASAN: vmalloc-out-of-bounds Write in vrealloc_noprof
 2024-11-26  0:54 UTC  (3+ messages)

[syzbot] [bpf?] KASAN: vmalloc-out-of-bounds Write in push_insn_history
 2024-11-26  0:54 UTC  (3+ messages)

[PATCH v3 fanotify 1/2] fanotify: Introduce fanotify filter
 2024-11-26  0:06 UTC  (2+ messages)

[PATCH] samples/bpf: Remove unused variable
 2024-11-25 22:40 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox