BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-14 00:52:43 to 2026-08-14 10:07:07 UTC [more...]

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-14 10:06 UTC  (8+ messages)
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH bpf-next v7 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
 2026-08-14  8:40 UTC  (3+ messages)

[PATCH 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-08-14  8:40 UTC  (2+ messages)

[PATCH bpf-next v7 5/6] bpf: clear decap state on skb_adjust_room shrink path
 2026-08-14  8:33 UTC  (3+ messages)

[PATCH v8 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-08-14  8:28 UTC  (2+ messages)

[PATCH net-next 00/14] skb extension for BPF metadata
 2026-08-14  8:14 UTC  (15+ messages)
` [PATCH net-next 01/14] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH net-next 02/14] bpf: Allow access to bpf_sock_ops_kern->skb
` [PATCH net-next 03/14] bpf: Make BPF skb extension survive packet scrubbing
` [PATCH net-next 04/14] selftests/bpf: Add tests for bpf_dynptr_from_skb_ext
` [PATCH net-next 05/14] selftests/bpf: Test skb_ext on cloned skbs
` [PATCH net-next 06/14] selftests/bpf: Test skb_ext survival across veth and GRE
` [PATCH net-next 07/14] selftests/bpf: Test skb_ext read from cgroup_skb and sk_filter hooks
` [PATCH net-next 08/14] selftests/bpf: Test skb_ext read from sock_ops and LSM hooks
` [PATCH net-next 09/14] selftests/bpf: Test skb_ext read from kfree_skb tracepoint
` [PATCH net-next 10/14] selftests/bpf: Test skb_ext read from netfilter hook
` [PATCH net-next 11/14] selftests/bpf: Test skb_ext from LWT in, out, and xmit hooks
` [PATCH net-next 12/14] selftests/bpf: Test skb_ext read from seg6local End.BPF hook
` [PATCH net-next 13/14] selftests/bpf: Test skb_ext read from sk_skb stream verdict hook
` [PATCH net-next 14/14] selftests/bpf: Use non-trivial test payload in xdp_context tests

[PATCH bpf-next 1/4] bpf: Keep fault protection when merging pointer types
 2026-08-14  8:10 UTC  (5+ messages)
` [PATCH bpf-next 2/4] bpf: Merge pointer types also when both are PTR_TO_MEM

[PATCH v3 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-08-14  8:09 UTC  (7+ messages)
` [PATCH v3 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v3 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v3 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v3 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-08-14  7:49 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Enable stack argument tests for RV64

[PATCH bpf v5 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
 2026-08-14  7:49 UTC  (5+ messages)
` [PATCH bpf v5 1/2] bpf/selftests: fix comment style in network_helpers.c
` [PATCH bpf v5 2/2] selftests/bpf: allocate a larger timeout for connection

[PATCH bpf-next] riscv, bpf: Fix missing sign-ext for signed 1-byte and 2-byte kfunc args
 2026-08-14  7:05 UTC  (3+ messages)

[PATCH bpf-next] selftest/bpf: make pyperf600 a success again
 2026-08-14  6:41 UTC  (3+ messages)

[PATCH net-next v2 0/5] selftests/xsk: improve shared-UMEM coverage
 2026-08-14  6:30 UTC  (3+ messages)
` [PATCH net-next v2 1/5] selftests/xsk: add UMEM users refcount and centralize socket teardown

[PATCH bpf-next v12 00/10] bpf: Introduce global percpu data
 2026-08-14  6:13 UTC  (19+ messages)
` [PATCH bpf-next v12 04/10] libbpf: Probe percpu data feature
` [PATCH bpf-next v12 05/10] libbpf: Add support for global percpu data
` [PATCH bpf-next v12 06/10] bpftool: Generate skeleton "
` [PATCH bpf-next v12 07/10] selftests/bpf: Add tests to verify "

[PATCH bpf-next v12 10/10] selftests/bpf: Verify bpf_iter for global percpu data
 2026-08-14  6:13 UTC  (3+ messages)

[PATCH bpf-next v12 02/10] bpf: Factor out check_map_mem_read helper in verifier
 2026-08-14  6:10 UTC  (3+ messages)

[PATCH bpf-next v12 01/10] bpf: Drop duplicate blank lines in kernel/bpf/
 2026-08-14  6:07 UTC  (3+ messages)

[PATCH bpf-next v5] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-08-14  6:05 UTC  (2+ messages)

[PATCH bpf-next v2 0/7] bpf, arm64: __arena kfunc and struct_ops arguments
 2026-08-14  4:10 UTC  (4+ messages)
` [PATCH bpf-next v2 4/7] bpf, arm64: Convert struct_ops arena arguments in the trampoline

[PATCH bpf-next 0/7] bpf, arm64: __arena kfunc and struct_ops arguments
 2026-08-14  3:49 UTC  (7+ messages)
` [PATCH bpf-next 4/7] bpf, arm64: Convert struct_ops arena arguments in the trampoline

[PATCH bpf-next v2 0/3] selftests/bpf: fix for veristat file/prog filters processing
 2026-08-14  3:23 UTC  (2+ messages)

[PATCH bpf-next v5 00/11] bpf: Support aggregate return values up to 16 bytes
 2026-08-14  3:02 UTC  (9+ messages)
` [PATCH bpf-next v5 03/11] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v5 05/11] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v5 06/11] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v5 08/11] bpf: Reject register-pair returns when the subprog BTF is unreliable

[PATCH net-next v4 00/15] gve: AdminQ mode related refactors
 2026-08-14  2:14 UTC  (16+ messages)
` [PATCH net-next v4 01/15] gve: don't pass in unused parameter to gve_adminq_free
` [PATCH net-next v4 02/15] gve: refactor initialization with helper functions
` [PATCH net-next v4 03/15] gve: add a few helper functions to set device properties
` [PATCH net-next v4 04/15] gve: add struct gve_device_info to hold "
` [PATCH net-next v4 05/15] gve: introduce control plane operations structure
` [PATCH net-next v4 06/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v4 07/15] gve: introduce gve_adminq_get_device_properties()
` [PATCH net-next v4 08/15] gve: refactor gve_init_priv for reset path
` [PATCH net-next v4 09/15] gve: simplify reset logic
` [PATCH net-next v4 10/15] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v4 11/15] gve: split up notify block allocation and setup paths
` [PATCH net-next v4 12/15] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v4 13/15] gve: setup and teardown management interrupts
` [PATCH net-next v4 14/15] gve: add ctrl ops to for queue operations
` [PATCH net-next v4 15/15] gve: add link status/speed ctrl ops

[PATCH v6 bpf-next] bpf: Populate mmap-able array map memory lazily
 2026-08-14  2:07 UTC  (4+ messages)

[PATCH bpf-next v4 0/4] bpf: Fix refcount_acquire handling for borrowed kptrs
 2026-08-14  1:50 UTC  (5+ messages)
` [PATCH bpf-next v4 3/4] bpf: Reject untrusted allocated-object pointers

[PATCH bpf-next] selftests/bpf: Retry stat generation in cgroup_iter_memcg
 2026-08-14  1:29 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