public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-16 04:19:08 to 2025-10-18 04:04:45 UTC [more...]

[PATCH bpf-next v3 0/3] bpf: Add overwrite mode for BPF ring buffer
 2025-10-18  3:57 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add overwrite mode test "
` [PATCH bpf-next v3 3/3] selftests/bpf/benchs: Add overwrite mode benchmark "

[PATCH v2 bpf 0/2] xdp: fix page_pool leaks
 2025-10-17 20:08 UTC  (9+ messages)
` [PATCH v2 bpf 1/2] xdp: update xdp_rxq_info's mem type in XDP generic hook
` [PATCH v2 bpf 2/2] veth: update mem type in xdp_buff

pull-request: bpf-next 2025-10-16
 2025-10-18  1:00 UTC  (2+ messages)

[PATCH bpf-next 0/5] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-18  0:18 UTC  (9+ messages)
` [PATCH bpf-next 1/5] testing/selftests: rename tc_helpers.h to tcx_helpers.h
` [PATCH bpf-next 2/5] selftests/bpf: add tc helpers
` [PATCH bpf-next 3/5] selftests/bpf: make test_tc_tunnel.bpf.c compatible with big endian platforms
` [PATCH bpf-next 4/5] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs
` [PATCH bpf-next 5/5] selftests/bpf: remove test_tc_tunnel.sh

[syzbot] [bpf?] INFO: rcu detected stall in watchdog
 2025-10-17 22:57 UTC 

[PATCH bpf-next v3 0/4] Support associating BPF programs with struct_ops
 2025-10-17 22:11 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH bpf-next v3 2/4] bpf: Support associating BPF program with struct_ops
` [PATCH bpf-next v3 3/4] libbpf: Add support for "
` [PATCH bpf-next v3 4/4] selftests/bpf: Test BPF_PROG_ASSOC_STRUCT_OPS command

[PATCH bpf-next] selftests/bpf: fix list_del() in arena list
 2025-10-17 21:11 UTC  (9+ messages)

[PATCHSET v9 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-10-17 19:06 UTC  (21+ messages)
` [PATCH 01/14] sched/debug: Fix updating of ppos on server write ops
` [PATCH 02/14] sched/debug: Stop and start server based on if it was active
` [PATCH 03/14] sched/deadline: Clear the defer params
` [PATCH 04/14] sched/deadline: Return EBUSY if dl_bw_cpus is zero
` [PATCH 05/14] sched: Add a server arg to dl_server_update_idle_time()
` [PATCH 06/14] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 07/14] sched/debug: Add support to change sched_ext server params
` [PATCH 08/14] sched/deadline: Add support to remove DL server's bandwidth contribution
` [PATCH 09/14] sched/deadline: Account ext server bandwidth
` [PATCH 10/14] sched/deadline: Allow to initialize DL server when needed
` [PATCH 11/14] sched/deadline: Fix DL server crash in inactive_timer callback
` [PATCH 12/14] sched_ext: Selectively enable ext and fair DL servers
` [PATCH 13/14] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH 14/14] selftests/sched_ext: Add test for DL server total_bw consistency

[GIT PULL] BPF fixes for 6.18-rc2
 2025-10-17 19:03 UTC 

[PATCH bpf-next v3] bpf: test_run: Fix sleep-in-atomic BUG in timer path with RT kernel
 2025-10-17 18:40 UTC  (2+ messages)

[PATCH bpf v2] selftests/bpf: Fix redefinition of 'off' as different kind of symbol
 2025-10-17 18:40 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] BPF signature hash chains
 2025-10-17 18:39 UTC  (20+ messages)

[PATCH bpf-next v5 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-17 18:27 UTC  (17+ messages)
` [PATCH bpf-next v5 01/15] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v5 02/15] selftests/bpf: test_xsk: Initialize bitmap before use
` [PATCH bpf-next v5 03/15] selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value
` [PATCH bpf-next v5 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()
` [PATCH bpf-next v5 05/15] selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()
` [PATCH bpf-next v5 06/15] selftests/bpf: test_xsk: Wrap test clean-up in functions
` [PATCH bpf-next v5 07/15] selftests/bpf: test_xsk: Release resources when swap fails
` [PATCH bpf-next v5 08/15] selftests/bpf: test_xsk: Add return value to init_iface()
` [PATCH bpf-next v5 09/15] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
` [PATCH bpf-next v5 10/15] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
` [PATCH bpf-next v5 11/15] selftests/bpf: test_xsk: Don't exit immediately when workers fail
` [PATCH bpf-next v5 12/15] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
` [PATCH bpf-next v5 13/15] selftests/bpf: test_xsk: Don't exit immediately on allocation failures
` [PATCH bpf-next v5 14/15] selftests/bpf: test_xsk: Isolate flaky tests
` [PATCH bpf-next v5 15/15] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework

[PATCH bpf v1] selftests/bpf: Fix set but not used errors
 2025-10-17 17:43 UTC  (4+ messages)

[PATCH v2 bpf-next 0/4] Support associating BPF programs with struct_ops
 2025-10-17 17:05 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH v2 bpf-next 2/4] bpf: Support associating BPF program with struct_ops
` [PATCH v2 bpf-next 3/4] libbpf: Add bpf_prog_assoc_struct_ops() API
` [PATCH v2 bpf-next 4/4] selftests/bpf: Test BPF_PROG_ASSOC_STRUCT_OPS command

[RFC PATCH v2 00/11] bpf: Introduce file dynptr
 2025-10-17 16:50 UTC  (18+ messages)
` [RFC PATCH v2 04/11] lib/freader: support reading more than 2 folios
` [RFC PATCH v2 07/11] bpf: add plumbing for file-backed dynptr
` [RFC PATCH v2 08/11] bpf: add kfuncs and helpers support for file dynptrs
` [RFC PATCH v2 11/11] selftests/bpf: add file dynptr tests

[selftests/bpf QUESTION] What is the proper way to fix the build error
 2025-10-17 16:41 UTC  (4+ messages)
  ` [PATCH] selftests/bpf: Fix redefinition of 'off' as different kind of symbol

[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-10-17 16:09 UTC  (3+ messages)
` [PATCH net-next V7 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH 6.17 069/371] perf bpf-filter: Fix opts declaration on older libbpfs
 2025-10-17 14:50 UTC  (2+ messages)
` [PATCH 6.17 072/371] perf bpf_counter: Fix handling of cpumap fixing hybrid

BPF verifier missing range intersection validation in subregister bounds deduction
 2025-10-17 14:58 UTC  (2+ messages)

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-17 14:02 UTC  (27+ messages)
` [RFC bpf-next 01/15] bpf: Extend UAPI to support location information
` [RFC bpf-next 03/15] libbpf: Add option to retrieve map from old->new ids from btf__dedup()
` [RFC bpf-next 04/15] libbpf: Fix parsing of multi-split BTF
` [RFC bpf-next 06/15] bpftool: Handle multi-split BTF by supporting multiple base BTFs
` [RFC bpf-next 12/15] kbuild, module, bpf: Support CONFIG_DEBUG_INFO_BTF_EXTRA=m
` [RFC bpf-next 13/15] libbpf: add API to load extra BTF
` [RFC bpf-next 14/15] libbpf: add support for BTF location attachment

[PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-10-17  6:16 UTC  (8+ messages)
` [PATCH v7 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v7 3/7] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v7 4/7] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v7 5/7] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v7 6/7] rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()

[PATCH v6 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-10-17  2:36 UTC  (9+ messages)
` [PATCH v6 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v6 2/7] arm64: barrier: support smp_cond_load_relaxed_timeout()
` [PATCH v6 3/7] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait
` [PATCH v6 4/7] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v6 5/7] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v6 6/7] rqspinlock: use smp_cond_load_acquire_timeout()
` [PATCH v6 7/7] cpuidle/poll_state: poll via smp_cond_load_relaxed_timeout()

[PATCH v2 0/2] memcg: reading memcg stats more efficiently
 2025-10-16 23:00 UTC  (14+ messages)
` [PATCH v2 1/2] memcg: introduce kfuncs for fetching memcg stats
` [PATCH v2 2/2] memcg: selftests for memcg stat kfuncs

[RFC PATCH bpf-next v2 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-16 20:39 UTC  (5+ messages)
` [RFC PATCH bpf-next v2 2/2] bpf: "

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-16 20:26 UTC  (11+ messages)
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v4 net-next 05/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v4 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST

[PATCH net V3 0/2] Fix generating skb from non-linear xdp_buff for mlx5
 2025-10-16 19:55 UTC  (3+ messages)
` [PATCH net V3 1/2] net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQ
` [PATCH net V3 2/2] net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ

[RFC PATCH v1 bpf-next 0/4] Support associating BPF programs with struct_ops
 2025-10-16 18:41 UTC  (13+ messages)
` [RFC PATCH v1 bpf-next 1/4] bpf: Allow verifier to fixup kernel module kfuncs
` [RFC PATCH v1 bpf-next 2/4] bpf: Support associating BPF program with struct_ops
` [RFC PATCH v1 bpf-next 4/4] selftests/bpf: Test BPF_STRUCT_OPS_ASSOCIATE_PROG command

eBPF: Reading page contents from a struct page*
 2025-10-16 17:57 UTC 

[PATCH bpf 0/1] Follow-up fix for potential error pointer dereference in propagate_to_outer_instance()
 2025-10-16 17:43 UTC  (3+ messages)
` [PATCH bpf 1/1] bpf: liveness: Handle ERR_PTR from get_outer_instance() "

[PATCH v2 bpf] bpf: Fix memory leak in __lookup_instance error path
 2025-10-16 17:40 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: MM related minor changes
 2025-10-16 16:56 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH bpf-next 2/2] bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_null

[PATCH v2] selftests: arg_parsing: Ensure data is flushed to disk before reading
 2025-10-16 16:40 UTC  (4+ messages)
` [PATCH bpf v6] "

[PATCH v1] perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024
 2025-10-16 15:07 UTC 

[PATCH bpf 0/3] bpf: Fix possible memleak when updating hash maps
 2025-10-16 14:58 UTC  (4+ messages)
` [PATCH bpf 1/3] bpf: Fix possible memleak in [lru_,]percpu_hash map update
` [PATCH bpf 2/3] bpf: Fix possible memleak when updating hash maps with BPF_F_LOCK
` [PATCH bpf 3/3] selftests/bpf: Add test to verify no memleak when updating hash maps

[syzbot ci] Re: netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-16 12:12 UTC  (3+ messages)

netdevsim BPF offload race condition in bpf_bound_progs list management
 2025-10-16  9:38 UTC 

[RFC PATCH v10 mm-new 0/9] mm, bpf: BPF-MM, BPF-THP
 2025-10-16  8:18 UTC  (6+ messages)
` [RFC PATCH v10 mm-new 6/9] bpf: mark mm->owner as __safe_rcu_or_null

[PATCH v2 bpf-next/net 0/6] bpf: Allow opt-out from sk->sk_prot->memory_allocated
 2025-10-16  6:50 UTC  (2+ messages)

[PATCH bpf 1/1] bpf: Fix memory leak in __lookup_instance error path
 2025-10-16  6:23 UTC 


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