BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-11 08:54:02 to 2026-05-12 11:09:40 UTC [more...]

[PATCH net v2 0/4] net: tls: net: tls: fix a few random bugs
 2026-05-12 11:09 UTC  (10+ messages)
` [PATCH net v2 1/4] net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring
` [PATCH net v2 2/4] net: tls: prevent chain-after-chain in plain text SG
` [PATCH net v2 3/4] net: tls: fix use-after-free in tls_sw_sendmsg_locked after bpf verdict
` [PATCH net v2 4/4] net: tls: remove bad rollback and UAF on ENOSPC

[PATCH net-next v4 00/13] net: lan966x: add support for PCIe FDMA
 2026-05-12  9:56 UTC  (3+ messages)

[PATCH RESEND bpf-next v10 0/8] bpf: Extend the bpf_list family of APIs
 2026-05-12  9:36 UTC  (16+ messages)
` [PATCH RESEND bpf-next v10 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
` [PATCH RESEND bpf-next v10 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH RESEND bpf-next v10 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH RESEND bpf-next v10 5/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH RESEND bpf-next v10 6/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH RESEND bpf-next v10 7/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH RESEND bpf-next v10 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty

[PATCH v1 00/14] perf build: Reduce build time by one third
 2026-05-12  9:36 UTC  (16+ messages)
` [PATCH v1 01/14] bpftool build: Restrict feature tests during bootstrap compilation
` [PATCH v1 02/14] perf trace beauty: Make beauty generated C code standalone .o files
` [PATCH v1 03/14] perf build: Decouple pmu-events from prepare umbrella target
` [PATCH v1 04/14] perf build: Remove empty archheaders target
` [PATCH v1 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
` [PATCH v1 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
` [PATCH v1 07/14] perf build: Move static libbpf dependency out of prepare step
` [PATCH v1 08/14] perf build: Pre-generate BPF skeletons during umbrella prepare phase
` [PATCH v1 09/14] perf build: Move libsymbol dependency out of prepare step
` [PATCH v1 10/14] perf build: Remove redundant libbpf feature check for static builds
` [PATCH v1 11/14] tools build: Integrate libdebuginfod into test-all fast path
` [PATCH v1 12/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
` [PATCH v1 13/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
` [PATCH v1 14/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds

[PATCH v1 0/4] bpf: Introduce bpf_netpoll
 2026-05-12  8:51 UTC  (13+ messages)
` [PATCH v1 1/4] bpf: Add netpoll kfuncs for sending UDP packets
` [PATCH v1 2/4] selftests/bpf: Add netpoll kfunc sanity test
` [PATCH v1 3/4] selftests/bpf: Add netpoll kfunc IPv6 variant test
` [PATCH v1 4/4] selftests/bpf: Add netpoll setup basic tests

[PATCH v2 0/4] Firmware LSM hook
 2026-05-12  8:51 UTC  (11+ messages)

[PATCH bpf 1/2] uprobes/x86: Fix red zone clobbering in nop5 optimization
 2026-05-12  5:14 UTC  (10+ messages)

[RFC PATCH 0/9] bpf/arena: Direct kernel-side access
 2026-05-12  4:24 UTC  (11+ messages)
` [RFC PATCH 2/9] bpf/arena: Add BPF_F_ARENA_MAP_ALWAYS for direct kernel access
` [RFC PATCH 5/9] bpf: Add bpf_prog_for_each_used_map()

[PATCH bpf-next v3 05/24] bpf: Support stack arguments for bpf functions
 2026-05-12  4:17 UTC  (6+ messages)

[PATCH bpf v3 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
 2026-05-12  4:16 UTC  (5+ messages)
` [PATCH bpf v3 1/3] bpf: Factor out stack_map_build_id_set_ip() in stackmap.c
` [PATCH bpf v3 2/3] bpf: Avoid faultable build ID reads under mm locks
` [PATCH bpf v3 3/3] bpf: Cache build IDs in sleepable stackmap path

[PATCH V2 2/2] kernel/bpf/verifier: Support module kfunc resolution via instruction offset
 2026-05-12  3:56 UTC  (2+ messages)

[PATCH bpf v2 0/2] bpf: Implement stack_map_get_build_id_offset_sleepable()
 2026-05-12  3:40 UTC  (4+ messages)
` [PATCH bpf v2 2/2] bpf: Avoid faultable build ID reads under mm locks

[PATCH V2 1/2] tools/lib/bpf/libbpf: Prioritize module kfuncs over vmlinux kfuncs
 2026-05-12  3:18 UTC  (3+ messages)

[PATCH bpf] bpf: Add Jiayuan Chen to sockmap maintainers
 2026-05-12  3:04 UTC  (2+ messages)

[PATCH net v4 0/2] net/tls: fix UAF when TLS_RX is set on sockmap socket
 2026-05-12  2:59 UTC  (2+ messages)

[PATCH bpf-next v13 0/8] bpf: Extend BPF syscall with common attributes support
 2026-05-12  2:47 UTC  (15+ messages)
` [PATCH bpf-next v13 1/8] "
` [PATCH bpf-next v13 2/8] libbpf: Add support for extended BPF syscall
` [PATCH bpf-next v13 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v13 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v13 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v13 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v13 7/8] libbpf: "
` [PATCH bpf-next v13 8/8] selftests/bpf: Add tests to verify map create failure log

[PATCH bpf-next v4 00/12] Refactor verifier object relationship tracking
 2026-05-12  2:28 UTC  (9+ messages)
` [PATCH bpf-next v4 01/12] bpf: Simplify mark_stack_slot_obj_read() and callers
` [PATCH bpf-next v4 03/12] bpf: Assign reg->id when getting referenced kptr from ctx
` [PATCH bpf-next v4 04/12] bpf: Preserve reg->id of pointer objects after null-check
` [PATCH bpf-next v4 05/12] bpf: Refactor object relationship tracking and fix dynptr UAF bug

(no subject)
 2026-05-12  2:25 UTC  (3+ messages)
` [PATCH v2 1/5] arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE

[PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
 2026-05-12  2:21 UTC  (2+ messages)

[bpf-next v3 1/2] bpf: Offload kptr destructors that run from NMI
 2026-05-12  2:13 UTC  (18+ messages)

[QUESTION] BPF_SK_SKB_STREAM_PARSER cannot observe strparser orig_offset?
 2026-05-12  2:05 UTC  (4+ messages)

[PATCH net-next v4 0/8] net: devmem: support devmem with netkit devices
 2026-05-12  1:18 UTC  (9+ messages)
` [PATCH net-next v4 1/8] net: convert netmem_tx flag to enum
` [PATCH net-next v4 2/8] net: netkit: declare NETMEM_TX_NO_DMA mode
` [PATCH net-next v4 3/8] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next v4 4/8] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next v4 5/8] selftests: drv-net: make attr _nk_guest_ifname public
` [PATCH net-next v4 6/8] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next v4 7/8] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next v4 8/8] selftests: drv-net: add netkit devmem tests

[PATCH bpf v2] selftests/bpf: Use both hrtimer enqueue helpers in vmlinux test
 2026-05-11 23:00 UTC  (2+ messages)

[PATCH bpf-next 0/7] selftests/bpf: Add XDP load-balancer benchmark
 2026-05-11 23:00 UTC  (3+ messages)

[BUG] lsm= with bpf before selinux breaks fscreate with EINVAL
 2026-05-11 22:43 UTC  (6+ messages)

[RESEND PATCH bpf-next 0/2] selftests/bpf: libarena: Add initial data structures
 2026-05-11 22:24 UTC  (5+ messages)
` [RESEND PATCH bpf-next 1/2] selftests/bpf: libarena: Add rbtree data structure
` [RESEND PATCH bpf-next 2/2] selftests/bpf: libarena: Add Lev-Chase queue "

[PATCH bpf-next v2 0/3] riscv, bpf: Fix signed operations and add 32 bit atomics
 2026-05-11 22:16 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] riscv, bpf: Fix support for BPF_SDIV and BPF_SMOD in RV32 JIT
` [PATCH bpf-next v2 2/3] riscv, bpf: Fix support for BPF_MOVSX "
` [PATCH bpf-next v2 3/3] riscv, bpf: Add 32 bit atomic operations to "

[PATCH bpf-next v3] m68k, bpf: Add initial BPF JIT compiler support
 2026-05-11 22:12 UTC  (2+ messages)

[PATCH bpf-next 0/2] selftests/bpf: libarena: Add initial data structures
 2026-05-11 21:07 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: libarena: Add rbtree data structure
` [PATCH bpf-next 2/2] selftests/bpf: libarena: Add Lev-Chase queue "

[PATCH v4 0/2] Support BPF traversal of wakeup sources
 2026-05-11 20:44 UTC  (6+ messages)
` [PATCH v4 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
` [PATCH v4 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs

[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
 2026-05-11 20:37 UTC  (13+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction

[PATCH bpf-next v4 00/14] bpf: static stack liveness data flow analysis
 2026-05-11 20:03 UTC  (8+ messages)
` [PATCH bpf-next v4 10/14] bpf: change logging scheme for live stack analysis

[PATCH bpf-next v3 04/24] bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
 2026-05-11 17:18 UTC  (4+ messages)

[PATCH net-next v3 0/8] net: devmem: support devmem with netkit devices
 2026-05-11 17:01 UTC  (3+ messages)

[PATCH bpf 2/2] selftests/bpf: Add tests for uprobe nop5 red zone clobbering
 2026-05-11 16:58 UTC  (3+ messages)

[PATCH bpf-next v3 20/24] selftests/bpf: Add verifier tests for stack argument validation
 2026-05-11 16:49 UTC  (3+ messages)

[PATCH bpf-next v3 00/24] bpf: Support stack arguments for BPF functions and kfuncs
 2026-05-11 16:47 UTC  (15+ messages)
` [PATCH bpf-next v3 06/24] bpf: Refactor jmp history to use dedicated spi/frame fields
` [PATCH bpf-next v3 09/24] bpf: Extend liveness analysis to track stack argument slots
` [PATCH bpf-next v3 15/24] bpf: Pass bpf_subprog_info to bpf_int_jit_compile()
` [PATCH bpf-next v3 16/24] bpf,x86: Implement JIT support for stack arguments

[PATCH v14 07/19] unwind_user/sframe: Wire up unwind_user to sframe
 2026-05-11 16:46 UTC  (5+ messages)

[PATCH bpf-next v3 10/24] bpf: Reject stack arguments in non-JITed programs
 2026-05-11 16:42 UTC  (3+ messages)

[PATCH v14 00/19] unwind_deferred: Implement sframe handling
 2026-05-11 16:16 UTC  (3+ messages)
` [PATCH v14 05/19] unwind_user/sframe: Add support for reading .sframe contents

[PATCH net-next 00/12] net: enable TC956x support
 2026-05-11 15:41 UTC  (6+ messages)
` [PATCH net-next 10/12] net: stmmac: tc956x: add TC956x/QPS615 support

[PATCH bpf-next v10 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
 2026-05-11 15:40 UTC  (2+ messages)

[PATCH net 0/4] xsk: fix meta and publish of cq issues
 2026-05-11 15:03 UTC  (4+ messages)
` [PATCH net 1/4] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()

[PATCH v1 bpf-next 0/8] bpf: Add SOCK_OPS hooks for TCP AutoLOWAT
 2026-05-11 14:56 UTC  (11+ messages)
` [PATCH v1 bpf-next 3/8] bpf: tcp: Support bpf_skb_load_bytes() for BPF_SOCK_OPS_RCVLOWAT_CB
` [PATCH v1 bpf-next 5/8] bpf: tcp: Add kfunc to adjust sk->sk_rcvlowat
` [PATCH v1 bpf-next 7/8] bpf: tcp: Add SOCK_OPS rcvlowat hook

[PATCH v2 0/4] mm: introduce mthp_ext via cgroup-bpf to make mTHP more transparent
 2026-05-11 11:25 UTC  (8+ messages)
` [PATCH v2 3/4] mm: introduce bpf_mthp_ops struct ops

[PATCH bpf] bpf: Don't run arg-tracking analysis twice on main subprog
 2026-05-11 10:19 UTC  (5+ messages)

[PATCH v14 02/19] unwind_user/sframe: Add support for reading .sframe headers
 2026-05-11 10:05 UTC  (5+ messages)

[PATCH bpf-next v2] bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries
 2026-05-11  9:23 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