BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-03 10:14:46 to 2026-08-04 15:46:18 UTC [more...]

[PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
 2026-08-04 15:39 UTC 

[PATCH bpf-next v3 0/2] bpf: Fix sleepable check for tracing prog
 2026-08-04 15:43 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH bpf v2 0/1] bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookie
 2026-08-04 15:34 UTC  (4+ messages)
` [PATCH bpf v2 1/1] "

[PATCH bpf-next v5 0/6] bpf: Inline the numeric open-coded iterator kfuncs
 2026-08-04 15:04 UTC  (9+ messages)
` [PATCH bpf-next v5 1/6] bpf: Correct the overflow check comment in bpf_iter_num_next()
` [PATCH bpf-next v5 2/6] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v5 3/6] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v5 4/6] bpf: Inline bpf_iter_num_destroy() as a no-op
` [PATCH bpf-next v5 5/6] selftests/bpf: Verify inlined numeric iterator shape with __xlated
` [PATCH bpf-next v5 6/6] selftests/bpf: Add bpf_for() benchmark

[BUG?] bpf/tcx: bpf_clone_redirect() can sustain self-cloning transmit loops
 2026-08-04 14:57 UTC 

[PATCH] bpf: disable lockdep while running BPF on lock_release
 2026-08-04 14:45 UTC  (5+ messages)

[PATCH v8 13/25] cachefiles,netfs: sunset ondemand mode
 2026-08-04 14:32 UTC  (2+ messages)

[PATCH v6 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-08-04 14:08 UTC  (2+ messages)

[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
 2026-08-04 13:56 UTC  (3+ messages)

[PATCH] bpf: add KF_SPIN_LOCK flag for kfuncs under bpf_spin_lock
 2026-08-04 13:05 UTC  (9+ messages)

[PATCH net 0/1] xdp: reject clones that overrun skb_shared_info tailroom
 2026-08-04 12:54 UTC  (4+ messages)
` [PATCH net 1/1] "

[PATCH v5 00/14] module: Introduce hash-based integrity checking
 2026-08-04 12:44 UTC  (5+ messages)
` [PATCH v5 13/14] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v5 14/14] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping

[PATCH v4 net-next 1/1] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
 2026-08-04 12:38 UTC  (3+ messages)

[PATCHv3 bpf-next 00/12] bpf: Disable preemption in stack map code
 2026-08-04 12:02 UTC  (19+ messages)
` [PATCHv3 bpf-next 01/12] bpf: Factor stackid_init function from __bpf_get_stackid
` [PATCHv3 bpf-next 02/12] bpf: Factor stackid_fastpath "
` [PATCHv3 bpf-next 03/12] bpf: Factor stackid_new_bucket "
` [PATCHv3 bpf-next 04/12] bpf: Use stack id functions instead of __bpf_get_stackid
` [PATCHv3 bpf-next 05/12] bpf: Disable preemption in bpf_get_stackid
` [PATCHv3 bpf-next 06/12] bpf: Factor callchain_store function from __bpf_get_stack
` [PATCHv3 bpf-next 07/12] bpf: Factor callchain_finalize "
` [PATCHv3 bpf-next 08/12] bpf: Remove trace_in argument "
` [PATCHv3 bpf-next 09/12] bpf: Clear buf on error in __bpf_get_task_stack
` [PATCHv3 bpf-next 10/12] bpf: Disable preemption in __bpf_get_stack
` [PATCHv3 bpf-next 11/12] bpf: Avoid changing callchain in bpf_get_stack_pe
` [PATCHv3 bpf-next 12/12] bpf: Avoid changing callchain in bpf_get_stackid_pe

[PATCH net v2 1/1] net: cap advertised device headroom
 2026-08-04 11:52 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Invalidate RCU pointers after final spin unlock
 2026-08-04 10:50 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Test RCU pointer invalidation after "

[PATCH bpf v2 0/2] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
 2026-08-04 10:14 UTC  (10+ messages)
` [PATCH bpf v2 1/2] bpf: Extract shared reqsk-to-listener upgrade
` [PATCH bpf v2 2/2] bpf: Unconditionally take socket references in lookup helpers

[PATCH bpf-next v5 0/3] Improve stack depth verification stats output
 2026-08-04  9:48 UTC  (8+ messages)
` [PATCH bpf-next v5 1/3] bpf: Show more useful info in stack depth stats
` [PATCH bpf-next v5 2/3] selftests/bpf: Adjust veristat stack depth parsing
` [PATCH bpf-next v5 3/3] selftests/bpf: Test stack depth stats without BTF subprog names

[PATCH bpf v2 0/2] Fixes for bpf_get_fsverity_digest()
 2026-08-04  7:30 UTC  (5+ messages)
` [PATCH bpf v2 1/2] fsverity: Fix bpf_get_fsverity_digest() dynptr assumptions
` [PATCH bpf v2 2/2] fsverity: Fix silent truncation in bpf_get_fsverity_digest()

[PATCH] fsverity: Fix bpf_get_fsverity_digest() dynptr assumptions
 2026-08-04  7:30 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] Improve stack depth verification stats output
 2026-08-04  7:21 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] bpf: Show more useful info in stack depth stats

[PATCH net v3 0/2] fix skb length accounting after XDP frag adjustment
 2026-08-04  5:40 UTC  (3+ messages)
` [PATCH net v3 1/2] net: fix skb length accounting after generic "
` [PATCH net v3 2/2] veth: fix skb length accounting after "

[bpf-next 0/4] selftest related fixes
 2026-08-03 19:52 UTC  (11+ messages)
` [bpf-next 1/4] selftests/bpf: map_kptr: force BPF_STX for the scalar store to kptr
` [bpf-next 2/4] selftests/bpf: add --no-error-summary to skip end-of-run error log dump
` [bpf-next 3/4] selftests/bpf: report failed subtest count in test_progs summary
` [bpf-next 4/4] selftests/bpf: vmtest.sh: preserve command quoting when running in the VM

[PATCH 1/1] bpf: Check sk_fullsock() in bpf_tcp_*_syncookie
 2026-08-04  3:00 UTC  (2+ messages)

[PATCH net-next v13 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-08-04  2:40 UTC  (5+ messages)
` [PATCH net-next v13 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH net v2] selftests: net: reuseport_bpf_numa: consider cpuless numa node
 2026-08-04  1:42 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Fix mmap_lock leak in irq_work path
 2026-08-04  1:08 UTC  (4+ messages)

[PATCH net 0/6] xsk: harden TX metadata validation against races
 2026-08-03 23:50 UTC  (2+ messages)

[PATCH bpf v3 0/4] bpf: Fix refcount_acquire handling for borrowed kptrs
 2026-08-03 22:48 UTC  (9+ messages)
` [PATCH bpf v3 1/4] bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
` [PATCH bpf v3 2/4] selftests/bpf: Test refcount_acquire return nullability
` [PATCH bpf v3 3/4] bpf: Reject untrusted allocated-object pointers
` [PATCH bpf v3 4/4] selftests/bpf: Test "

[PATCH net-next] selftests: drv-net: enable devmem TCP in the test config
 2026-08-03 20:30 UTC  (3+ messages)

[PATCH v2] tracing: Make per-template BTF id lists file-local
 2026-08-03 20:10 UTC  (2+ messages)

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-08-03 19:48 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH bpf v4] bpf: Fix UAF when reading prog type in bpf_mprog_link
 2026-08-03 19:14 UTC  (3+ messages)

[PATCH 7.1.y] selftests/bpf: Add tests for sleepable tracepoint programs
 2026-08-03 18:57 UTC 

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-08-03 18:54 UTC  (4+ messages)
` [PATCH v5 3/4] perf/arm64: "

[PATCH net-next v3 00/15] gve: AdminQ mode related refactors
 2026-08-03 18:46 UTC  (16+ messages)
` [PATCH net-next v3 01/15] gve: don't pass in unused parameter to gve_adminq_free
` [PATCH net-next v3 02/15] gve: refactor initialization with helper functions
` [PATCH net-next v3 03/15] gve: add a few helper functions to set device properties
` [PATCH net-next v3 04/15] gve: add struct gve_device_info to hold "
` [PATCH net-next v3 05/15] gve: introduce control plane operations structure
` [PATCH net-next v3 06/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v3 07/15] gve: introduce gve_adminq_get_device_properties()
` [PATCH net-next v3 08/15] gve: refactor gve_init_priv for reset path
` [PATCH net-next v3 09/15] gve: simplify reset logic
` [PATCH net-next v3 10/15] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v3 11/15] gve: split up notify block allocation and setup paths
` [PATCH net-next v3 12/15] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v3 13/15] gve: setup and teardown management interrupts
` [PATCH net-next v3 14/15] gve: add ctrl ops to for queue operations
` [PATCH net-next v3 15/15] gve: add link status/speed ctrl ops

[PATCH net 0/2] net: atlantic: fix two ring teardown leaks
 2026-08-03 18:35 UTC  (7+ messages)
` [PATCH net 1/2] net: atlantic: free stranded TX buffers on ring deinit
` [PATCH net 2/2] net: atlantic: free RX pages of consumed but not refilled buffers

[PATCHv2 bpf-next 00/11] bpf: Disable preemption in stack map code
 2026-08-03 17:45 UTC  (7+ messages)
` [PATCHv2 bpf-next 09/11] bpf: Remove trace_in argument from __bpf_get_stack

[PATCH 0/9] binfmt_misc: bind interpreters to a bpf-backed entry
 2026-08-03 17:18 UTC  (4+ messages)
` [PATCH 1/9] binfmt_misc: let a register string create an entry disabled

[PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
 2026-08-03 15:30 UTC  (4+ messages)

[PATCH bpf] bpf: Fix sanitize_err() register selection for BPF_K
 2026-08-03 15:25 UTC  (3+ messages)

[PATCH v2 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-08-03 15:15 UTC  (13+ messages)
` [PATCH v2 1/6] rcu: Make call_rcu() safe to call "
` [PATCH v2 2/6] rcu: Make Tiny "
` [PATCH v2 3/6] srcu: Make call_srcu() "
` [PATCH v2 4/6] srcu: Make Tiny "
` [PATCH v2 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH v2 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer

[PATCH bpf-next v3 0/9] Add arena argument support to kfuncs and struct_ops
 2026-08-03 14:19 UTC  (16+ messages)
` [PATCH bpf-next v3 1/9] bpf: Support __arena and __arena_nullable kfunc argument suffixes
` [PATCH bpf-next v3 2/9] bpf: Support __arena and __arena_nullable on struct_ops arguments
` [PATCH bpf-next v3 3/9] bpf, x86: JIT __arena kfunc argument rebasing
` [PATCH bpf-next v3 4/9] bpf, x86: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v3 5/9] selftests/bpf: Add kfunc __arena and __arena_nullable argument tests
` [PATCH bpf-next v3 6/9] selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
` [PATCH bpf-next v3 7/9] selftests/bpf: Add struct_ops __arena and __arena_nullable argument tests
` [PATCH bpf-next v3 8/9] bpf, x86: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v3 9/9] selftests/bpf: Test stack-passed struct_ops arena arguments

[PATCH 0/3] binfmt_misc: bound the interpreters an entry can pre-open
 2026-08-03 14:06 UTC  (6+ messages)
` [PATCH 1/3] binfmt_misc: correctly account pre-opened interpreters
` [PATCH 2/3] selftests/exec: test the pre-opened interpreter limit
` [PATCH 3/3] binfmt_misc: document "

[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-08-03 13:59 UTC  (2+ messages)

[PATCH bpf-next v3 0/9] Fixes for bpf_jit_free
 2026-08-03 13:05 UTC  (2+ messages)

[PATCH bpf-next] bpf: Remove unused BTF_FMODEL_STRUCT_ARG
 2026-08-03 13:00 UTC  (3+ messages)

[PATCH dwarves] btf_encoder: Infer arena kfunc arguments from suffixes
 2026-08-03 12:55 UTC 

[PATCH bpf-next 0/3] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-03 11:42 UTC  (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH v2 0/6] s390: Add kCFI support
 2026-08-03 11:31 UTC  (2+ messages)

[PATCH net v2 0/2] Fix skb length accounting after XDP frag adjustment
 2026-08-03 10:14 UTC  (6+ messages)
` [PATCH net v2 2/2] veth: fix "


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