bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-01 01:47:10 to 2025-11-04 08:35:45 UTC [more...]

[PATCHv2 0/4] x86/fgraph,bpf: Fix ORC stack unwind from return probe
 2025-11-04  8:35 UTC  (8+ messages)
` [PATCHv2 1/4] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
` [PATCHv2 2/4] x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe
` [PATCHv2 3/4] selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multi
` [PATCHv2 4/4] selftests/bpf: Add stacktrace ips test for raw_tp

bpf: test_run: Missing skb destination initialization leads to NULL pointer dereference
 2025-11-04  8:24 UTC 

[PATCH v2 00/23] mm: BPF OOM
 2025-11-04  8:18 UTC  (13+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc

[PATCH 02/19] srcu: Create an srcu_expedite_current() function
 2025-11-04  7:00 UTC  (22+ messages)
` [PATCH 03/19] rcutorture: Test srcu_expedite_current()
` [PATCH 04/19] srcu: Create a DEFINE_SRCU_FAST()
` [PATCH 05/19] srcu: Make grace-period determination use ssp->srcu_reader_flavor
` [PATCH 06/19] rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
` [PATCH 07/19] srcu: Require special srcu_struct define/init for SRCU-fast readers
` [PATCH 08/19] srcu: Make SRCU-fast readers enforce use of SRCU-fast definition/init
` [PATCH 09/19] doc: Update for SRCU-fast definitions and initialization
` [PATCH 10/19] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH 13/19] srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macro
` [PATCH 15/19] srcu: Create an SRCU-fast-updown API
` [PATCH 16/19] rcutorture: Test SRCU-fast separately from SRCU-fast-updown
` [PATCH 17/19] srcu: Optimize SRCU-fast-updown for arm64

[PATCH] LoongArch: BPF: Fix sign extension for 12-bit immediates
 2025-11-04  6:53 UTC  (2+ messages)

[PATCH v10 bpf-next 00/11] BPF indirect jumps
 2025-11-04  5:26 UTC  (26+ messages)
` [PATCH v10 bpf-next 01/11] bpf, x86: add new map type: instructions array
` [PATCH v10 bpf-next 02/11] selftests/bpf: add selftests for new insn_array map
` [PATCH v10 bpf-next 03/11] bpf: support instructions arrays with constants blinding
` [PATCH v10 bpf-next 04/11] selftests/bpf: test instructions arrays with blinding
` [PATCH v10 bpf-next 05/11] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v10 bpf-next 06/11] bpf, x86: add support for indirect jumps
` [PATCH v10 bpf-next 07/11] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v10 bpf-next 08/11] libbpf: support llvm-generated indirect jumps
` [PATCH v10 bpf-next 09/11] bpftool: Recognize insn_array map type
` [PATCH v10 bpf-next 10/11] selftests/bpf: add new verifier_gotox test
` [PATCH v10 bpf-next 11/11] selftests/bpf: add C-level selftests for indirect jumps

[PATCH bpf-next v4 0/2] bpf: Skip bounds adjustment for conditional jumps on same scalar register
 2025-11-04  2:00 UTC  (7+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test "

[PATCH RFC 0/5] bpf: avoid locks in bpf_timer and bpf_wq
 2025-11-04  1:58 UTC  (3+ messages)
` [PATCH RFC v1 1/5] bpf: refactor bpf_async_cb callback update

[PATCH v2 00/50] tree-in-dcache stuff
 2025-11-04  1:43 UTC  (3+ messages)
` [PATCH v2 18/50] convert pstore

[PATCH net] octeontx2-pf: Fix devm_kcalloc() error checking
 2025-11-04  1:40 UTC  (2+ messages)

[PATCH v4 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-11-04  1:40 UTC  (5+ messages)

[PATCH net-next v5 0/8] net: Introduce struct sockaddr_unsized
 2025-11-04  0:26 UTC  (9+ messages)
` [PATCH net-next v5 1/8] net: Add struct sockaddr_unsized for sockaddr of unknown length
` [PATCH net-next v5 2/8] net: Convert proto_ops bind() callbacks to use sockaddr_unsized
` [PATCH net-next v5 3/8] net: Convert proto_ops connect() "
` [PATCH net-next v5 4/8] net: Remove struct sockaddr from net.h
` [PATCH net-next v5 5/8] net: Convert proto callbacks from sockaddr to sockaddr_unsized
` [PATCH net-next v5 6/8] bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistently
` [PATCH net-next v5 7/8] bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsized
` [PATCH net-next v5 8/8] net: Convert struct sockaddr to fixed-size "sa_data[14]"

Requests to git.kernel.org return 502
 2025-11-03 23:57 UTC  (2+ messages)

[PATCH RFC net-next 0/2] xsk: fix immature cq descriptor production (II)
 2025-11-03 23:29 UTC  (6+ messages)
` [PATCH RFC net-next 2/2] xsk: introduce a cached cq to temporarily store descriptor addrs

[PATCH net-next v2 0/2] xsk: minor optimizations around locks
 2025-11-03 23:26 UTC  (6+ messages)
` [PATCH net-next v2 1/2] xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lock
` [PATCH net-next v2 2/2] xsk: use a smaller new lock for shared pool case

[PATCH bpf v1] bpf: add _impl suffix for kfuncs with implicit args
 2025-11-03 23:23 UTC 

[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-11-03 21:41 UTC  (12+ messages)
` [RESEND PATCH v7 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()

[PATCH bpf-next 0/3] selftests/bpf: small improvements on tc_tunnel
 2025-11-03 21:33 UTC  (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel

[RFC ixgbe 0/2] ixgbe: Implement support for ndo_xdp_xmit in skb mode and fix CPU to ring assignment
 2025-11-03 18:54 UTC  (5+ messages)
` [RFC ixgbe 1/2] ixgbe: Implement support for ndo_xdp_xmit in skb mode

bpf: missing transport_header validation in bpf_prog_test_run_skb triggers WARNING
 2025-11-03 18:50 UTC  (2+ messages)

[PATCH RFC v1 4/5] bpf: add refcnt into struct bpf_async_cb
 2025-11-03 18:14 UTC  (3+ messages)

[PATCH AUTOSEL 6.17] sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()
 2025-11-03 18:02 UTC  (2+ messages)
` [PATCH AUTOSEL 6.17] sched_ext: defer queue_balance_callback() until after ops.dispatch

[PATCH] perf record: skip synthesize event when open evsel failed
 2025-11-03 17:53 UTC  (2+ messages)

[PATCH bpf] bpf: tail calls do not modify packet data
 2025-11-03 17:34 UTC  (4+ messages)

[PATCH bpf-next v4 0/4] bpf: Free special fields when update hash and local storage maps
 2025-11-03 17:24 UTC  (5+ messages)
` [PATCH bpf-next v4 3/4] bpf: Free special fields when update local storage maps with BPF_F_LOCK

[PATCH net v3 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-11-03 15:53 UTC  (14+ messages)
` [PATCH net v3 1/3] net,mptcp: fix proto fallback detection with BPF sockmap
` [PATCH net v3 2/3] bpf,sockmap: disallow MPTCP sockets from sockmap

[PATCH net v2 0/1] i40e: xsk: advance next_to_clean on status descriptors
 2025-11-03 15:14 UTC  (5+ messages)
` [PATCH net v2 1/1] "

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-03 14:50 UTC  (7+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed
` [RFC mm v5 2/2] mm: introduce a new page type for page pool in page type

[PATCH v3 0/2] Print map ID on successful creation
 2025-11-03 14:31 UTC  (4+ messages)
` [PATCH v3 1/2] bpftool: Print map ID upon creation and support JSON output
` [PATCH v3 2/2] selftests/bpf: Add test for bpftool map ID printing

Sanitizer flags an eBPF bug
 2025-11-03 14:02 UTC 

unregister_netdevice: waiting for lo to become free. Usage count = 6659
 2025-11-03 13:39 UTC 

[PATCH bpf] bpf: Check size of the signature buffer
 2025-11-03 12:36 UTC  (2+ messages)

[PATCH v5 bpf 0/2] xdp: fix page_pool leaks
 2025-11-03 12:16 UTC  (10+ messages)
` [PATCH v5 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()

[PATCH v4] libbpf: update the comment to remove the reference to the deprecated interface bpf_program__load()
 2025-11-03 12:07 UTC 

[PATCH v2] libbpf: Complete the missing @param and @return tags in btf.h
 2025-11-03 11:58 UTC 

[PATCH bpf-next v3 0/7] bpf: tracing session supporting
 2025-11-03 11:24 UTC  (7+ messages)
` [PATCH bpf-next v3 4/7] bpf,x86: add tracing session supporting for x86_64

[PATCH v4 00/72] nstree: listns()
 2025-11-03 11:21 UTC  (4+ messages)
` [PATCH v4 18/72] nstree: add unified namespace list

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-03 10:50 UTC  (8+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map

[PATCH bpf-next 2/4] selftests/bpf: integrate test_tc_edt into test_progs
 2025-11-03  9:39 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] net/smc: Introduce smc_hs_ctrl
 2025-11-03  9:18 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] bpf: export necessary symbols for modules with struct_ops
` [PATCH bpf-next v4 2/3] net/smc: bpf: Introduce generic hook for handshake flow
` [PATCH bpf-next v4 3/3] bpf/selftests: add selftest for bpf_smc_hs_ctrl

[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-11-03  8:41 UTC  (7+ messages)
` [PATCH net V2 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH 1/8] refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
 2025-11-02 22:49 UTC  (2+ messages)
` [PATCH 8/8] refscale: Add SRCU-fast-updown readers

[PATCH 1/9] rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
 2025-11-02 23:06 UTC  (9+ messages)
` [PATCH 2/9] context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
` [PATCH 3/9] rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
` [PATCH 4/9] rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
` [PATCH 5/9] rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
` [PATCH 6/9] rcu: Update Requirements.rst for RCU Tasks Trace
` [PATCH 7/9] checkpatch: Deprecate rcu_read_{,un}lock_trace()
` [PATCH 8/9] srcu: Create an rcu_tasks_trace_expedite_current() function
` [PATCH 9/9] rcutorture: Test rcu_tasks_trace_expedite_current()

[PATCH bpf-next v3 0/2] bpf: Skip bounds adjustment for conditional jumps on same scalar register
 2025-11-03  6:23 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-11-03  4:39 UTC  (12+ messages)

[PATCH v8 bpf-next 00/11] BPF indirect jumps
 2025-11-03  4:15 UTC  (4+ messages)
` [PATCH v8 bpf-next 08/11] libbpf: support llvm-generated "

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-11-03  3:44 UTC  (7+ messages)
` [PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths

[RFC PATCH v3 0/3] Significantly Improve BTF Type Lookup Performance
 2025-11-03  1:20 UTC  (6+ messages)
` [RFC PATCH v3 3/3] btf: Reuse libbpf code for BTF type sorting verification and binary search

[PATCH net-next 0/6] Convert mlx5e and IPoIB to ndo_hwtstamp_get/set
 2025-11-02 12:14 UTC  (4+ messages)
` [PATCH net-next 6/6] net/mlx5e: Convert to new hwtstamp_get/set interface

[PATCH v2 0/2] Print map ID on successful creation
 2025-11-01 19:20 UTC  (8+ messages)
` [PATCH v2 1/2] bpftool: Print map ID upon creation and support JSON output
` [PATCH v2 2/2] selftests/bpf: Add test for bpftool map ID printing

[PATCH v9 bpf-next 00/11] BPF indirect jumps
 2025-11-01 17:27 UTC  (16+ messages)
` [PATCH v9 bpf-next 01/11] bpf, x86: add new map type: instructions array
` [PATCH v9 bpf-next 02/11] selftests/bpf: add selftests for new insn_array map
` [PATCH v9 bpf-next 03/11] bpf: support instructions arrays with constants blinding
` [PATCH v9 bpf-next 04/11] selftests/bpf: test instructions arrays with blinding
` [PATCH v9 bpf-next 05/11] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v9 bpf-next 06/11] bpf, x86: add support for indirect jumps
` [PATCH v9 bpf-next 07/11] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v9 bpf-next 08/11] libbpf: support llvm-generated indirect jumps
` [PATCH v9 bpf-next 09/11] bpftool: Recognize insn_array map type
` [PATCH v9 bpf-next 10/11] selftests/bpf: add new verifier_gotox test
` [PATCH v9 bpf-next 11/11] selftests/bpf: add C-level selftests for indirect jumps

[PATCH] bpftool: Add 'head' option for tcx attach to insert at chain start
 2025-11-01 16:21 UTC 

[net-next PATCH v4 0/7] net: Introduce struct sockaddr_unsized
 2025-11-01  5:11 UTC  (4+ messages)
` [net-next PATCH v4 1/7] net: Convert proto_ops bind() callbacks to use sockaddr_unsized

[PATCH 0/5] libbpf: add Doxygen docs for public LIBBPF_API APIs
 2025-11-01  3:28 UTC  (3+ messages)

[GIT PULL] BPF fixes for 6.18-rc4
 2025-11-01  2:40 UTC  (4+ 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).