BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-10 15:29:34 to 2026-07-13 11:40:16 UTC [more...]

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-13 11:40 UTC  (10+ messages)
` [PATCH mm-hotfixes v2 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v2 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [PATCH mm-hotfixes v2 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v2 4/4] arm64: remove redundant concurrent ptdump UAF mitigation

[PATCH bpf 1/1] selftests/bpf: Enable BLK_DEV_NBD for raw_tp_writable_reject_nbd_invalid
 2026-07-13 11:11 UTC  (2+ messages)

[PATCH v2 0/5] binfmt_misc: bpf-backed binary type handlers
 2026-07-13  8:20 UTC  (9+ messages)
` [PATCH v2 1/5] exec: stash a bpf-selected interpreter in struct linux_binprm
` [PATCH v2 2/5] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/5] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 4/5] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 5/5] selftests/exec: add binfmt_misc bpf-backed handler test

[PATCH bpf-next v6 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-13  7:56 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCH bpf-next 0/2] bpf: Validate byte type for helper stack reads
 2026-07-13  7:17 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Check byte type when validating "
` [PATCH bpf-next 2/2] selftests/bpf: Cover helper reads of invalid spill siblings

[PATCH bpf v4 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-13  5:05 UTC  (10+ messages)
` [PATCH bpf v4 1/2] "

[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
 2026-07-13  4:14 UTC  (4+ messages)

[PATCHSET SLOP RFC 0/6] bpf: make arena pointers first-class kfunc and struct_ops arguments
 2026-07-13  3:16 UTC  (12+ messages)
` [PATCHSET SLOP RFC 1/6] bpf: Support __arena suffix for kfunc arguments
` [PATCHSET SLOP RFC 2/6] selftests/bpf: Add kfunc __arena argument tests
` [PATCHSET SLOP RFC 3/6] bpf: Support __arena suffix on struct_ops stub arguments
` [PATCHSET SLOP RFC 4/6] selftests/bpf: Add struct_ops __arena argument tests
` [PATCHSET SLOP RFC 5/6] sched_ext: Pass a kernel arena pointer to ops_cid.set_cmask()
` [PATCHSET SLOP RFC 6/6] sched_ext: Convert scx_bpf_cid_override() to take an arena pointer

[PATCH v2] docs: bpf: document BPF_RB_OVERWRITE_POS in bpf_ringbuf_query
 2026-07-13  2:49 UTC 

[PATCH] docs: bpf: document BPF_RB_OVERWRITE_POS in bpf_ringbuf_query
 2026-07-13  1:47 UTC  (2+ messages)

[PATCH] bpf: return -EINVAL from bpf_ringbuf_query for unknown flags
 2026-07-13  1:44 UTC  (2+ messages)

[PATCH] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
 2026-07-12 10:46 UTC  (8+ messages)

[PATCH] kbuild: rpm-pkg: Preserve .BTF section in kernel modules during debuginfo stripping
 2026-07-12  8:56 UTC  (5+ messages)
` [PATCH] kbuild: rpm-pkg: append %{?dist} macro to Release tag

[RFC PATCH bpf-next v1 0/1] Enable BPF JIT hardening by default when x86_64 CFI is enabled
 2026-07-12  6:22 UTC  (4+ messages)
` [RFC PATCH bpf-next v1 1/1] bpf: Enable "

[PATCH net-next v12 0/4] net: mana: add ethtool private flag for full-page RX buffers
 2026-07-12  4:14 UTC  (6+ messages)
` [PATCH net-next v12 1/4] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v12 2/4] net: mana: do not bail out of mana_detach on dealloc failure
` [PATCH net-next v12 3/4] net: mana: force full-page RX buffers via ethtool private flag
` [PATCH net-next v12 4/4] net: mana: recover port on attach failure in ethtool operations

[PATCH 02/13 RFC net-next] net: core: add IPv4 fallback stubs and guards for CONFIG_IPV4=n
 2026-07-12  1:39 UTC  (5+ messages)
` [PATCH 04/13 RFC net-next] net: tcp: move protocol agnostic TCP functions out of tcp_ipv4.c
` [PATCH 06/13 RFC net-next] net: udp: split IPv4 specific logic into udp_ipv4.c
` [PATCH 08/13 RFC net-next] net: ping: split IPv4 specific logic into ping_ipv4.c
` [PATCH 09/13 RFC net-next] net: fib: split common nexthop logic to fib_core.c

[PATCH bpf-next v2 0/2] bpf: Fix WARNING in bpf_trampoline_multi_detach
 2026-07-12  0:00 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Mark tracing_multi trampolines as ftrace managed
` [PATCH bpf-next v2 2/2] selftests/bpf: Test fentry link after tracing_multi link

[PATCH bpf v2 0/2] bpf: Fix tracing of kfuncs with implicit args
 2026-07-11 23:51 UTC  (6+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Cover tracing implicit kfunc args

[PATCH bpf-next v3 0/2] bpf: require an owned cpumask for bpf_cpumask_populate()
 2026-07-11 23:38 UTC  (13+ messages)
` [PATCH bpf-next v3 1/2] bpf: Require a BPF "
` [PATCH bpf-next v3 2/2] selftests/bpf: test bpf_cpumask_populate() rejects a borrowed cpumask

[PATCH v2 net 0/5] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-11 19:45 UTC  (7+ messages)
` [PATCH v2 net 1/5] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v2 net 2/5] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH v2 net 3/5] xsk: reclaim invalid multi-buffer Tx descs in ZC path
` [PATCH v2 net 4/5] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH v2 net 5/5] selftests/xsk: account invalid multi-buffer Tx descriptors

[PATCH] libbpf: fix double-free of distilled base BTF on .BTF.ext parse error
 2026-07-11 16:48 UTC  (4+ messages)
    ` [PATCH v2] libbpf: initialize btf_ext out-parameter early in btf_parse_elf()

[PATCH bpf-next v2 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-07-11 16:28 UTC  (13+ messages)
` [PATCH bpf-next v2 1/5] bpf: dispatcher: allocate bpf_dispatcher->rw_image with vmalloc()
` [PATCH bpf-next v2 2/5] bpf: drop __weak from bpf_jit_alloc_exec() and bpf_jit_free_exec()
` [PATCH bpf-next v2 3/5] bpf: alloc_prog_pack(): skip ROX management for already ROX memory
` [PATCH bpf-next v2 4/5] bpf, x86: make sure allocation in arch_bpf_trampoline_size() is writable
` [PATCH bpf-next v2 5/5] x86/bpf: enable EXECMEM_ROX_CACHE for BPF allocations

[PATCH bpf] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-07-11 15:00 UTC  (3+ messages)

[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
 2026-07-11 13:02 UTC  (6+ messages)
` [PATCH bpf-next 1/2] srcu: Add lock guard for srcu_fast_updown flavor
` [PATCH bpf-next 2/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown

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

[PATCH bpf-next 0/2] bpf: Fix WARNING in bpf_trampoline_multi_detach
 2026-07-11 12:09 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Mark tracing_multi trampolines as ftrace managed

[PATCH bpf-next 0/2] Reject callback subprogs invoke tailcall
 2026-07-11 11:33 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Add testcases for callback with tailcall

[PATCH RFC 0/2] LoongArch: BPF: Optimize 32-bit zero/sign extensions
 2026-07-11 10:16 UTC  (3+ messages)
` [PATCH RFC 1/2] LoongArch: BPF: Eliminate zero-extension for memory load operations
` [PATCH RFC 2/2] LoongArch: BPF: Eliminate zero/sign extensions for 32-bit operations

[PATCH v1 0/3] LoongArch: BPF: clean up for build_insn() paths
 2026-07-11 10:09 UTC  (4+ messages)
` [PATCH v1 1/3] LoongArch: BPF: Remove redundant zext jumping in move_imm()
` [PATCH v1 2/3] LoongArch: BPF: Remove dead move_imm() call in BPF_NEG path
` [PATCH v1 3/3] LoongArch: BPF: Split unconditional branch JA paths statically

[PATCH bpf-next 0/2] bpf: Eliminate unnecessary clone/restore due to constants blinding
 2026-07-11 13:23 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: Eliminate dup/restore of insn_aux_data
` [PATCH bpf-next 2/2] bpf: Remove unnecessary dup/restore subprog_starts and prog clone

[PATCH bpf] LoongArch: bpf: zero-extend signed ALU32 div/mod results
 2026-07-11  2:51 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION bee763d5f341b99cf472afeb508d4988f62a6ca1
 2026-07-11  2:48 UTC 

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-10 22:58 UTC  (6+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it
` [PATCH 2/4] selftests/bpf: Install resolve_btfids.test.o.BTF where the test expects it
` [PATCH 3/4] selftests/bpf: Fix lsm_bdev dev_t encoding mismatch
` [PATCH 4/4] libbpf: Search /lib64 and /lib in resolve_full_path()

[PATCH bpf-next v3] selftests/bpf: veristat: Minimize map size during verification
 2026-07-10 22:31 UTC  (5+ messages)

[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
 2026-07-10 22:30 UTC  (10+ messages)
` [PATCH v2 4/6] tools/build: Allow versioning LLVM readelf
` [PATCH v2 5/6] tools/build: selftests: Allow versioning LLVM lld

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

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-07-10 22:19 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
  ` [External] "

[PATCH] bpf: return -EINVAL from bpf_ringbuf_query for unknown flags
 2026-07-10 22:11 UTC  (2+ messages)

[PATCH net 0/7] selftests: net: add missing kconfig and settings
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH net 6/7] selftests: drv-net: add missing kconfig for psp.py

[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-07-10 21:18 UTC  (3+ messages)

[PATCH 7.1.y 0/6] cBPF JIT spray hardening
 2026-07-10 21:03 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix unused nskb warning in bpf_icmp_send
 2026-07-10 19:49 UTC  (2+ messages)

[PATCH bpf v1 1/2] bpf: Fix tracing of kfuncs with implicit args
 2026-07-10 19:34 UTC  (7+ messages)

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

[PATCH bpf-next v4 0/6] Add the capability to load HW RX checksum in eBPF programs
 2026-07-10 19:05 UTC  (3+ messages)
` [PATCH bpf-next v4 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH bpf 1/2] bpf: Reject >8 byte return values on return-reading trampoline paths
 2026-07-10 17:45 UTC  (10+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for >8 byte return value on fexit attach

[PATCH net-next 0/2] net: atlantic: convert RX path to page_pool
 2026-07-10 17:38 UTC  (5+ messages)
` [PATCH net-next 1/2] net: atlantic: free stranded TX buffers on ring deinit
` [PATCH net-next 2/2] net: atlantic: convert RX path to page_pool

[PATCH bpf] selftests/bpf: keep polling connection that is still in progress
 2026-07-10 17:33 UTC  (3+ messages)

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-07-10 15:55 UTC  (3+ messages)


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