BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-21 14:26:21 to 2026-07-22 13:03:34 UTC [more...]

[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-22 13:03 UTC  (17+ messages)
` [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [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 dwarves 0/2] clang true signature follow-on
 2026-07-22 12:20 UTC  (4+ messages)
` [PATCH dwarves 1/2] btf_encoder: Only skip optimized parms when ABI changed

[PATCH v2] libbpf: poison unresolved weak kfuncs in light skeletons
 2026-07-22 11:41 UTC 

[PATCH bpf-next v3 0/3] bpf: Preserve pointer state for commuted arithmetic
 2026-07-22 11:38 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] bpf: Propagate untrusted pointer state in "
` [PATCH bpf-next v3 3/3] selftests/bpf: Cover commuted pointer state propagation

[PATCH bpf-next 0/4] Fixes for bpf_jit_free
 2026-07-22 11:38 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf, arm64: Fix memory leak in bpf_jit_free
` [PATCH bpf-next 2/4] LoongArch: BPF: "
` [PATCH bpf-next 3/4] riscv, bpf: Adjust bpf_func to account for CFI offset "
` [PATCH bpf-next 4/4] bpf: Fix double-free RO header "

[PATCH v7 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
 2026-07-22 11:22 UTC  (6+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] selftests/bpf: add sockmap recvfrom EAGAIN selftest

[PATCH bpf-next 0/2] bpf: Fix WARNING in bpf_tracing_link_release
 2026-07-22 11:20 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Verify no warning when close fexit link

[PATCH bpf-next v4 0/3] bpf, riscv: add timed may_goto support
 2026-07-22 11:10 UTC  (7+ messages)
` [PATCH bpf-next v4 1/3] bpf, riscv: add support for timed may_goto
` [PATCH bpf-next v4 2/3] selftests/bpf: test timed may_goto preserves R0-R5
` [PATCH bpf-next v4 3/3] selftests/bpf: enable timed may_goto tests for riscv64

[PATCH v3 00/13] Fix leaks in rc core
 2026-07-22 10:49 UTC  (3+ messages)
` [PATCH v3 12/13] media: rc: Fix use after free in bpf progs

[PATCH bpf-next v2 0/5] Introduce bpf_ksock
 2026-07-22 10:44 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] net: Add __sys_connect_socket() helper
` [PATCH bpf-next v2 2/5] bpf: Add ksock kfuncs
` [PATCH bpf-next v2 3/5] selftests/bpf: Add ksock kfunc test
` [PATCH bpf-next v2 4/5] selftests/bpf: Add ksock LSM recursion test
` [PATCH bpf-next v2 5/5] selftests/bpf: Add ksock test for async callback guard

[REMINDER#2] LPC 2026 BPF Track CFP
 2026-07-22  9:42 UTC  (2+ messages)
` [FINAL REMINDER] "

[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-07-22  9:56 UTC  (10+ messages)
` [PATCH v2 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v2 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v2 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH 6.6.y/6.12.y/6.18.y 0/2] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-22  8:50 UTC  (5+ messages)
` [PATCH 6.6.y/6.12.y/6.18.y 1/2] "
` [PATCH 6.6.y/6.12.y/6.18.y 2/2] selftests/bpf: Add tests for ld_{abs,ind} failure path "

[bpf-next v2 0/2] bpf: Preserve stack frame number for commuted arithmetic
 2026-07-22  8:46 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v2 bpf-next 0/5] Fix several issues in test_progs.c
 2026-07-22  8:45 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/5] selftests/bpf: Fix double free of subtest_state->name
` [PATCH v2 bpf-next 2/5] selftests/bpf: Fix missing allocation null checks in test_progs.c
` [PATCH v2 bpf-next 3/5] selftests/bpf: Use calloc to allocate subtest_states
` [PATCH v2 bpf-next 4/5] selftests/bpf: Fix memory leak on subtest_states reallocation
` [PATCH v2 bpf-next 5/5] selftests/bpf: Fix potential NULL pointer dereference in strscpy call

[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-22  8:41 UTC  (5+ messages)
` [PATCH bpf-next v5 01/10] bpf: propagate original instruction offset when patching program

[PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
 2026-07-22  8:32 UTC  (4+ messages)

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

[PATCH net v2] e1000e: Fix out-of-bounds MMIO access by validating BAR0 size
 2026-07-22  7:51 UTC  (8+ messages)

[PATCH bpf v6 0/4] Fixes for bpf link update
 2026-07-22  7:48 UTC  (11+ 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 0/2] bpf: Populate mmap-able array maps lazily
 2026-07-22  7:16 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Populate mmap-able array map memory lazily
` [PATCH bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps

[PATCH bpf v5 0/4] Fixes for bpf link update
 2026-07-22  7:15 UTC  (12+ messages)
` [PATCH bpf v5 1/4] bpf: Fix potential UAF in bpf_netns_link_update_prog
` [PATCH bpf v5 2/4] bpf: Fix UAF due to missing link type check in mprog
` [PATCH bpf v5 3/4] bpf: Fix potential UAF when reading bpf link info

[PATCH bpf-next v1] selftests/bpf: Test jited inline of bpf_get_smp_processor_id() for RISC-V
 2026-07-22  7:01 UTC 

[PATCH bpf-next] selftests/bpf: Report the real error from libarena parallel workers
 2026-07-22  6:47 UTC 

[PATCH bpf-next] bpf: Fix mmap_lock leak in irq_work path
 2026-07-22  6:24 UTC  (2+ messages)

[PATCH bpf-next v5 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-22  6:19 UTC  (5+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs

[RFC PATCH bpf-next v3 0/3] selftests/bpf: restructure the Makefile as a layered build
 2026-07-22  4:49 UTC  (5+ messages)
` [RFC PATCH bpf-next v3 1/3] selftests/bpf: extract BPF skeleton generation into a helper script
` [RFC PATCH bpf-next v3 2/3] selftests/bpf: move shared build definitions into Makefile.buildvars
` [RFC PATCH bpf-next v3 3/3] selftests/bpf: build each test runner instance in its own sub-make

[PATCH bpf-next v5 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-22  4:41 UTC 

[PATCH net v2] xsk: reject undersized tx_metadata at runtime validation
 2026-07-22  4:13 UTC 

[PATCH net] xsk: reject tx_metadata_len smaller than struct xsk_tx_metadata
 2026-07-22  4:11 UTC  (2+ messages)

[PATCH net v3] e1000e: Fix out-of-bounds MMIO access by validating BAR0 size
 2026-07-22  3:37 UTC  (2+ messages)

[PATCH v4 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-22  3:09 UTC  (4+ messages)
` [PATCH v4 net 2/6] xsk: drain continuation descs after overflow in xsk_build_skb()

[PATCH bpf-next v6 0/7] Mixing bpf2bpf and tailcalls for RV64
 2026-07-22  3:05 UTC  (3+ messages)

[PATCH bpf-next v1] selftests/bpf: Add get_preempt_count() support for RISC-V
 2026-07-22  2:51 UTC  (2+ messages)

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

[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
 2026-07-22  1:32 UTC  (10+ messages)
` [PATCH bpf-next v5 1/8] netlink: specs: add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation

LLVM regression in memcpy struct bpf_sock_ops->remote_ip6 to struct in6_addr
 2026-07-21 23:56 UTC 

[PATCH 2/2] selftests/bpf: Cover stack frame number after scalar plus fp
 2026-07-21 23:53 UTC  (3+ messages)

[PATCH net 0/7] selftests: net: add missing kconfig and settings
 2026-07-21 22:10 UTC  (2+ messages)

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-07-21 21:55 UTC  (9+ messages)
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs

[PATCH bpf v2] veth: convert frag_list skbs before running XDP
 2026-07-21 21:28 UTC  (4+ messages)

[PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer
 2026-07-21 20:50 UTC  (3+ messages)

[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
 2026-07-21 20:37 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/3] selftests/bpf: restructure the Makefile as a layered build
 2026-07-21 19:52 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/3] selftests/bpf: extract BPF skeleton generation into a helper script
` [RFC PATCH bpf-next v2 2/3] selftests/bpf: move shared build definitions into Makefile.buildvars
` [RFC PATCH bpf-next v2 3/3] selftests/bpf: build each test runner instance in its own sub-make

[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
 2026-07-21 19:44 UTC  (4+ messages)
` [PATCH bpf-next 2/2] "

[RFC PATCH bpf-next 0/3] selftests/bpf: restructure the Makefile as a layered build
 2026-07-21 19:43 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/3] selftests/bpf: extract BPF skeleton generation into a helper script
` [RFC PATCH bpf-next 2/3] selftests/bpf: move shared build definitions into Makefile.buildvars
` [RFC PATCH bpf-next 3/3] selftests/bpf: build each test runner instance in its own sub-make

[PATCH bpf-next] libarena: Use compiler load-acquire/store-release in bpf_atomic.h
 2026-07-21 19:36 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] riscv, bpf: Add support for signed operations and 32-bit atomics
 2026-07-21 19:30 UTC  (2+ messages)

[PATCH bpf-next] bpf, arm64: Fix stack-passed arguments for indirect trampolines
 2026-07-21 19:30 UTC  (4+ messages)

[PATCH bpf v2] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-07-21 19:24 UTC  (3+ messages)

[PATCH net-next 0/2] net: atlantic: convert RX path to page_pool
 2026-07-21 19:18 UTC  (2+ messages)

[PATCH v3 1/2] bpf, riscv: add support for timed may_goto
 2026-07-21 19:07 UTC  (2+ messages)

[PATCH v3 2/2] selftests/bpf: enable timed may_goto tests for riscv64
 2026-07-21 19:07 UTC  (2+ messages)

[PATCH v4] bpf, riscv: fix extable handling for arena load_acquire
 2026-07-21 18:30 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] Open up res_spin_lock for tracing programs, fix is_tracing_prog_type()
 2026-07-21 18:26 UTC  (5+ 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 v3] bpf, riscv: fix extable handling for arena load_acquire
 2026-07-21 18:25 UTC  (3+ messages)

[PATCH v1 0/5] x86/cpu: Refactor identify_cpu()
 2026-07-21 18:13 UTC  (3+ messages)

[PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
 2026-07-21 18:12 UTC  (11+ messages)

[PATCH v2 0/3] selftests/bpf: A few edge case fixes
 2026-07-21 17:30 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, arm64: Optimize cast_user code generation
 2026-07-21 16:59 UTC  (3+ messages)

[RFC PATCH net-next 00/13] net: knod: in-kernel network offload device
 2026-07-21 16:36 UTC  (10+ messages)
` [RFC PATCH net-next 02/13] net: devmem: extend memory provider for knod
` [RFC PATCH net-next 08/13] drm/amdkfd: add GPU instruction emitter and disassembler

[PATCH net] xsk: reject tx_metadata_len smaller than struct xsk_tx_metadata
 2026-07-21 15:52 UTC  (2+ messages)

[PATCH v2 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
 2026-07-21 15:51 UTC  (18+ messages)
` [PATCH v2 07/21] selftests/exec: convert the binfmt_misc bpf test to the kselftest harness
` [PATCH v2 10/21] binfmt_misc: add transparent interpreter dispatch
` [PATCH v2 11/21] binfmt_misc: add a static transparent flag 'T'
` [PATCH v2 13/21] selftests/exec: test the transparent binfmt_misc mode
` [PATCH v2 14/21] binfmt_misc: document the transparent identity contract
` [PATCH v2 16/21] binfmt_elf: consume a stashed PT_INTERP substitute

[PATCH bpf-next] bpf, mips: Add support for BPF_SDIV and BPF_SMOD in the mips JIT
 2026-07-21 14:50 UTC  (2+ messages)

[PATCH net-next v2 00/14] net: enable TC956x support
 2026-07-21 14:43 UTC  (5+ messages)
` [PATCH net-next v2 12/14] gpio: tc956x: add TC956x/QPS615 support


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