BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-12 10:21:43 to 2026-05-13 15:33:16 UTC [more...]

[PATCH net-next 0/6] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
 2026-05-13 15:33 UTC  (12+ messages)
` [PATCH net-next 1/6] atm: convert "
` [PATCH net-next 2/6] xdp: "
` [PATCH net-next 3/6] af_iucv: "
` [PATCH net-next 4/6] l2tp: ppp: "
` [PATCH net-next 5/6] rxrpc: "
` [PATCH net-next 6/6] tipc: "

[RFC PATCH v3] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-13 15:23 UTC  (5+ messages)

[PATCH] xsk: switch xdp_build_skb_from_zc() to napi_alloc_skb()
 2026-05-13 15:18 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Override EXTRA_LDFLAGS for static builds
 2026-05-13 15:20 UTC  (2+ messages)

[PATCH v14 16/19] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
 2026-05-13 15:16 UTC  (6+ messages)

[PATCH v4 0/3] Use BTF to trim return values
 2026-05-13 14:47 UTC  (5+ messages)
` [PATCH v4 1/3] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled
` [PATCH v4 2/3] fgraph: Enhance funcgraph-retval with BTF-based type-aware output

[PATCH net-next 00/12] net: enable TC956x support
 2026-05-13 14:35 UTC  (5+ messages)
` [PATCH net-next 12/12] arm64: dts: qcom: qcs6490-rb3gen2: enable TC9564 with a single QCS8081 phy

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

[PATCH bpf-next 1/2] bpf: Report maximum combined stack depth
 2026-05-13 14:06 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test reported max "

kmalloc_nolock() follow-ups, including kfree_rcu_nolock()
 2026-05-13 13:34 UTC  (4+ messages)

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-05-13 13:26 UTC  (14+ messages)

[PATCH v14 12/19] unwind_user/sframe: Add .sframe validation option
 2026-05-13 12:30 UTC  (4+ messages)

[PATCH v14 05/19] unwind_user/sframe: Add support for reading .sframe contents
 2026-05-13 12:22 UTC  (6+ messages)

[PATCH RFC net-next 0/4] xdp: reuse generic skb XDP handling for veth
 2026-05-13 11:31 UTC  (10+ messages)
` [PATCH RFC net-next 2/4] xdp: return status from generic_xdp_tx()
` [PATCH RFC net-next 4/4] veth: use generic skb XDP handling

[PATCH bpf-next v13 8/8] selftests/bpf: Add tests to verify map create failure log
 2026-05-13 10:47 UTC  (3+ messages)

[PATCH bpf-next v13 7/8] libbpf: Add syscall common attributes support for map_create
 2026-05-13 10:46 UTC  (3+ messages)

[PATCH bpf-next v13 6/8] bpf: Add syscall common attributes support for map_create
 2026-05-13 10:45 UTC  (3+ messages)

[PATCH bpf-next v13 4/8] bpf: Add syscall common attributes support for prog_load
 2026-05-13 10:44 UTC  (3+ messages)

[PATCH bpf 1/2] uprobes/x86: Fix red zone clobbering in nop5 optimization
 2026-05-13  9:35 UTC  (9+ messages)

[PATCH v14 11/19] unwind_user/sframe: Show file name in debug output
 2026-05-13  9:20 UTC  (4+ messages)

[PATCH net] net: Clear skb metadata before LWT xmit
 2026-05-13  9:17 UTC  (3+ messages)

[PATCH net] selftests: net: Fix checksums in xdp_native
 2026-05-13  7:23 UTC 

[PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
 2026-05-13  6:02 UTC  (2+ messages)

[PATCH bpf-next v4 00/25] bpf: Support stack arguments for BPF functions and kfuncs
 2026-05-13  5:44 UTC  (32+ messages)
` [PATCH bpf-next v4 01/25] bpf: Convert bpf_get_spilled_reg macro to static inline function
` [PATCH bpf-next v4 02/25] bpf: Remove copy_register_state wrapper function
` [PATCH bpf-next v4 03/25] bpf: Add helper functions for r11-based stack argument insns
` [PATCH bpf-next v4 04/25] bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
` [PATCH bpf-next v4 05/25] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v4 06/25] bpf: Refactor jmp history to use dedicated spi/frame fields
` [PATCH bpf-next v4 07/25] bpf: Add precision marking and backtracking for stack argument slots
` [PATCH bpf-next v4 08/25] bpf: Refactor record_call_access() to extract per-arg logic
` [PATCH bpf-next v4 09/25] bpf: Use arg_is_fp() in has_fp_args()
` [PATCH bpf-next v4 10/25] bpf: Extend liveness analysis to track stack argument slots
` [PATCH bpf-next v4 11/25] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v4 12/25] bpf: Prepare architecture JIT support for stack arguments
` [PATCH bpf-next v4 13/25] bpf: Enable r11 based insns
` [PATCH bpf-next v4 14/25] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v4 15/25] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next v4 16/25] bpf: Disable private stack for x86_64 if stack arguments used
` [PATCH bpf-next v4 17/25] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v4 18/25] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v4 19/25] selftests/bpf: Add tests for stack argument validation
` [PATCH bpf-next v4 20/25] selftests/bpf: Add BTF fixup for __naked subprog parameter names
` [PATCH bpf-next v4 21/25] selftests/bpf: Add verifier tests for stack argument validation
` [PATCH bpf-next v4 22/25] selftests/bpf: Add precision backtracking test for stack arguments
` [PATCH bpf-next v4 23/25] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
` [PATCH bpf-next v4 24/25] bpf, arm64: Add JIT support for stack arguments
` [PATCH bpf-next v4 25/25] selftests/bpf: Enable stack argument tests for arm64

[PATCH net-next v4 7/8] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
 2026-05-13  5:42 UTC  (2+ messages)

[PATCH v1 02/14] perf trace beauty: Make beauty generated C code standalone .o files
 2026-05-13  5:21 UTC  (2+ messages)

[PATCH net-next v4 6/8] selftests: drv-net: refactor devmem command builders into lib module
 2026-05-13  5:12 UTC  (2+ messages)

[PATCH v5] libbpf: Use strscpy() in kernel code for skel_map_create()
 2026-05-13  5:08 UTC 

[PATCH bpf v3 3/3] bpf: Cache build IDs in sleepable stackmap path
 2026-05-13  4:31 UTC  (2+ messages)

[PATCH net-next v4 3/8] net: devmem: support TX over NETMEM_TX_NO_DMA devices
 2026-05-13  4:05 UTC  (2+ messages)

[PATCH bpf v3 2/3] bpf: Avoid faultable build ID reads under mm locks
 2026-05-13  4:03 UTC  (4+ messages)

[RESEND PATCH bpf-next 2/2] selftests/bpf: libarena: Add Lev-Chase queue data structure
 2026-05-13  2:23 UTC  (4+ messages)

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

[PATCH bpf-next 2/2] selftests/bpf: libarena: Add Lev-Chase queue data structure
 2026-05-13  2:04 UTC  (2+ messages)

[PATCH net v2 4/4] net: tls: remove bad rollback and UAF on ENOSPC
 2026-05-13  1:39 UTC  (2+ messages)

[PATCH v1 0/4] bpf: Introduce bpf_netpoll
 2026-05-13  1:31 UTC  (11+ messages)
` [PATCH v1 1/4] bpf: Add netpoll kfuncs for sending UDP packets

Performance characteristics of BPF_MAP_TYPE_QUEUE
 2026-05-13  1:03 UTC 

[PATCH bpf-next v3] m68k, bpf: Add initial BPF JIT compiler support
 2026-05-13  1:03 UTC  (4+ messages)

[PATCH v4 0/2] Support BPF traversal of wakeup sources
 2026-05-13  0:51 UTC  (3+ messages)

[RESEND PATCH bpf-next 1/2] selftests/bpf: libarena: Add rbtree data structure
 2026-05-13  0:42 UTC  (4+ messages)

[PATCH net v2 0/4] net: tls: net: tls: fix a few random bugs
 2026-05-13  0:39 UTC  (13+ 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 bpf-next 1/2] selftests/bpf: libarena: Add rbtree data structure
 2026-05-13  0:30 UTC  (2+ messages)

[PATCH v4 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs
 2026-05-12 23:58 UTC  (2+ messages)

[PATCH v4 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
 2026-05-12 23:36 UTC  (2+ messages)

[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
 2026-05-12 21:55 UTC  (15+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction

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

[PATCH bpf-next v4 00/12] Refactor verifier object relationship tracking
 2026-05-12 21:31 UTC  (17+ messages)
` [PATCH bpf-next v4 01/12] bpf: Simplify mark_stack_slot_obj_read() and callers
` [PATCH bpf-next v4 06/12] bpf: Remove redundant dynptr arg check for helper
` [PATCH bpf-next v4 07/12] bpf: Unify referenced object tracking in verifier
` [PATCH bpf-next v4 08/12] bpf: Unify release handling for helpers and kfuncs

[BUG] lsm= with bpf before selinux breaks fscreate with EINVAL
 2026-05-12 19:17 UTC  (7+ messages)

[PATCH v1 14/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
 2026-05-12 17:46 UTC  (20+ messages)
` [PATCH v2 00/18] perf build: Reduce build time by nearly half
  ` [PATCH v2 01/18] bpftool build: Restrict feature tests during bootstrap compilation
  ` [PATCH v2 02/18] tools build: Integrate libdebuginfod into test-all fast path
  ` [PATCH v2 03/18] tools build: Fix test-clang-bpf-co-re.bin to generate target file
  ` [PATCH v2 04/18] tools scripts: Short-circuit CC_NO_CLANG compiler probe in Makefile.include
  ` [PATCH v2 05/18] perf trace beauty: Make beauty generated C code standalone .o files
  ` [PATCH v2 06/18] perf build: Decouple pmu-events from prepare umbrella target
  ` [PATCH v2 07/18] perf build: Remove empty archheaders target
  ` [PATCH v2 08/18] perf build: Move BPF skeleton generation out of Makefile.perf
  ` [PATCH v2 09/18] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
  ` [PATCH v2 10/18] perf build: Move static libbpf dependency out of prepare step
  ` [PATCH v2 11/18] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
  ` [PATCH v2 12/18] perf build: Move libsymbol dependency out of prepare step
  ` [PATCH v2 13/18] perf build: Remove redundant libbpf feature check for static builds
  ` [PATCH v2 14/18] perf pmu-events: Split big_c_string storage into standalone compilation unit
  ` [PATCH v2 15/18] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
  ` [PATCH v2 16/18] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
  ` [PATCH v2 17/18] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
  ` [PATCH v2 18/18] perf build: Convert llvm-config shell queries to simply expanded variables

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

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

[PATCH v14 03/19] unwind_user/sframe: Store .sframe section data in per-mm maple tree
 2026-05-12 15:52 UTC  (5+ messages)

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

[PATCH RESEND bpf-next v10 5/8] bpf: Add bpf_list_add to insert node after a given list node
 2026-05-12 12:05 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