bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-31 20:58:42 to 2026-09-01 17:55:52 UTC [more...]

[PATCH v2 bpf-next 00/18] Support inline functions in BTF
 2026-09-01 17:55 UTC  (40+ messages)
` [PATCH v2 bpf-next 01/18] btf: Extend UAPI to support BTF location (inline site) info
` [PATCH v2 bpf-next 02/18] libbpf: Add support for BTF kinds LOC[_PARAM|_PROTO|SEC]
` [PATCH v2 bpf-next 03/18] libbpf: Support moving permuted BTF types into split BTF
` [PATCH v2 bpf-next 04/18] selftests/bpf: Test helper support for BTF_KIND_LOC[_PARAM|_PROTO|SEC]
` [PATCH v2 bpf-next 05/18] selftests/bpf: Add LOC_PARAM, LOC_PROTO, LOCSEC to field iter tests
` [PATCH v2 bpf-next 06/18] selftests/bpf: Add LOC_PARAM, LOC_PROTO, LOCSEC to dedup split tests
` [PATCH v2 bpf-next 07/18] selftests/bpf: BTF distill tests to ensure LOC[_PARAM|_PROTO] add to split BTF
` [PATCH v2 bpf-next 08/18] selftests/bpf: Validate that btf__permute transfer works
` [PATCH v2 bpf-next 09/18] bpftool: Handle multi-split BTF by supporting multiple base BTFs
` [PATCH v2 bpf-next 10/18] bpftool: Document support for multi-split BTF
` [PATCH v2 bpf-next 11/18] bpftool: Add ability to dump LOC_PARAM, LOC_PROTO and LOCSEC
` [PATCH v2 bpf-next 12/18] resolve_btfids: Extract inline BTF
` [PATCH v2 bpf-next 13/18] kbuild: Add support for BTF inline information
` [PATCH v2 bpf-next 14/18] btf: Make vmlinux, module inline info available in /sys/kernel/btf
` [PATCH v2 bpf-next 15/18] btf: Support CONFIG_DEBUG_INFO_BTF_INLINE=m
` [PATCH v2 bpf-next 16/18] btf: Relocate inline BTF for modules with distilled base BTF
` [PATCH v2 bpf-next 17/18] selftests/bpf: Test BTF sysfs inline representations
` [PATCH v2 bpf-next 18/18] selftests/bpf: Add a test verifying inline information

[PATCH bpf-next v3 1/2] bpf: Allow terminal gotox instructions
 2026-09-01 17:55 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test "

[BUG] bpf: x86 timed may_goto corrupts private-stack JIT state
 2026-09-01 17:42 UTC  (5+ messages)

[PATCH net] net/ipv6: don't route packets with unknown source address
 2026-09-01 17:32 UTC  (2+ messages)

[PATCH 1/4] bpf: Cancel special fields in resizable hashtab on recycle
 2026-09-01 17:10 UTC  (14+ messages)
` [PATCH bpf-next v3 0/4] "
  ` [PATCH bpf-next v3 1/4] "
  ` [PATCH bpf-next v3 2/4] bpf: Fix use-after-free of program BTF in mem-alloc destructor
  ` [PATCH bpf-next v3 3/4] selftests/bpf: Test rhtab kptr recycle from NMI context
  ` [PATCH bpf-next v3 4/4] selftests/bpf: Test rhtab special-field combinations

[PATCHv5 net-next] tcp: Add TCP ROCCET congestion control module
 2026-09-01 17:04 UTC  (2+ messages)

[PATCH net-next v9 0/2] Explicit TSO segment count
 2026-09-01 16:52 UTC  (3+ messages)
` [PATCH net-next v9 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls

[PATCH] selftests/bpf: Fix map_lookup_percpu_elem on sparse CPU IDs
 2026-09-01 16:42 UTC  (4+ messages)

[PATCH bpf-next] bpftool: Print average cycles per program run in profiler
 2026-09-01 16:28 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] bpf: allow terminal gotox instructions
 2026-09-01 16:21 UTC  (7+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test "

[PATCH bpf v3] bpf: Fix UAF due to concurrent consumption of ttrace lists in alloc_bulk
 2026-09-01 15:55 UTC  (2+ messages)

[PATCH v2 0/6] Fix locking issues in rc core
 2026-09-01 14:24 UTC  (2+ messages)
` [PATCH v2 5/6] media: rc: Fix race between bpf(BPG_PROG_ATTACH) and device unregister

[PATCH v2 0/3] HID: bpf: fix 7.3-rc0 bpf breakage
 2026-09-01 14:22 UTC  (2+ messages)

[PATCH v2 0/2] sched_ext: document and enforce vtime ordering constraints
 2026-09-01 14:19 UTC  (4+ messages)
` [PATCH v2 1/2] sched_ext: document the rolling-cursor requirement for dsq_vtime
` [PATCH v2 2/2] sched_ext/scx_flatcg: make cgv_node_less() wraparound-safe

[PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
 2026-09-01 14:05 UTC  (2+ messages)

[PATCH v6 0/3] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-09-01 13:45 UTC  (2+ messages)

[PATCH bpf-next] bpf, riscv: Register extable entries at probe insn call sites
 2026-09-01 13:31 UTC  (3+ messages)

[PATCH bpf] bpf, riscv: Make arena support depend on ZACAS
 2026-09-01 13:26 UTC  (2+ messages)

[PATCH bpf-next 0/7] Add new way to add BPF LSM hooks
 2026-09-01 13:36 UTC  (10+ messages)
` [PATCH bpf-next 1/7] bpf: Allow BPF LSM programs to attach to more hooks
` [PATCH bpf-next 3/7] net, bpf: Add bpf hooks for ethtool control path
` [PATCH bpf-next 5/7] selftests/bpf: Add netdevsim helper library

[PATCH v10 net-next 0/2] octeontx2-pf: mqprio bandwidth offload for NIX TX schedulers
 2026-09-01 13:11 UTC  (3+ messages)
` [PATCH v10 net-next 2/2] octeontx2-pf: add "

[PATCH] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-09-01 13:00 UTC  (3+ messages)

[PATCH v2] sched_ext: don't deliver duplicate ops.cgroup_set_idle() for same value
 2026-09-01 12:56 UTC  (2+ messages)

[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-09-01 12:53 UTC  (4+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "

[PATCH] sched_ext: don't deliver duplicate ops.cgroup_set_idle() for same value
 2026-09-01 12:35 UTC  (4+ messages)

[PATCH bpf] bpf: Hash lock addresses in rqspinlock violation reports
 2026-09-01 11:47 UTC 

[PATCH bpf-next] exec: Drop bprm loader before closing bprm->file
 2026-09-01 11:40 UTC 

[PATCH bpf v4 0/5] bpf: Fix NULL-ptr-derefs when showing a void BTF type
 2026-09-01 10:47 UTC  (6+ messages)
` [PATCH bpf v4 1/5] bpf: Reject key-less BTF for hash maps
` [PATCH bpf v4 2/5] bpf: Fix NULL-ptr-deref when showing a void BTF type
` [PATCH bpf v4 3/5] bpf: Fix NULL-ptr-deref in btf_var_show()
` [PATCH bpf v4 4/5] selftests/bpf: Add test for key-less BTF hash map
` [PATCH bpf v4 5/5] selftests/bpf: Add test for showing a void BTF type

[PATCH bpf-next v3 0/4] libbpf: Move section-defined program flags to prog_flags
 2026-09-01  9:54 UTC  (8+ messages)
` [PATCH bpf-next v3 1/4] bpftool: Set BPF_F_XDP_DEV_BOUND_ONLY flag non-destructively
` [PATCH bpf-next v3 2/4] selftests/bpf: Set BPF program flags non-destructively
` [PATCH bpf-next v3 3/4] libbpf: Move section-defined program flags to prog_flags
` [PATCH bpf-next v3 4/4] selftests/bpf: Check for flag presence in bpf_program__flags()

[PATCH 0/2] sched_ext: fix wraparound-unsafe vtime orderings
 2026-09-01  9:44 UTC  (9+ messages)
` [PATCH 1/2] sched_ext: fix vtime priority queue inversion on wide vtime spread
` [PATCH 2/2] sched_ext/scx_flatcg: make cgv_node_less() wraparound-safe

[PATCH bpf-next v3 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-01  8:56 UTC  (6+ messages)
` [PATCH bpf-next v3 3/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v3 6/7] bpf: Mark linux_binprm->mm as trusted-or-null

[PATCH net v2] xsk: set network header on skb at generic transmit
 2026-09-01  8:33 UTC 

[PATCH bpf-next v2 1/4] libbpf: Move section-defined program flags to prog_flags
 2026-09-01  8:30 UTC  (8+ messages)
` [PATCH bpf-next v2 2/4] bpf: selftests: Check for flag presence in bpf_program__flags()

[PATCH bpf-next v2 4/4] selftests/bpf: Set BPF program flags non-destructively
 2026-09-01  8:11 UTC  (3+ messages)

[PATCH bpf-next 2/3] bpf, x86: Introduce JIT emission context
 2026-09-01  8:11 UTC  (3+ messages)

[PATCH net] xsk: set network header on skb at generic transmit
 2026-09-01  7:51 UTC  (3+ messages)

[PATCH bpf-next v6 0/2] libbpf: Improve BPF load performance by selectively loading module BTFs
 2026-09-01  7:33 UTC  (7+ messages)
` [PATCH bpf-next v6 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts

[PATCH bpf-next v4 0/3] bpf, arena: fix range_tree consistency on allocation failure
 2026-09-01  7:01 UTC  (4+ messages)
` [PATCH bpf-next v4 2/3] bpf, arena: fix range_tree_set inconsistency on kmalloc_nolock failure
    `  "

[PATCH v6.12] bpf: fix the return value of push_stack
 2026-09-01  6:23 UTC 

[PATCH v6.18] bpf: fix the return value of push_stack
 2026-09-01  6:23 UTC 

[PATCH bpf 1/2] bpf: backtracking shouldn't clear outer frame R1-R5 for callbacks
 2026-09-01  6:20 UTC  (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: test case for unsafe pruning of bpf_loop checkpoints

[PATCH v15 00/16] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-09-01  4:53 UTC  (24+ messages)
` [PATCH v15 01/16] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v15 02/16] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v15 03/16] arm64/delay: move, fixup usecs_to_cycles()
` [PATCH v15 04/16] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v15 06/16] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v15 07/16] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v15 12/16] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
` [PATCH v15 13/16] arm64/delay: enable testing smp_cond_load_relaxed_timeout()

[PATCH bpf] bpf: Hash lock addresses in rqspinlock violation reports
 2026-09-01  4:21 UTC 

[PATCH bpf-next v6 2/2] selftests/bpf: add tests for selective module BTF loading
 2026-09-01  3:56 UTC  (3+ messages)

[PATCH bpf-next v5 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-01  2:59 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH bpf-next v5 1/2] bpf: Validate program attach type during link update
 2026-09-01  2:50 UTC  (3+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Cover attach type checks in "

[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-01  2:33 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v6 2/2] selftests/bpf: Add memcg async reclaim test

[PATCH bpf] bpf: Fix program BTF use-after-free in sleepable programs
 2026-09-01  2:14 UTC  (2+ messages)

[PATCH bpf-next v4] xsk: Fix circular locking dependency between &net->xdp.lock, &xs->mutex, and netdev_lock_ops
 2026-09-01  0:51 UTC  (2+ messages)

[PATCH v3 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-09-01  0:46 UTC  (3+ messages)

[PATCH net v2] page_pool: keep frag_offset aligned for odd-sized requests
 2026-09-01  0:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: crypto: Use AES-CBC and AES-ECB libraries
 2026-08-31 22:43 UTC  (6+ messages)

[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
 2026-08-31 22:16 UTC  (2+ messages)

[PATCH v3 0/2] sched_ext: pass the initial cpu.idle state in scx_cgroup_init_args
 2026-08-31 21:59 UTC  (2+ messages)

[PATCH v15 10/16] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
 2026-08-31 21:31 UTC  (2+ messages)

[PATCH v15 14/16] barrier: add tests for smp_cond_load_*_timeout()
 2026-08-31 21:17 UTC  (2+ messages)

[PATCH v15 15/16] barrier: timeout validity checks for smp_cond_load_relaxed_timeout()
 2026-08-31 21:16 UTC  (2+ messages)

[PATCH v15 09/16] bpf/rqspinlock: switch check_timeout() to a clock interface
 2026-08-31 21:16 UTC  (2+ messages)

[PATCH bpf v3 0/5] bpf: Fix NULL-ptr-derefs when showing a void BTF type
 2026-08-31 21:12 UTC  (9+ messages)
` [PATCH bpf v3 1/5] bpf: Reject key-less BTF for hash maps
` [PATCH bpf v3 2/5] bpf: Fix NULL-ptr-deref when showing a void BTF type
` [PATCH bpf v3 3/5] bpf: Fix NULL-ptr-deref in btf_var_show()
` [PATCH bpf v3 4/5] selftests/bpf: Add test for key-less BTF hash map

[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
 2026-08-31 21:07 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).