BPF List
 help / color / mirror / Atom feed
 messages from 2025-10-29 19:03:12 to 2025-10-30 18:42:28 UTC [more...]

[PATCH bpf-next v1 0/8] bpf: magic kernel functions
 2025-10-30 18:42 UTC  (29+ messages)
` [PATCH bpf-next v1 1/8] bpf: Add BTF_ID_LIST_END and BTF_ID_LIST_SIZE macros
` [PATCH bpf-next v1 2/8] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v1 3/8] bpf: Support for kfuncs with KF_MAGIC_ARGS
` [PATCH bpf-next v1 5/8] bpf: Re-define bpf_wq_set_callback as magic kfunc
` [PATCH bpf-next v1 6/8] bpf,docs: Document KF_MAGIC_ARGS flag and __magic annotation

[PATCH v2 00/23] mm: BPF OOM
 2025-10-30 18:19 UTC  (30+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling

[PATCH] perf record: skip synthesize event when open evsel failed
 2025-10-30 17:32 UTC  (5+ messages)

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-10-30 17:18 UTC  (7+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
  ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-10-30 17:00 UTC  (15+ messages)
` [PATCH 01/11] sched/debug: Fix updating of ppos on server write ops
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active
` [PATCH 03/11] sched/deadline: Clear the defer params
` [PATCH 04/11] sched/deadline: Add support to initialize and remove dl_server bandwidth
` [PATCH 05/11] sched/deadline: Add a server arg to dl_server_update_idle_time()
` [PATCH 06/11] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 07/11] sched/debug: Add support to change sched_ext server params
` [PATCH 08/11] sched/deadline: Account ext server bandwidth
` [PATCH 09/11] sched_ext: Selectively enable ext and fair DL servers
` [PATCH 10/11] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH 11/11] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH 0/2] scripts/gdb/symbols: make BPF debug info available to GDB
 2025-10-30 16:47 UTC  (2+ messages)

[PATCH net-next v2] xsk: add indirect call for xsk_destruct_skb
 2025-10-30 16:43 UTC  (7+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-30 16:27 UTC  (7+ messages)
` [PATCH bpf-next v3 3/4] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-30 15:59 UTC  (25+ messages)
` [PATCH RFC 08/19] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC 09/19] slab: add optimized sheaf refill from partial list
` [PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC 11/19] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC 12/19] slab: remove the do_slab_free() fastpath

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-10-30 15:52 UTC  (10+ messages)

[PATCH bpf-next v4 0/4] bpf: Free special fields when update hash and local storage maps
 2025-10-30 15:24 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] bpf: Free special fields when update [lru_,]percpu_hash maps
` [PATCH bpf-next v4 2/4] bpf: Free special fields when update hash maps with BPF_F_LOCK
` [PATCH bpf-next v4 3/4] bpf: Free special fields when update local storage "
` [PATCH bpf-next v4 4/4] selftests/bpf: Add tests to verify freeing the special fields when update hash and local storage maps

[PATCH v5 bpf 0/2] xdp: fix page_pool leaks
 2025-10-30 15:25 UTC  (7+ messages)
` [PATCH v5 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()
` [PATCH v5 bpf 2/2] veth: update mem type in xdp_buff

[PATCH bpf] bpf: Make migrate_{disable,enable} always inline if in header file
 2025-10-30 15:18 UTC  (5+ messages)

[PATCH v5 net-next 00/14] AccECN protocol case handling series
 2025-10-30 14:34 UTC  (15+ messages)
` [PATCH v5 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v5 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v5 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 04/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v5 net-next 05/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v5 net-next 06/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v5 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v5 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v5 net-next 09/14] tcp: move increment of num_retrans
` [PATCH v5 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v5 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v5 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v5 net-next 14/14] tcp: accecn: enable AccECN

[PATCH bpf v3 0/4] bpf: Free special fields when update hash and local storage maps
 2025-10-30 14:29 UTC  (10+ messages)
` [PATCH bpf v3 4/4] selftests/bpf: Add tests to verify freeing the "

[PATCH net v3] xsk: avoid data corruption on cq descriptor number
 2025-10-30 14:03 UTC 

[RFC bpf-next 0/2] bpftool signing feature check
 2025-10-30 13:58 UTC  (5+ messages)
` [RFC bpf-next 2/2] bpftool: Use libcrypto feature test to optionally support signing

[PATCH v4 00/72] nstree: listns()
 2025-10-30 13:48 UTC  (3+ messages)
` [PATCH v4 17/72] nstree: simplify rbtree comparison helpers

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-30 13:35 UTC  (10+ messages)
` [PATCH v2 22/50] convert efivarfs

[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-10-30 12:28 UTC  (3+ messages)
` [PATCH net V2 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH bpf-next] bpf: arm64: fix BPF_ST into arena memory
 2025-10-30 12:21 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: arm64: fix BPF_ST into arena memory
 2025-10-30 12:17 UTC 

[PATCH bpf-next v3 0/3] bpf: Add overwrite mode for BPF ring buffer
 2025-10-30 12:03 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add overwrite mode test "

FOSDEM 2026 eBPF Devroom Call for Participation
 2025-10-30 11:41 UTC 

[PATCH] libbpf: Complete the missing @param and @return tags in btf.h
 2025-10-30 11:32 UTC 

[PATCH net-next 0/6] Convert mlx5e and IPoIB to ndo_hwtstamp_get/set
 2025-10-30 10:25 UTC  (7+ messages)
` [PATCH net-next 1/6] net/mlx5e: Remove redundant tstamp pointer from channel structures
` [PATCH net-next 2/6] net/mlx5e: Remove unnecessary tstamp local variable in mlx5i_complete_rx_cqe
` [PATCH net-next 3/6] net/mlx5e: Rename hwstamp functions to hwtstamp
` [PATCH net-next 4/6] net/mlx5e: Rename timestamp fields to hwtstamp_config
` [PATCH net-next 5/6] IB/IPoIB: Add support for hwtstamp get/set ndos
` [PATCH net-next 6/6] net/mlx5e: Convert to new hwtstamp_get/set interface

[PATCH 1/2 bpf v2] xdp: add XDP extension to skb
 2025-10-30  8:38 UTC  (7+ messages)
` [PATCH 2/2 bpf v2] xsk: avoid data corruption on cq descriptor number

[PATCH bpf-next v6 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-30  8:05 UTC  (3+ messages)

[PATCH] libbpf: fix some mismatched @param tags in Doxygen comment of libbpf.h
 2025-10-30  7:52 UTC 

[PATCH v8 bpf-next 00/11] BPF indirect jumps
 2025-10-30  7:46 UTC  (6+ messages)
` [PATCH v8 bpf-next 08/11] libbpf: support llvm-generated "
` [PATCH v8 bpf-next 11/11] selftests/bpf: add C-level selftests for "

[PATCH v3] libbpf: update the comment to remove the reference to the deprecated interface bpf_program__load()
 2025-10-30  6:03 UTC 

[BUG] bpftool: Build failure due to opensslv.h
 2025-10-30  5:44 UTC  (5+ messages)

[PATCH net-next v4 0/6] Add AF_XDP zero copy support
 2025-10-30  4:43 UTC  (4+ messages)
` [PATCH net-next v4 2/6] net: ti: icssg-prueth: Add XSK pool helpers
    ` [EXTERNAL] "

[PATCH v2] libbpf: update the comment to remove the reference to the deprecated interface bpf_program__load()
 2025-10-30  4:14 UTC 

[PATCH bpf 0/2] use rqspinlock for bpf lru map
 2025-10-30  3:38 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: use rqspinlock for "
` [PATCH bpf 2/2] selftests/bpf: test map deadlock caused by NMI

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-10-30  2:40 UTC  (6+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode

[PATCH bpf-next v4 1/2] perf: Refactor get_perf_callchain
 2025-10-30  2:36 UTC  (3+ messages)

[PATCH net-next] net: Reorganize networking documentation toctree
 2025-10-30  1:26 UTC  (2+ messages)

[PATCH bpf-next] bpf: stream: start using kmalloc_nolock()
 2025-10-30  1:22 UTC  (3+ messages)

[PATCH bpf-next v1] selftests/bpf: fix file_reader test
 2025-10-30  1:20 UTC  (3+ messages)

[PATCH bpf-next v1 0/2] Misc rqspinlock updates
 2025-10-30  1:20 UTC  (2+ messages)

[PATCH] libbpf: Update the comment to remove the reference to the deprecated interface bpf_program__load()
 2025-10-30  0:32 UTC 

[PATCH dwarves v1 0/3] btf_encoder: support for BPF magic kernel functions
 2025-10-30  0:34 UTC  (4+ messages)
` [PATCH dwarves v1 1/3] btf_encoder: refactor btf_encoder__add_func_proto
` [PATCH dwarves v1 3/3] btf_encoder: support kfuncs with KF_MAGIC_ARGS flag

[PATCH net-next v2 0/2] xsk: minor optimizations around locks
 2025-10-30  0:06 UTC  (3+ 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 net-next 0/2] xsk: mitigate the side effect of cq_lock
 2025-10-29 23:43 UTC  (4+ messages)
` [PATCH net-next 1/2] xsk: avoid using heavy lock when the pool is not shared

[PATCH net-next 1/9] ice: remove legacy Rx and construct SKB
 2025-10-29 23:12 UTC  (4+ messages)
` [PATCH net-next 2/9] ice: drop page splitting and recycling
` [PATCH net-next 3/9] ice: switch to Page Pool
` [PATCH net-next 4/9] ice: implement configurable header split for regular Rx

[PATCH v4 bpf 0/2] xdp: fix page_pool leaks
 2025-10-29 23:12 UTC  (6+ messages)
` [PATCH v4 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()

[PATCH net-next v3 00/15] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-29 22:47 UTC  (7+ messages)
` [PATCH net-next v3 03/15] net: Add peer info to queue-get response

[PATCH v7 bpf-next 00/12] BPF indirect jumps
 2025-10-29 21:54 UTC  (3+ messages)
` [PATCH v7 bpf-next 01/12] bpf, x86: add new map type: instructions array

[net-next PATCH v4 0/7] net: Introduce struct sockaddr_unsized
 2025-10-29 21:44 UTC  (8+ messages)
` [net-next PATCH v4 1/7] net: Convert proto_ops bind() callbacks to use sockaddr_unsized
` [net-next PATCH v4 2/7] net: Convert proto_ops connect() "
` [net-next PATCH v4 3/7] net: Remove struct sockaddr from net.h
` [net-next PATCH v4 4/7] net: Convert proto callbacks from sockaddr to sockaddr_unsized
` [net-next PATCH v4 5/7] bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistently
` [net-next PATCH v4 6/7] bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsized
` [net-next PATCH v4 7/7] net: Convert struct sockaddr to fixed-size "sa_data[14]"

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2025-10-29 21:31 UTC  (2+ messages)

[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-10-29 21:01 UTC  (8+ messages)
` [RESEND PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()


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