BPF List
 help / color / mirror / Atom feed
 messages from 2024-11-23 12:37:05 to 2024-11-27 08:02:36 UTC [more...]

[PATCH v5 tip/perf/core 0/2] uprobes: speculative lockless VMA-to-uprobe lookup
 2024-11-27  8:01 UTC  (10+ 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 v2] bpf, verifier: Improve precision of BPF_MUL
 2024-11-27  7:41 UTC 

[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  (11+ messages)
` [PATCH v3 fanotify 1/2] fanotify: Introduce fanotify filter
` [PATCH v3 fanotify 2/2] samples/fanotify: Add a sample fanotify fiter

[PATCH] btf: Use BIN_ATTR_SIMPLE_RO() to define vmlinux attribute
 2024-11-27  1:52 UTC  (5+ messages)

[PATCH dwarves v3 0/1] btf_encoder: handle .BTF_ids section endianness
 2024-11-27  1:50 UTC  (2+ messages)
` [PATCH dwarves v3 1/1] "

[PATCH bpf-next] bpf: Improve bpf_probe_write_user() warning message
 2024-11-27  0:52 UTC  (3+ 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  (18+ messages)
` [RFC PATCH 1/5] tracing: Move it_func[0] comment to the relevant context
` [RFC PATCH 2/5] tracing: Remove __idx variable from __DO_TRACE
` [RFC PATCH 3/5] rcupdate_trace: Define rcu_tasks_trace lock guard
` [RFC PATCH 4/5] tracing: Remove conditional locking from __DO_TRACE()
` [RFC PATCH 5/5] tracing: Remove cond argument from __DECLARE_TRACE_SYSCALL

[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-11-26 22:24 UTC  (7+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator

[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

[BUG] possible deadlock in __schedule (with reproducer available)
 2024-11-26 21:15 UTC  (9+ messages)

Storing sk_buffs as kptrs in map
 2024-11-26 20:47 UTC  (3+ messages)
` [External] "

[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 2/6] tracing: Move it_func[0] comment to the relevant context
 2024-11-26 18:29 UTC  (6+ messages)
` [for-next][PATCH 3/6] tracing: Remove __idx variable from __DO_TRACE
` [for-next][PATCH 4/6] rcupdate_trace: Define rcu_tasks_trace lock guard
` [for-next][PATCH 5/6] tracing: Remove conditional locking from __DO_TRACE()
` [for-next][PATCH 6/6] tracing: Remove cond argument from __DECLARE_TRACE_SYSCALL

[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  (19+ 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  (11+ messages)
` [PATCH 1/3] kbuild: add dependency from vmlinux "
` [PATCH 2/3] tools/resolve_btfids: Add --fatal-warnings option
` [PATCH 3/3] kbuild: propagate CONFIG_WERROR to resolve_btfids

[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 mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
 2024-11-26  0:52 UTC 

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

[PATCH v1] selftests/bpf: Fix unnecessary conversion to bool in 'run_subtest'
 2024-11-25 22:34 UTC  (2+ messages)

[PATCH] bpftool: Fix the wrong format specifier
 2024-11-25 22:32 UTC  (2+ messages)

[PATCH v3] bpftool: fix potential NULL pointer dereferencing in prog_dump()
 2024-11-25 22:30 UTC  (2+ messages)

[PATCH v2 bpf 0/2] bpf: fix OOB accesses in map_delete_elem callbacks
 2024-11-25 22:30 UTC  (2+ messages)

[PATCH bpf] xsk: always clear DMA mapping information when unmapping the pool
 2024-11-25 22:30 UTC  (2+ messages)

[PATCH bpf 0/4] bpf, vsock: Fix poll() and close()
 2024-11-25 22:30 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: fix cgroup_skb prog test run direct packet access
 2024-11-25 22:20 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add cgroup skb direct packet access test

[PATCH bpf-next] libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missing
 2024-11-25 22:20 UTC  (2+ messages)

[PATCH v2] bpf, lsm: Remove getlsmprop hooks BTF IDs
 2024-11-25 22:20 UTC  (2+ messages)

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-25 20:49 UTC  (21+ messages)

[PATCH] bpf, lsm: Fix getlsmprop hooks BTF IDs
 2024-11-25 19:35 UTC  (5+ messages)

[PATCH v6 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-25 19:29 UTC  (3+ messages)
` [PATCH v6 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges

bpf: adding BPF linked list iteration support
 2024-11-25 15:52 UTC  (5+ messages)

[RFC PATCH 1/1] tracing: Use guard() rather than scoped_guard()
 2024-11-25 14:26 UTC  (2+ messages)

[PATCH kselftest] fix single bpf test
 2024-11-25 13:11 UTC  (3+ messages)

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-24 21:46 UTC  (8+ messages)
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure

[PATCH AUTOSEL 4.19 02/21] samples/bpf: Fix a resource leak
 2024-11-24 13:56 UTC 

[PATCH AUTOSEL 5.4 04/28] samples/bpf: Fix a resource leak
 2024-11-24 13:55 UTC 

[PATCH AUTOSEL 5.10 06/33] samples/bpf: Fix a resource leak
 2024-11-24 13:53 UTC 

[PATCH AUTOSEL 5.15 06/36] samples/bpf: Fix a resource leak
 2024-11-24 13:51 UTC 

[PATCH AUTOSEL 6.1 11/48] samples/bpf: Fix a resource leak
 2024-11-24 13:48 UTC 

[PATCH AUTOSEL 6.6 15/61] samples/bpf: Fix a resource leak
 2024-11-24 13:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 51/61] bpf: Call free_htab_elem() after htab_unlock_bucket()

[PATCH AUTOSEL 6.11 26/87] samples/bpf: Fix a resource leak
 2024-11-24 13:38 UTC  (3+ messages)
` [PATCH AUTOSEL 6.11 43/87] bpf: Prevent tailcall infinite loop caused by freplace
` [PATCH AUTOSEL 6.11 72/87] bpf: Call free_htab_elem() after htab_unlock_bucket()

[PATCH AUTOSEL 6.12 031/107] samples/bpf: Fix a resource leak
 2024-11-24 13:29 UTC  (3+ messages)
` [PATCH AUTOSEL 6.12 049/107] bpf: Prevent tailcall infinite loop caused by freplace
` [PATCH AUTOSEL 6.12 089/107] bpf: Call free_htab_elem() after htab_unlock_bucket()

[PATCH AUTOSEL 4.19 4/4] HID: bpf: Fix NKRO on Mistel MD770
 2024-11-24 12:58 UTC 

[PATCH AUTOSEL 5.4 4/5] HID: bpf: Fix NKRO on Mistel MD770
 2024-11-24 12:58 UTC 

[PATCH AUTOSEL 5.10 5/6] HID: bpf: Fix NKRO on Mistel MD770
 2024-11-24 12:57 UTC 

[PATCH AUTOSEL 5.15 6/7] HID: bpf: Fix NKRO on Mistel MD770
 2024-11-24 12:55 UTC 

[PATCH AUTOSEL 6.1 7/9] HID: bpf: Fix NKRO on Mistel MD770
 2024-11-24 12:54 UTC 

[PATCH AUTOSEL 6.6 02/16] HID: add per device quirk to force bind to hid-generic
 2024-11-24 12:52 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 12/16] HID: bpf: Fix NKRO on Mistel MD770

[PATCH AUTOSEL 6.11 03/20] HID: add per device quirk to force bind to hid-generic
 2024-11-24 12:50 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 16/20] HID: bpf: Fix NKRO on Mistel MD770

[PATCH AUTOSEL 6.12 04/23] HID: add per device quirk to force bind to hid-generic
 2024-11-24 12:48 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 18/23] HID: bpf: Fix NKRO on Mistel MD770

[PATCH] LoongArch: BPF: Sign-extend return values
 2024-11-24  5:33 UTC  (5+ messages)

[PATCH] bpf: sparc64: fix typo dont->don't
 2024-11-23 18:42 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