bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-01 03:15:29 to 2026-09-02 07:06:37 UTC [more...]

[RFC PATCH bpf-next 0/6] bpf: Add UHMUL and SHMUL instructions
 2026-09-02  7:05 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/6] "
` [RFC PATCH bpf-next 2/6] bpf, x86: JIT UHMUL and SHMUL on x86-64
` [RFC PATCH bpf-next 4/6] bpf: Refactor ALU instruction variant validation

[PATCH bpf-next 0/5] bpf: Fix arena memory incoherence
 2026-09-02  7:02 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: Update is_range_tree_set to work for consecutive ranges
` [PATCH bpf-next 2/5] bpf: Track availability information for ranges in range tree
` [PATCH bpf-next 3/5] bpf: Fix arena race between page free and alloc leading to incoherency
` [PATCH bpf-next 4/5] bpf: Atomically update PTE and range tree in arena VM fault handler
` [PATCH bpf-next 5/5] selftests/bpf: Add arena allocation race tests

[PATCH mptcp-next 0/2] selftests: mptcp: convert iptables to nftables
 2026-09-02  7:02 UTC  (4+ messages)
` [PATCH mptcp-next 1/2] selftests: mptcp: convert iptables to nftables for mptcp_sockopt.sh
` [PATCH mptcp-next 2/2] selftests: mptcp: convert iptables to nftables for mptcp_join.sh

[PATCH bpf v2] bpf, riscv: Make arena support depend on ZACAS
 2026-09-02  7:00 UTC  (2+ messages)

[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-02  6:57 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH bpf] selftests/bpf: Add tests to assert that netfilter progs cannot write to skb
 2026-09-02  6:52 UTC 

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-09-02  6:52 UTC  (3+ messages)

[PATCH net] net/ipv6: don't route packets with unknown source address
 2026-09-02  6:43 UTC  (3+ messages)
` [syzbot ci] "

[PATCH v3 0/2] sched_ext: document and enforce vtime ordering constraints
 2026-09-02  6:42 UTC  (5+ messages)
` [PATCH v3 1/2] sched_ext: document the rolling-cursor requirement for dsq_vtime
` [PATCH v3 2/2] sched_ext/scx_flatcg: make cgv_node_less() wraparound-safe

[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
 2026-09-02  5:57 UTC  (6+ messages)

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

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

[PATCH bpf v1 RESEND] bpf: Fix timer_lockup deadlock using atomic_fetch_inc()
 2026-09-02  2:42 UTC  (4+ messages)

[PATCH net-next, v3] net/mlx5: Use dma_wmb() for completion queue doorbell updates
 2026-09-02  2:52 UTC  (2+ messages)

[PATCH bpf-next] bpf, riscv: Register extable entries at probe insn call sites
 2026-09-02  2:26 UTC  (4+ messages)

[PATCH v11 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-02  1:55 UTC 

[PATCH v10 net-next 0/2] octeontx2-pf: mqprio bandwidth offload for NIX TX schedulers
 2026-09-02  1:39 UTC  (4+ messages)
` [PATCH v10 net-next 2/2] octeontx2-pf: add "

[PATCH v2 0/2] sched_ext: document and enforce vtime ordering constraints
 2026-09-02  1:21 UTC  (7+ 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 bpf-next 0/7] Add new way to add BPF LSM hooks
 2026-09-02  0:49 UTC  (12+ 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 bpf-next] bpftool: Print average cycles per program run in profiler
 2026-09-02  0:07 UTC  (5+ messages)

[PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2026-09-01 (i40e)
 2026-09-01 21:17 UTC  (5+ messages)
` [PATCH net-next 1/4] i40e: prepare for XDP metadata ops support
` [PATCH net-next 2/4] i40e: add support for bpf_xdp_metadata_rx_hash()
` [PATCH net-next 3/4] i40e: add support for bpf_xdp_metadata_rx_vlan_tag()
` [PATCH net-next 4/4] i40e: Avoid repeating RX filter warning

[PATCH bpf] bpf: Fix non-linear SRH access in bpf_update_srh_state()
 2026-09-01 18:55 UTC  (2+ messages)

[PATCH bpf-next v8 1/8] bpf: mark instructions accessing program stack
 2026-09-01 18:35 UTC  (3+ messages)

[PATCH v2 bpf-next 00/18] Support inline functions in BTF
 2026-09-01 18:14 UTC  (42+ 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 v8 4/8] bpf, x86: emit KASAN checks in x86 JITed programs
 2026-09-01 17:58 UTC  (3+ messages)

[PATCH bpf-next v3 1/2] bpf: Allow terminal gotox instructions
 2026-09-01 17:55 UTC  (4+ 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 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 v2 2/2] selftests/bpf: Test terminal gotox instructions
 2026-09-01 16:21 UTC  (4+ messages)

[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 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 v2 1/2] bpf: allow terminal gotox instructions
 2026-09-01 13:51 UTC  (3+ messages)

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

[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  (5+ messages)
` [PATCH 1/2] sched_ext: fix vtime priority queue inversion on wide vtime spread

[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  (3+ messages)

[PATCH v15 00/16] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-09-01  4:53 UTC  (10+ messages)
` [PATCH v15 02/16] arm64: barrier: Support smp_cond_load_relaxed_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 2/2] sched_ext/scx_flatcg: make cgv_node_less() wraparound-safe
 2026-09-01  3:54 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;
as well as URLs for NNTP newsgroup(s).