BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-10 01:20:00 to 2026-07-12 01:41:30 UTC [more...]

[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  (7+ 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  (7+ messages)
` [PATCH bpf-next 1/2] bpf: Mark tracing_multi trampolines as ftrace managed
` [PATCH bpf-next 2/2] selftests/bpf: Test fentry link after tracing_multi link

[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] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
 2026-07-11 10:05 UTC  (8+ messages)

[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 net-next v12 0/4] net: mana: add ethtool private flag for full-page RX buffers
 2026-07-11  4:10 UTC  (5+ 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 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-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  (4+ 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)

[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
 2026-07-10 20:17 UTC  (3+ 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)

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

[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  (12+ messages)
` [PATCH bpf-next v4 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v4 2/6] net: veth: Add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v4 3/6] net: ice: Add xmo_rx_checksum callback
` [PATCH bpf-next v4 5/6] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
` [PATCH bpf-next v4 6/6] selftests: drv-net: add XDP RX checksum metadata tests

[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)

[PATCH bpf-next 00/12] bpf: Support 16-byte return values in the R0:R2 register pair
 2026-07-10 15:18 UTC  (33+ messages)
` [PATCH bpf-next 02/12] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next 05/12] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next 06/12] bpf: Force JIT for programs using the R0:R2 register pair
` [PATCH bpf-next 07/12] bpf: Reject >8 byte return values on return-reading trampoline paths
` [PATCH bpf-next 08/12] bpf: Enable 16-byte aggregate return types
` [PATCH bpf-next 09/12] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next 10/12] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns

[PATCH 6.12.y] net: add missing ns_capable check for peer netns
 2026-07-10 13:31 UTC  (4+ messages)

[PATCH bpf-next 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-07-10 12:30 UTC  (5+ messages)

[PATCH vfs/vfs-7.2.xattr v3] bpf: Add simple xattr support to bpffs
 2026-07-10 12:17 UTC  (4+ messages)

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

[PATCH bpf-next v11 0/5] bpf: add icmp_send kfunc
 2026-07-10 10:00 UTC  (2+ messages)

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

[PATCH net-next 0/3] xsk: support tx napi busy_poll
 2026-07-10  7:39 UTC  (4+ messages)
` [PATCH net-next 1/3] net: busy-poll: introduce sk_tx_busy_loop()


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