BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-17 19:44:38 to 2026-07-20 13:11:07 UTC [more...]

[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 v1] bpftool: Skip prog/map that disappears while looking it up by name
 2026-07-20  8:40 UTC  (3+ messages)

[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  (22+ messages)
` [PATCH bpf-next v10 2/9] "
` [PATCH bpf-next v10 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v10 4/9] libbpf: Add support for global percpu data
` [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-next v10 8/9] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v10 9/9] selftests/bpf: Verify bpf_iter "

[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  (3+ 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  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf: Pass arena instead of scratch_page to the pte callbacks
` [PATCH bpf-next v2 2/4] bpf: Add memory usage for arena
` [PATCH bpf-next v2 3/4] selftests/bpf: Run arena tests serially
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for memory usage for arena

[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] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
 2026-07-19 16:16 UTC 

[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  (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: Allow bpf_res_spin_lock() in all contexts
` [PATCH bpf-next v1 2/2] bpf: Fix is_tracing_prog_type() to cover fentry/fexit/fmod_ret

[PATCH v4 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-19 13:56 UTC  (7+ 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 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)

[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-07-19  9:23 UTC  (7+ messages)

[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-18 14:28 UTC  (4+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF

[PATCH net-next] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
 2026-07-18 13:44 UTC 

[PATCH bpf-next v1 0/9] Add arena argument support to kfuncs and struct_ops
 2026-07-18  7:16 UTC  (4+ messages)
` [PATCH bpf-next v1 3/9] bpf, x86: JIT __arena kfunc argument rebasing

[PATCH bpf-next] bpf, arm64: Optimize cast_user code generation
 2026-07-18  4:17 UTC  (3+ messages)

[PATCH bpf-next] bpf, arm64: Fix stack-passed arguments for indirect trampolines
 2026-07-18  2:49 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc JITs
 2026-07-17 23:01 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc64 JIT
` [PATCH bpf-next 2/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc32 JIT

[PATCH] libarena: use ARRAY_SIZE macro in test_rbtree.bpf.c
 2026-07-17 21:29 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: Inline the numeric open-coded iterator kfuncs
 2026-07-17 19:57 UTC  (7+ messages)
` [PATCH bpf-next v2 2/4] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v2 3/4] bpf: Inline bpf_iter_num_destroy() kfunc
` [PATCH bpf-next v2 4/4] selftests/bpf: Add bpf_for() benchmark


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