BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-19 12:29:37 to 2026-07-20 18:27:20 UTC [more...]

[PATCH v5 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-07-20 18:27 UTC  (4+ messages)
` [PATCH v5 "

[PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
 2026-07-20 18:06 UTC  (3+ messages)
` [PATCH v5 "

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

[PATCH v6 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
 2026-07-20 17:32 UTC  (4+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] selftests/bpf: add sockmap recvfrom EAGAIN selftest

[PATCH bpf-next 0/2] bpf: Preserve stack frame number for commuted stack arithmetic
 2026-07-20 17:18 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Preserve stack frame number for commuted arithmetic
` [PATCH bpf-next 2/2] selftests/bpf: Cover stack frame number after scalar plus fp

[PATCH bpf-next 0/4] selftests/bpf: Fix compilation with RELEASE=1
 2026-07-20 16:21 UTC  (4+ messages)

[PATCH] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
 2026-07-20 16:17 UTC  (2+ messages)

[PATCH net] xsk: reject tx_metadata_len smaller than struct xsk_tx_metadata
 2026-07-20 15:52 UTC 

[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
 2026-07-20 15:25 UTC  (3+ messages)

[PATCH bpf-next v1] bpftool: Skip prog/map that disappears while looking it up by name
 2026-07-20 15:10 UTC  (4+ messages)

[PATCH net v2] e1000e: Fix out-of-bounds MMIO access by validating BAR0 size
 2026-07-20 14:52 UTC  (3+ messages)

[PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
 2026-07-20 14:24 UTC  (10+ messages)

[PATCH bpf v2] veth: convert frag_list skbs before running XDP
 2026-07-20 14:18 UTC  (2+ messages)

[PATCH v4 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-20 13:58 UTC  (9+ messages)
` [PATCH v4 net 1/6] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v4 net 2/6] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH v4 net 3/6] xsk: provide sufficient space in pool->tx_descs
` [PATCH v4 net 4/6] xsk: reclaim invalid Tx descriptors in ZC batch path
` [PATCH v4 net 5/6] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH v4 net 6/6] selftests/xsk: account reclaimed invalid Tx descriptors

[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-20 13:11 UTC  (16+ messages)
` [PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
` [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH slab/for-next v4 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
` [PATCH slab/for-next v4 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
` [PATCH slab/for-next v4 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH slab/for-next v4 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
` [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()
` [PATCH slab/for-next v4 8/8] slub_kunit: extend the test for kfree_rcu_nolock()

Helping Your Business Move Forward
 2026-07-20 12:48 UTC 

[PATCH 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
 2026-07-20 12:44 UTC  (28+ messages)
` [PATCH 01/21] exec: do not act on a stale execfd request without an executable
` [PATCH 02/21] docs, binfmt_misc: keep general usage out of the handler sections
` [PATCH 03/21] binfmt_misc: table-drive the register string flags
` [PATCH 04/21] binfmt_misc: normalize the per-exec invocation flags
` [PATCH 05/21] binfmt_misc: split out entry_open_interpreter()
` [PATCH 06/21] binfmt_misc: split out build_interp_argv()
` [PATCH 07/21] exec: release the replaced file with do_close_execat()
` [PATCH 08/21] exec: add AT_FLAGS_TRANSPARENT_INTERP
` [PATCH 09/21] exec: label mm->exe_file with the binary for a transparent dispatch
` [PATCH 10/21] binfmt_misc: add transparent interpreter dispatch
` [PATCH 11/21] binfmt_misc: add a static transparent flag 'T'
` [PATCH 12/21] binfmt_misc: let a bpf handler run the interpreter transparently
` [PATCH 13/21] selftests/exec: convert the binfmt_misc bpf test to the kselftest harness
` [PATCH 14/21] selftests/exec: test the transparent binfmt_misc mode
` [PATCH 15/21] binfmt_misc: document the transparent identity contract
` [PATCH 16/21] exec: carry a PT_INTERP substitute in struct linux_binprm
` [PATCH 17/21] binfmt_elf: consume a stashed PT_INTERP substitute
` [PATCH 18/21] binfmt_misc: add the 'L' loader substitution flag
` [PATCH 19/21] binfmt_misc: let a bpf handler request loader substitution
` [PATCH 20/21] selftests/exec: test binfmt_misc "
` [PATCH 21/21] binfmt_misc: document "

[PATCH] binfmt_misc: set have_execfd only once the interpreter is opened
 2026-07-20 12:39 UTC  (2+ messages)

[PATCH bpf v3 0/3] Fixes for bpf link update
 2026-07-20 12:17 UTC  (10+ messages)
` [PATCH bpf v3 1/3] bpf: Fix potential UAF when reading bpf link info
` [PATCH bpf v3 2/3] bpf, cgroup: Fix storage not restored when update_effective_progs failed
` [PATCH bpf v3 3/3] bpf, cgroup: Fix storage null-ptr-deref after replacing prog

[PATCH RFC net-next 0/6] skb extension for BPF metadata
 2026-07-20 11:39 UTC  (7+ messages)
` [PATCH RFC net-next 3/6] bpf: Allow skb extensions to survive packet scrubbing

[PATCH v2 0/3] selftests/bpf: A few edge case fixes
 2026-07-20 11:13 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/bpf: Fix make install target
` [PATCH v2 2/3] selftests/bpf: Fix lsm_bdev dev_t encoding mismatch
` [PATCH v2 3/3] libbpf: Search /lib64 and /lib in resolve_full_path()

[PATCH v5 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
 2026-07-20 10:41 UTC  (4+ messages)
` [PATCH v5 1/2] "

[PATCH bpf] veth: convert frag_list skbs before running XDP
 2026-07-20 10:24 UTC  (3+ messages)

[PATCH bpf-next v4 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-20  9:31 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs

[PATCH bpf-next 0/9] bpf: Disable preemption in stack map code
 2026-07-20  9:18 UTC  (17+ messages)
` [PATCH bpf-next 1/9] bpf: Factor stackid_init function from __bpf_get_stackid
` [PATCH bpf-next 2/9] bpf: Factor stackid_fastpath "
` [PATCH bpf-next 3/9] bpf: Factor stackid_new_bucket "
` [PATCH bpf-next 4/9] bpf: Use stack id functions instead of __bpf_get_stackid
` [PATCH bpf-next 5/9] bpf: Disable preemption in bpf_get_stackid
` [PATCH bpf-next 6/9] bpf: Factor callchain_store function from __bpf_get_stack
` [PATCH bpf-next 7/9] bpf: Factor callchain_finalize "
` [PATCH bpf-next 8/9] bpf: Remove trace_in argument "
` [PATCH bpf-next 9/9] bpf: Disable preemption in __bpf_get_stack

[PATCH bpf-next v4 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-20  8:34 UTC 

[PATCH bpf-next v3 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
 2026-07-20  8:22 UTC  (3+ messages)

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-20  7:24 UTC  (5+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it

[PATCH v4] bpf, riscv: fix extable handling for arena load_acquire
 2026-07-20  7:06 UTC  (2+ messages)

[PATCH v3] bpf, riscv: fix extable handling for arena load_acquire
 2026-07-20  6:18 UTC  (2+ messages)

[PATCH bpf] bpf: roll back stream capacity when allocation fails
 2026-07-20  5:26 UTC  (6+ messages)
` [PATCH bpf-next v2] "

[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
 2026-07-20  5:03 UTC  (16+ messages)
` [PATCH bpf-next v10 2/9] "
` [PATCH bpf-next v10 4/9] libbpf: Add support for "
` [PATCH bpf-next v10 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v10 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v10 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map

[PATCH] bpf: Run deferred program freeing on system_dfl_long_wq
 2026-07-20  3:31 UTC 

[PATCH bpf v2] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
 2026-07-20  3:23 UTC  (4+ messages)

[GIT PULL] BPF fixes for 7.2-rc4
 2026-07-19 21:08 UTC  (2+ messages)

[RFC PATCH net-next 00/13] net: knod: in-kernel network offload device
 2026-07-19 17:58 UTC  (14+ messages)
` [RFC PATCH net-next 01/13] net: knod: add uapi and core headers
` [RFC PATCH net-next 02/13] net: devmem: extend memory provider for knod
` [RFC PATCH net-next 03/13] net: core: add XDP_MODE_HW offload hook "
` [RFC PATCH net-next 04/13] net: knod: add offload device core and control plane
` [RFC PATCH net-next 05/13] bpf: offload: allow PERCPU_ARRAY maps for offloaded programs
` [RFC PATCH net-next 06/13] drm/amdkfd: prepare kfd core for the knod provider
` [RFC PATCH net-next 07/13] drm/amdkfd: add knod provider core
` [RFC PATCH net-next 08/13] drm/amdkfd: add GPU instruction emitter and disassembler
` [RFC PATCH net-next 09/13] drm/amdkfd: add BPF-to-GPU JIT offload
` [RFC PATCH net-next 10/13] net/mlx5e: add knod XDP offload support
` [RFC PATCH net-next 11/13] bnxt_en: "
` [RFC PATCH net-next 12/13] selftests: drivers/net: add knod tests
` [RFC PATCH net-next 13/13] drm/amdkfd: add IPsec full-packet offload

[PATCH bpf-next v2 0/3] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-07-19 17:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: remove redundant config option from selftests fragments
 2026-07-19 16:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Reject arena frees below the arena base
 2026-07-19 16:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: Add memory usage for arena and selftest
 2026-07-19 16:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] Fix unique field logic in BTF
 2026-07-19 16:17 UTC  (11+ messages)
` [PATCH bpf-next v2 1/5] bpf: Fix offset warn check for bpf_res_spin_lock
` [PATCH bpf-next v2 2/5] bpf: Preserve unique-field state across nested structs
` [PATCH bpf-next v2 3/5] bpf: Mark bpf_refcount field as unique
` [PATCH bpf-next v2 4/5] selftests/bpf: Test duplicate unique fields in nested structs
` [PATCH bpf-next v2 5/5] selftests/bpf: Test duplicate bpf_refcount fields

[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-19 15:30 UTC  (5+ messages)
` [PATCH v3 net 4/6] xsk: reclaim invalid multi-buffer Tx descs in ZC path

[PATCH] bpf, sockmap: Fix sk_redir use-after-free in send verdict
 2026-07-19 15:22 UTC 

[PATCH bpf-next v1 0/2] Fix unique fields for nested structs in BTF
 2026-07-19 15:17 UTC  (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: Preserve unique-field state across nested structs
` [PATCH bpf-next v1 2/2] selftests/bpf: Test duplicate unique fields in "

[PATCH 6.6.y 0/6] cBPF JIT spray hardening
 2026-07-19 15:00 UTC  (2+ messages)

[PATCH bpf-next v6] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-07-19 14:20 UTC  (6+ messages)

[PATCH bpf-next v1 0/2] Open up res_spin_lock for tracing programs, fix is_tracing_prog_type()
 2026-07-19 14:12 UTC  (4+ messages)
` [PATCH bpf-next v1 2/2] bpf: Fix is_tracing_prog_type() to cover fentry/fexit/fmod_ret

[PATCH bpf-next] bpf: Zero queue and stack outputs on lock failure
 2026-07-19 13:15 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix offset warn check for bpf_res_spin_lock
 2026-07-19 12: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