BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-21 22:39:24 to 2026-08-24 10:31:27 UTC [more...]

[PATCH bpf v2 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
 2026-08-24 10:31 UTC  (6+ messages)
` [PATCH bpf v2 1/2] bpf, veth: xdp: fix page_pool page leak on skb-backed XDP
  ` [PATCH bpf v2 2/2] selftests/bpf: add xdp_shrink_frags

[PATCH bpf 1/2] libbpf: Fix usdt attach failure when nop10 crosses page boundary
 2026-08-24 10:27 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for usdt probe with page-crossing nop10

[PATCH bpf-next v5 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-24 10:18 UTC  (6+ messages)
` [PATCH bpf-next v5 1/4] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next v5 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v5 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v5 4/4] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH net 1/1] net: Don't deliver IPv6 packets to IPv4 sockets
 2026-08-24 10:18 UTC  (3+ messages)

[PATCH] mm/bpf_memcontrol: fix signed enum bounds check bypass via negative values
 2026-08-24 10:08 UTC 

[PATCH bpf-next v5 0/3] bpftool: fix batch file handling issues
 2026-08-24 10:02 UTC  (5+ messages)
` [PATCH bpf-next v6 0/2] "
` [PATCH bpf-next v6 1/2] bpftool: fix spurious batch file read error
` [PATCH bpf-next v6 2/2] bpftool: Fix bypass of the batch line length check by comments

[PATCH 0/3] bpf: Make sleepable arena paths use sleepable alloc_pages
 2026-08-24  9:42 UTC  (9+ messages)
` [PATCH 1/3] bpf: Factor out nonsleepable arena allocation logic
` [PATCH 2/3] bpf: Add sleepable arena page allocation path
` [PATCH 3/3] selftests/bpf: Test large allocations for both sleepable/nonsleepable arena users

[RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
 2026-08-24  9:36 UTC  (3+ messages)

[PATCH bpf v3 2/2] selftests/bpf: Add regression test for queue/stack map size limit
 2026-08-24  9:25 UTC  (7+ messages)
` [PATCH bpf v4 0/2] bpf: Fix queue/stack map u32 index overflow
  ` [PATCH bpf v4 1/2] "
  ` [PATCH bpf v4 2/2] selftests/bpf: Add regression test for queue/stack map size limit

[PATCH v3] docs/sched_ext: document that cgroup CPU knobs are scheduler-dependent
 2026-08-24  9:15 UTC 

[PATCH net-next] net: mana: remove unreachable dead code in mana_bpf()
 2026-08-24  7:09 UTC 

[PATCH bpf-next v1 00/14] Retire KF_ARENA_ARG kfunc flags
 2026-08-24  6:38 UTC  (29+ messages)
` [PATCH bpf-next v1 01/14] bpf: Split arena kfunc and struct_ops JIT capabilities
` [PATCH bpf-next v1 02/14] bpf, riscv: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v1 03/14] bpf, riscv: JIT arena kfunc argument rebasing
` [PATCH bpf-next v1 04/14] bpf, riscv: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v1 05/14] bpf, s390: JIT arena kfunc argument rebasing
` [PATCH bpf-next v1 06/14] bpf, s390: Convert struct_ops arena arguments
` [PATCH bpf-next v1 07/14] bpf, loongarch: Fix stack arguments for indirect trampolines
` [PATCH bpf-next v1 08/14] bpf, loongarch: JIT arena kfunc argument rebasing
` [PATCH bpf-next v1 09/14] bpf, loongarch: Convert struct_ops arena arguments in trampolines
` [PATCH bpf-next v1 10/14] bpf, powerpc: JIT arena kfunc argument rebasing
` [PATCH bpf-next v1 11/14] bpf: Replace arena kfunc argument flags with suffixes
` [PATCH bpf-next v1 12/14] resolve_btfids: Drop KF_ARENA_ARG flag support
` [PATCH bpf-next v1 13/14] selftests/bpf: Exercise arena arguments on every capable JIT
` [PATCH bpf-next v1 14/14] docs/bpf: Document split arena argument JIT capabilities

[PATCH bpf-next v3] bpf: Fix stack out-of-bounds write in cgroup link update
 2026-08-24  5:04 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-24  5:02 UTC  (5+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-24  5:00 UTC  (4+ messages)

[PATCH bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
 2026-08-23 22:53 UTC  (22+ messages)
` [PATCH bpf-next v7 1/9] bpf: mark instructions accessing program stack
` [PATCH bpf-next v7 2/9] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v7 3/9] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v7 4/9] bpf, x86: emit KASAN checks in x86 JITed programs
` [PATCH bpf-next v7 5/9] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v7 6/9] selftests/bpf: make cmdline_contains stricter
` [PATCH bpf-next v7 7/9] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v7 8/9] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v7 9/9] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-08-23 22:12 UTC  (5+ messages)
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE

[PATCH] bpf, x86: Sign-extend narrow signed kfunc returns
 2026-08-23 21:29 UTC  (3+ messages)

[PATCH bpf-next v7 0/9] selftests/bpf: restructure the Makefile as a layered build
 2026-08-23 21:05 UTC  (14+ messages)
` [PATCH bpf-next v7 1/9] selftests/bpf: keep headers off the generic link command line
` [PATCH bpf-next v7 2/9] selftests/bpf: drop stale lines, restore two header dependencies
` [PATCH bpf-next v7 3/9] selftests/bpf: factor the permissive-mode skip suffix into a helper
` [PATCH bpf-next v7 4/9] selftests/bpf: generate the signing key and certificate once
` [PATCH bpf-next v7 5/9] selftests/bpf: generate verifier/tests.h in a regular recipe
` [PATCH bpf-next v7 6/9] selftests/bpf: derive the bench object list from the sources
` [PATCH bpf-next v7 7/9] selftests/bpf: extract BPF skeleton generation into a helper script
` [PATCH bpf-next v7 8/9] selftests/bpf: move shared build definitions into Makefile.buildvars
` [PATCH bpf-next v7 9/9] selftests/bpf: build each test runner instance in its own sub-make

[PATCH RFC] bpf: add DAG fast-path in verifier to skip redundant state pruning
 2026-08-23 20:05 UTC  (4+ messages)

[PATCH bpf-next v1 0/2] Reject oversized stream read buffers
 2026-08-23 19:59 UTC  (5+ messages)
` [PATCH bpf-next v1 1/2] bpf: "
` [PATCH bpf-next v1 2/2] selftests/bpf: Cover "

[PATCH v3] bpf: Annotate bpf_obj_memcpy with data_race
 2026-08-23 19:40 UTC  (2+ messages)

[PATCH] netfilter: bpf: disallow conntrack kfuncs for token programs
 2026-08-23 19:40 UTC  (4+ messages)

[PATCH bpf] bpf: roll back stream capacity when allocation fails
 2026-08-23 19:22 UTC  (13+ messages)
` [PATCH bpf-next v4 0/5] bpf: fix stream capacity, read, and oversize handling
  ` [PATCH bpf-next v4 1/5] bpf: roll back stream capacity when allocation fails
  ` [PATCH bpf-next v4 2/5] bpf: fix stream capacity leak in staging path
  ` [PATCH bpf-next v4 3/5] bpf: return partial progress from bpf_stream_read on fault
  ` [PATCH bpf-next v4 4/5] bpf: reject oversized bpf_stream_vprintk output with -E2BIG
  ` [PATCH bpf-next v4 5/5] selftests/bpf: cover stream capacity and partial read edge cases

[PATCH] libbpf: Ignore exception frame section
 2026-08-23 18:54 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-08-23 18:12 UTC  (11+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
  ` [External] "

[PATCH bpf-next v5] m68k, bpf: Add initial BPF JIT compiler support
 2026-08-23 16:52 UTC  (2+ messages)

[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
 2026-08-23 16:28 UTC  (5+ messages)

[PATCH bpf-next v3 5/5] selftests/bpf: cover stream capacity and partial read edge cases
 2026-08-23 14:37 UTC  (2+ messages)

[PATCH bpf-next v3 2/5] bpf: fix stream capacity leak in staging path
 2026-08-23 14:32 UTC  (2+ messages)

[PATCH bpf-next v6 0/9] selftests/bpf: restructure the Makefile as a layered build
 2026-08-23  2:26 UTC  (18+ messages)
` [PATCH bpf-next v6 1/9] selftests/bpf: keep headers off the generic link command line
` [PATCH bpf-next v6 2/9] selftests/bpf: drop stale and no-op lines
` [PATCH bpf-next v6 3/9] selftests/bpf: factor the permissive-mode skip suffix into a helper
` [PATCH bpf-next v6 4/9] selftests/bpf: generate the signing key and certificate once
` [PATCH bpf-next v6 5/9] selftests/bpf: generate verifier/tests.h in a regular recipe
` [PATCH bpf-next v6 6/9] selftests/bpf: derive the bench object list from the sources
` [PATCH bpf-next v6 7/9] selftests/bpf: extract BPF skeleton generation into a helper script
` [PATCH bpf-next v6 8/9] selftests/bpf: move shared build definitions into Makefile.buildvars
` [PATCH bpf-next v6 9/9] selftests/bpf: build each test runner instance in its own sub-make

[RFC PATCH bpf-next v5 0/8] selftests/bpf: restructure the Makefile as a layered build
 2026-08-23  0:37 UTC  (6+ messages)
` [RFC PATCH bpf-next v5 8/8] selftests/bpf: build each test runner instance in its own sub-make

[PATCH bpf v3 0/2] disable private stack for sleepable programs
 2026-08-22 23:58 UTC  (7+ messages)
` [PATCH bpf v3 1/2] bpf: "
` [PATCH bpf v3 2/2] selftests/bpf: verify preemptible uprobes avoid private stack

[PATCH bpf v2] bpf: guard uprobes against private-stack corruption
 2026-08-22 23:05 UTC  (4+ messages)

[PATCH net] xdp: fix zero-copy frame layout
 2026-08-22 20:20 UTC  (2+ messages)

[PATCH v2] mm/secretmem: properly account locked pages
 2026-08-22 19:14 UTC 

[PATCH] mm/secretmem: properly account locked pages
 2026-08-22 18:55 UTC  (4+ messages)

[PATCH v2 0/2] bpf: reject stack-argument callback subprograms
 2026-08-22 18:27 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH bpf-next v2] bpf: Rewrite "rX <<= 32; rX >>= 32" into "wX = wX" to keep linked scalars
 2026-08-22 16:47 UTC  (3+ messages)

[RFC PATCH bpf-next v3 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-22 11:57 UTC  (11+ messages)
` [RFC PATCH bpf-next v3 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [RFC PATCH bpf-next v3 2/2] selftests/bpf: add tests for selective kmod BTF loading

[PATCH v2 net] octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setup
 2026-08-22 10:56 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-08-22  3:19 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] mm/bpf: Add bpf_proactive_reclaim kfuncs

[PATCH bpf-next 1/2] bpf: check_cond_jmp_op(): properly infer if register is null
 2026-08-22  1:22 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: a demo for check_cond_jmp_op() non-null inference bug

[PATCH bpf-next 2/3] selftests/bpf: report placeholder tests as SKIP, not OK
 2026-08-21 23:48 UTC  (3+ messages)

[PATCH bpf-next 0/3] selftests/bpf: unblock bpf-gcc test coverage
 2026-08-21 23:38 UTC  (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: Enable some of the blocked cpuv4 instruction tests for bpf-gcc

[PATCH bpf-next 01/11] bpf: Add a bpf keyring for program signature validation
 2026-08-21 22:50 UTC  (2+ messages)

[PATCH bpf-next 11/11] Documentation/bpf: Document the bpf keyring and improve examples
 2026-08-21 22:50 UTC  (2+ messages)

[PATCH bpf-next 10/11] selftests/bpf: Add tests for bpf keyring in signed loader
 2026-08-21 22:50 UTC  (2+ messages)

[PATCH bpf-next 05/11] selftests/bpf: Add a test for the sealed bpf keyring
 2026-08-21 22:50 UTC  (2+ messages)

[PATCH bpf-next 08/11] selftests/bpf: Add an end-to-end ML-DSA signed loader test
 2026-08-21 22:39 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