BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-25 10:36:52 to 2026-08-26 20:58:10 UTC [more...]

[PATCH net v3 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
 2026-08-26 20:57 UTC  (10+ messages)
` [PATCH net v3 3/3] net: stmmac: document oversized AF_XDP frame handling

[PATCH bpf-next v1 00/14] Retire KF_ARENA_ARG kfunc flags
 2026-08-26 20:50 UTC  (10+ messages)
` [PATCH bpf-next v1 01/14] bpf: Split arena kfunc and struct_ops JIT capabilities
` [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

[syzbot] [bpf?] general protection fault in btf_type_show
 2026-08-26 20:37 UTC 

[PATCH net v4 0/2] net/mlx5e: Prevent stale XSK buffer release on refill retries
 2026-08-26 20:08 UTC  (3+ messages)
` [PATCH net v4 2/2] net/mlx5e: Prevent stale XSK buffer release on MPWQE refill retry

[PATCH bpf-next 0/5] bpf: Introduce LOADER_LOAD_FD
 2026-08-26 20:09 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] libbpf: BPF program dynamic loading
 2026-08-26 19:38 UTC  (15+ messages)
` [PATCH bpf-next v2 1/5] libbpf: BPF program load type enum
` [PATCH bpf-next v2 2/5] libbpf: BPF programs dynamic loading and attaching
` [PATCH bpf-next v2 3/5] libbpf: Convert bpf_program__set_autoload() to load-type enum
` [PATCH bpf-next v2 4/5] libbpf: Support declarative dynamic load via BTF decl_tag
` [PATCH bpf-next v2 5/5] selftests/bpf: Cover BPF program dynamic loading

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

[PATCH bpf-next v2 00/10] bpf: Allow arena pointers in by-value returns
 2026-08-26 18:57 UTC  (25+ messages)
` [PATCH bpf-next v2 01/10] bpf: Record each half of a paired return value in verifier diagnostics
` [PATCH bpf-next v2 02/10] bpf: Drop the recursion depth argument of btf_type_is_scalar_struct()
` [PATCH bpf-next v2 03/10] bpf: Add btf_type_is_arena_ptr()
` [PATCH bpf-next v2 04/10] bpf: Let the by-value struct walk take the kinds of member it accepts
` [PATCH bpf-next v2 05/10] bpf: Report which member makes a kfunc return type unsupported
` [PATCH bpf-next v2 06/10] bpf: Allow a global function to return arena pointers by value
` [PATCH bpf-next v2 07/10] bpf: Allow arena pointers in a by-value kfunc return
` [PATCH bpf-next v2 08/10] selftests/bpf: Check the member named for an unsupported kfunc return type
` [PATCH bpf-next v2 09/10] selftests/bpf: Test global functions returning arena pointers by value
` [PATCH bpf-next v2 10/10] selftests/bpf: Test kfuncs "

[PATCH bpf-next v4] xsk: Fix circular locking dependency between &net->xdp.lock, &xs->mutex, and netdev_lock_ops
 2026-08-26 18:45 UTC  (3+ messages)

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-26 18:36 UTC  (6+ messages)
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer

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

[PATCH bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
 2026-08-26 18:19 UTC  (5+ messages)
` [PATCH bpf-next v7 9/9] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH bpf-next v3 00/11] BPF keyring and signed loader ML-DSA support
 2026-08-26 17:54 UTC  (19+ messages)
` [PATCH bpf-next v3 01/11] bpf, keys: Add a bpf keyring for program signature validation
` [PATCH bpf-next v3 02/11] bpf: Refuse caller-supplied keyrings when the bpf one is active
` [PATCH bpf-next v3 03/11] bpf: Raise the bound on a program's signature size
` [PATCH bpf-next v3 04/11] bpftool: Support ML-DSA program signing
` [PATCH bpf-next v3 05/11] selftests/bpf: Add a test for the sealed bpf keyring
` [PATCH bpf-next v3 06/11] selftests/bpf: Rebuild signed lskels when signing key changes
` [PATCH bpf-next v3 07/11] selftests/bpf: Rename the verify_sig_setup.sh setup into setup-rsa
` [PATCH bpf-next v3 08/11] selftests/bpf: Add an end-to-end ML-DSA signed loader test
` [PATCH bpf-next v3 09/11] selftests/bpf: Allow appending to guest kernel cmdline in vmtest.sh
` [PATCH bpf-next v3 10/11] selftests/bpf: Add tests for bpf keyring in signed loader
` [PATCH bpf-next v3 11/11] Documentation/bpf: Document the bpf keyring and improve examples

[PATCH bpf-next v3] xsk: Fix circular locking dependency between &net->xdp.lock, &xs->mutex, and netdev_lock_ops
 2026-08-26 17:49 UTC  (3+ messages)

[PATCH bpf-next v2] xsk: Fix circular locking dependency in xsk_notifier
 2026-08-26 17:41 UTC  (3+ messages)

[PATCH net v2 0/2] tcp: fix use-after-free in do_tcp_getsockopt()
 2026-08-26 17:31 UTC  (5+ messages)
` [PATCH net v2 1/2] tcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)
` [PATCH net v2 2/2] tcp: fix use-after-free in do_tcp_getsockopt(TCP_CC_INFO)

[RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
 2026-08-26 16:57 UTC  (3+ messages)

[PATCH v3] mm/secretmem: properly account locked pages
 2026-08-26 16:49 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: unblock bpf-gcc test coverage
 2026-08-26 16:40 UTC  (2+ messages)

[PATCH v2] mm/secretmem: properly account locked pages
 2026-08-26 16:18 UTC  (7+ messages)

[PATCH bpf] bpf: Fix UAF due to concurrent consumption of waiting_for_gp_ttrace
 2026-08-26 16:13 UTC  (5+ messages)
` [syzbot ci] "

[PATCH 0/3] binfmt_misc: only let punctuation delimit a register string
 2026-08-26 15:55 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/exec: test delimiter restrictions
` [PATCH 3/3] binfmt_misc: document the field delimiter

[PATCH net] page_pool: keep frag_offset aligned for odd-sized requests
 2026-08-26 15:43 UTC  (2+ messages)

[PATCH bpf-next v7 1/9] bpf: mark instructions accessing program stack
 2026-08-26 15:19 UTC  (4+ messages)

[PATCH bpf-next v3] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-26 14:56 UTC 

[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-08-26 14:46 UTC  (3+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "

[PATCH] bpf, x86: Sign-extend narrow signed kfunc returns
 2026-08-26 14:20 UTC  (3+ messages)

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-26 14:14 UTC  (14+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN

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

[PATCH bpf v3 0/2] disable private stack for sleepable programs
 2026-08-26 13:11 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf: "

[PATCH v8 net-next 0/2] Explicit TSO segment count
 2026-08-26 12:23 UTC  (4+ messages)
` [PATCH v8 net-next 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls

SIGILL and uretprobes, WAS: [PATCH] uprobes: Free utask on dup_return_instance() failure
 2026-08-26 11:49 UTC  (2+ messages)

[PATCH] bpf: arena: reschedule while freeing the arena pages
 2026-08-26 10:03 UTC  (5+ messages)

[PATCH bpf-next v7 0/9] selftests/bpf: restructure the Makefile as a layered build
 2026-08-26  4:58 UTC  (4+ messages)
` [PATCH bpf-next v7 9/9] selftests/bpf: build each test runner instance in its own sub-make

[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
 2026-08-26  1:24 UTC  (5+ messages)
` [PATCH v8 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v8 3/3] riscv: store percpu offset into thread_info

[PATCH 0/3] bpf: Make sleepable arena paths use sleepable alloc_pages
 2026-08-26  1:25 UTC  (3+ messages)
` [PATCH 2/3] bpf: Add sleepable arena page allocation path

[PATCH net] xsk: set network header on skb at generic transmit
 2026-08-26  1:20 UTC 

[BUG] bpf: x86 timed may_goto corrupts private-stack JIT state
 2026-08-26  1:09 UTC  (2+ messages)

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

[PATCH] libpf: Fix for the compiler sanity checking
 2026-08-25 20:17 UTC  (3+ messages)

[PATCH bpf-next] xsk: Fix circular locking dependency in xsk_bind
 2026-08-25 20:07 UTC  (6+ messages)
` [syzbot ci] "

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-08-25 19:10 UTC  (8+ messages)
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE

[PATCH bpf 1/2] libbpf: Fix usdt attach failure when nop10 crosses page boundary
 2026-08-25 18:32 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-25 18:29 UTC  (8+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-25 18:27 UTC  (7+ messages)

[PATCH bpf v2] bpf: guard uprobes against private-stack corruption
 2026-08-25 18:25 UTC  (6+ messages)

[PATCH bpf-next v1 0/2] Reject oversized stream read buffers
 2026-08-25 15:10 UTC  (2+ messages)

[PATCH bpf-next v2 00/11] BPF keyring and signed loader ML-DSA support
 2026-08-25 14:39 UTC  (14+ messages)
` [PATCH bpf-next v2 01/11] bpf: Add a bpf keyring for program signature validation
` [PATCH bpf-next v2 02/11] bpf: Refuse caller-supplied keyrings when the bpf one is active
` [PATCH bpf-next v2 03/11] bpf: Raise the bound on a program's signature size
` [PATCH bpf-next v2 04/11] bpftool: Support ML-DSA program signing
` [PATCH bpf-next v2 05/11] selftests/bpf: Add a test for the sealed bpf keyring
` [PATCH bpf-next v2 06/11] selftests/bpf: Rebuild signed lskels when signing key changes
` [PATCH bpf-next v2 07/11] selftests/bpf: Rename the verify_sig_setup.sh setup into setup-rsa
` [PATCH bpf-next v2 08/11] selftests/bpf: Add an end-to-end ML-DSA signed loader test
` [PATCH bpf-next v2 09/11] selftests/bpf: Allow appending to guest kernel cmdline in vmtest.sh
` [PATCH bpf-next v2 10/11] selftests/bpf: Add tests for bpf keyring in signed loader
` [PATCH bpf-next v2 11/11] Documentation/bpf: Document the bpf keyring and improve examples

[PATCH bpf-next 00/11] BPF keyring and signed loader ML-DSA support
 2026-08-25 14:36 UTC  (6+ messages)
` [PATCH bpf-next 01/11] bpf: Add a bpf keyring for program signature validation
` [PATCH bpf-next 02/11] bpf: Refuse caller-supplied keyrings when the bpf one is active

[STABLE REQUEST] bpf: backport de36adca6346 to 7.1.y
 2026-08-25 14:24 UTC  (2+ messages)
` [PATCH 7.1.y] bpf: reject overlarge global subprog argument sizes

[PATCH bpf-next] selftests/bpf: Resolve bpftool through bpftool_helpers in core_reloc
 2026-08-25 13:59 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf, riscv: Add support for signed arena loads
 2026-08-25 13:16 UTC  (2+ messages)

[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-25 13:12 UTC  (3+ messages)
` [RFC PATCH bpf-next v3 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled

[PATCH bpf-next v6 4/4] selftests/bpf: Add a test for arena fault-in under memory.max
 2026-08-25 12:23 UTC  (5+ messages)

[PATCH bpf-next] bpf: Fix stream capacity leak and spurious -ENOSPC in bpf_stream_stage_commit
 2026-08-25 12:18 UTC  (4+ messages)

[PATCH 5.10] bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
 2026-08-25 12:11 UTC 

[PATCH 0/7] arm64: Batch PSTATE.TCO handling in kernel nofault loops
 2026-08-25 12:07 UTC  (4+ messages)
` [PATCH 4/7] maccess: Use a scoped guard for page faults

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

[SECURITY] KASAN global-out-of-bounds in BPF disassembler (bpf_ldsx_string, kernel 6.4+)
 2026-08-25  8:43 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