BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-28 01:00:41 to 2026-07-28 14:59:14 UTC [more...]

[RFC PATCH bpf-next 0/6] bpf: Optimize string kfuncs
 2026-07-28 14:57 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Optimize string scan kfuncs
` [RFC PATCH bpf-next 2/6] bpf: Optimize string comparison kfuncs
` [RFC PATCH bpf-next 3/6] bpf: Optimize string span kfuncs
` [RFC PATCH bpf-next 4/6] bpf: Optimize string substring kfuncs
` [RFC PATCH bpf-next 5/6] selftests/bpf: Exercise word-at-a-time string kfuncs
` [RFC PATCH bpf-next 6/6] selftests/bpf: Benchmark "

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-28 14:48 UTC  (4+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage

[PATCH bpf v2] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-07-28 14:10 UTC  (4+ messages)

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-07-28 13:48 UTC 

[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
 2026-07-28 13:40 UTC  (2+ messages)

[PATCH bpf] bpf, cgroup: Fix potential UAF in __cgroup_bpf_attach
 2026-07-28 13:37 UTC  (2+ messages)

[PATCH 0/2] binfmt_misc: don't let an 'F' entry pin its own instance
 2026-07-28 13:30 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: check that a binfmt_misc instance cannot be pinned

[PATCH bpf v4] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
 2026-07-28 13:30 UTC 

[PATCH bpf v6 0/4] Fixes for bpf link update
 2026-07-28 13:17 UTC  (18+ messages)
` [PATCH bpf v6 1/4] bpf: Fix potential UAF in bpf_netns_link_update_prog
` [PATCH bpf v6 2/4] bpf: Fix UAF due to missing link type check in mprog
` [PATCH bpf v6 3/4] bpf: Fix potential UAF when reading bpf link info
` [PATCH bpf v6 4/4] bpf, cgroup: Fix storage null-ptr-deref after replacing prog

[PATCH bpf-next v2 0/2] bpf: Eliminate unnecessary clone/restore due to constants blinding
 2026-07-28 20:25 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Eliminate dup/restore of insn_aux_data
` [PATCH bpf-next v2 2/2] bpf: Remove unnecessary dup/restore subprog_starts and prog clone

[PATCH net-next v3] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
 2026-07-28 11:50 UTC 

[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-28 11:36 UTC  (3+ messages)
` [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()

[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-07-28 11:32 UTC  (5+ messages)

[PATCH net v1] bpf: lwt: Fix dst reference leak on reroute failure
 2026-07-28 11:30 UTC  (2+ messages)

[PATCH 6.6.y/6.12.y/6.18.y 0/2] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28 10:43 UTC  (3+ messages)

[PATCH net-next v2] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
 2026-07-28  9:59 UTC  (2+ messages)

[PATCH 5.10.y/5.15.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28  9:54 UTC 

[PATCH 6.1.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28  9:49 UTC 

[PATCH] libbpf: don't preserve ownership during install
 2026-07-28  8:22 UTC  (3+ messages)

[PATCH bpf-next v3] bpf: log error code on trampoline unlink failure
 2026-07-28  8:08 UTC  (3+ messages)

[PATCH bpf v4] bpf: Fix UAF when reading prog type in bpf_mprog_link
 2026-07-28  7:42 UTC 

[PATCH bpf-next 0/6] workqueue: introduce BPF iterators for workqueues, worker pools and pending work
 2026-07-28  6:55 UTC  (7+ messages)
` [PATCH bpf-next 1/6] workqueue: introduce a BPF open-coded iterator for traversing workqueues list
` [PATCH bpf-next 2/6] workqueue: introduce a seq_file form for the workqueue iterator
` [PATCH bpf-next 3/6] workqueue: introduce open-coded BPF iterator for worker pools
` [PATCH bpf-next 4/6] workqueue: introduce seq_file form of the worker_pool iterator
` [PATCH bpf-next 5/6] workqueue: introduce BPF iterator for pending work items
` [PATCH bpf-next 6/6] selftests/bpf: add tests for the workqueue BPF iterators

[PATCH bpf-next] bpf: arena: fix mmap_lock deadlock on arena lock failure
 2026-07-28  6:32 UTC  (3+ messages)

[PATCH net-next] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
 2026-07-28  5:59 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] bpf: Fix trampoline handling of 128-bit values
 2026-07-28  5:06 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] bpf: Reject >8 byte return values on return-reading trampoline paths
` [PATCH bpf-next v4 2/3] bpf, x86: Fix trampoline stack size for 128-bit arguments
` [PATCH bpf-next v4 3/3] selftests/bpf: Add tests for >8 byte return value and "

[PATCH bpf] lwt_bpf: account for aligned neigh header length
 2026-07-28  5:02 UTC  (2+ messages)

[PATCH v1 0/2] Refine move_imm() and optimize memory load
 2026-07-28  3:41 UTC  (4+ messages)
` [PATCH v1 1/2] LoongArch: BPF: Clean up and decouple is32 parameter from move_imm()
` [PATCH v1 2/2] LoongArch: BPF: Eliminate zero-extension for memory load operations

[PATCH bpf] bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
 2026-07-28  3:38 UTC  (2+ messages)
` [PATCH bpf] bpf: Reject writes through untrusted allocated pointers

[PATCH bpf v2] bpf: Fix potential UAF in bpf_netns_link_update_prog
 2026-07-28  3:29 UTC  (3+ messages)

[PATCH net 0/2] xdp: fix skb length accounting after frag adjustment
 2026-07-28  3:26 UTC  (5+ messages)
` [PATCH net 1/2] net: fix skb length accounting after generic XDP "
` [PATCH net 2/2] veth: fix skb length accounting after "

[PATCH net] net: stmmac: Disable queues before netif_tx_disable in xdp_release
 2026-07-28  3:07 UTC  (2+ messages)

[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
 2026-07-28  3:01 UTC  (8+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation

[PATCH bpf-next v5 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-28  2:50 UTC  (3+ messages)

[PATCH bpf v3] bpf: Fix potential UAF when reading bpf link info
 2026-07-28  2:54 UTC 

[PATCH v4] kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping
 2026-07-28  2:49 UTC 

[PATCH dwarves] btf_encoder: Ensure the first same-name function has a non-zero address
 2026-07-28  2:37 UTC 

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-07-28  2:19 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH bpf-next 0/2] Simplify min()/max(), contains() and fix normalize() cnum implementation
 2026-07-28  1:57 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Simplify cnum contains() and normalize() implementation
` [PATCH bpf-next 2/2] bpf: Avoid redundant min()/max() in cnum signed bounds

[PATCH bpf-next v2 0/2] bpf: Fix sleepable check for tracing prog
 2026-07-28  1:33 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Verify rejection of sleepable "

[PATCH bpf-next 0/3] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-07-28  1:22 UTC  (6+ messages)
` [PATCH bpf-next 2/3] bpf: arena: allocate the fault-in page outside the lock

[PATCH bpf-next v2] selftests/bpf: Report the real error from libarena parallel workers
 2026-07-28  1:00 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