messages from 2025-10-31 16:48:56 to 2025-11-03 19:00:12 UTC [more...]
[PATCH v2 00/23] mm: BPF OOM
2025-11-03 19:00 UTC (21+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
` bpf_st_ops and cgroups. Was: "
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc
[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 02/19] srcu: Create an srcu_expedite_current() function
2025-11-03 18:16 UTC (19+ 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 bpf-next v4 0/2] bpf: Skip bounds adjustment for conditional jumps on same scalar register
2025-11-03 18:14 UTC (5+ 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-03 18:14 UTC (8+ messages)
` [PATCH RFC v1 1/5] bpf: refactor bpf_async_cb callback update
` [PATCH RFC v1 2/5] bpf: refactor bpf_async_cb prog swap
` [PATCH RFC v1 3/5] bpf: factor out timer deletion helper
` [PATCH RFC v1 4/5] bpf: add refcnt into struct bpf_async_cb
` [PATCH RFC v1 5/5] bpf: remove lock from bpf_async_cb
[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 (10+ 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] "
[PATCH RFC net-next 0/2] xsk: fix immature cq descriptor production (II)
2025-11-03 15:00 UTC (5+ 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 14:58 UTC (5+ 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
[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 (12+ 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 v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[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] LoongArch: BPF: Fix sign extension for 12-bit immediates
2025-11-03 8:42 UTC
[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 v10 bpf-next 00/11] BPF indirect jumps
2025-11-03 8:29 UTC (21+ 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 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 v4 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
2025-11-02 23:39 UTC (4+ messages)
[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
2025-11-02 21:52 UTC (10+ 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 net-next 0/6] Convert mlx5e and IPoIB to ndo_hwtstamp_get/set
2025-11-02 12:14 UTC (5+ 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
[PATCH net] octeontx2-pf: Fix devm_kcalloc() error checking
2025-11-01 13:26 UTC
[net-next PATCH v4 0/7] net: Introduce struct sockaddr_unsized
2025-11-01 5:11 UTC (5+ 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)
[PATCH bpf-next v4 0/6] Support associating BPF programs with struct_ops
2025-10-31 22:09 UTC (4+ messages)
` [PATCH bpf-next v4 2/6] bpf: Support associating BPF program "
[PATCH net-next v4 00/14] netkit: Support for io_uring zero-copy and AF_XDP
2025-10-31 21:21 UTC (15+ messages)
` [PATCH net-next v4 01/14] net: Add bind-queue operation
` [PATCH net-next v4 02/14] net: Implement netdev_nl_bind_queue_doit
` [PATCH net-next v4 03/14] net: Add peer info to queue-get response
` [PATCH net-next v4 04/14] net, ethtool: Disallow peered real rxqs to be resized
` [PATCH net-next v4 05/14] net: Proxy net_mp_{open,close}_rxq for mapped queues
` [PATCH net-next v4 06/14] xsk: Move NETDEV_XDP_ACT_ZC into generic header
` [PATCH net-next v4 07/14] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v4 08/14] xsk: Proxy pool management for mapped queues
` [PATCH net-next v4 09/14] netkit: Add single device mode for netkit
` [PATCH net-next v4 10/14] netkit: Document fast vs slowpath members via macros
` [PATCH net-next v4 11/14] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v4 12/14] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v4 13/14] netkit: Add io_uring zero-copy support for TCP
` [PATCH net-next v4 14/14] netkit: Add xsk support for af_xdp applications
[PATCH bpf-next v2] bpf: arm64: fix BPF_ST into arena memory
2025-10-31 18:30 UTC (2+ messages)
[PATCH bpf] bpf: Make migrate_{disable,enable} always inline if in header file
2025-10-31 18:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox