public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-23 08:56:43 to 2026-01-26 09:03:31 UTC [more...]

[RFC PATCH bpf-next v4 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-26  9:02 UTC  (3+ messages)
` [RFC PATCH bpf-next v4 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v4 02/12] bpf: initial support for attaching struct ops to cgroups

[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
 2026-01-26  8:51 UTC  (6+ messages)
` [PATCH bpf-next v8 1/3] perf: Add rctx in perf_callchain_entry
` [PATCH bpf-next v8 2/3] perf: Refactor get_perf_callchain
` [PATCH bpf-next v8 3/3] bpf: Hold ther perf callchain entry until used completely

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-26  8:42 UTC  (20+ messages)
` [PATCH v4 02/22] mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()
` [PATCH v4 06/22] slab: add sheaves to most caches
` [PATCH v4 07/22] slab: introduce percpu sheaves bootstrap
` [PATCH v4 08/22] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v4 10/22] slab: add optimized sheaf refill from partial list
` [PATCH v4 11/22] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH v4 13/22] slab: remove the do_slab_free() fastpath
` [PATCH v4 14/22] slab: remove defer_deactivate_slab()

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2026-01-26  4:57 UTC  (4+ messages)
` [PATCH V3 4/6] nvmet: ignore discard return value

[PATCH bpf v2] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
 2026-01-26  4:21 UTC  (2+ messages)

[PATCH v3 net-next 00/15] nbl driver for Nebulamatrix NICs
 2026-01-26  3:23 UTC  (4+ messages)
` [PATCH v3 net-next 01/15] net/nebula-matrix: add minimum nbl build framework
    ` 回复:[PATCH "

[PATCH v4 net-next 13/15] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
 2026-01-26  2:37 UTC  (3+ messages)
` [v4,net-next,13/15] "

[PATCH v4 net-next 12/15] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
 2026-01-26  2:22 UTC  (3+ messages)
` [v4,net-next,12/15] "

[PATCH v4 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
 2026-01-26  2:09 UTC  (3+ messages)
` [v4,net-next,06/15] "

[PATCH bpf-next v7 0/9] bpf: Extend BPF syscall with common attributes support
 2026-01-26  2:03 UTC  (8+ messages)
` [PATCH bpf-next v7 2/9] libbpf: Add support for extended bpf syscall

[RFC PATCH bpf-next v3 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-26  1:40 UTC  (19+ messages)
` [RFC PATCH bpf-next v3 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v3 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v3 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v3 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v3 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v3 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v3 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v3 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v3 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v3 12/12] samples/bpf: Add memcg priority control example

[PATCH v4 net-next 15/15] net: fec: add AF_XDP zero-copy support
 2026-01-25 21:45 UTC  (2+ messages)
` [v4,net-next,15/15] "

[PATCH bpf-next v2 0/4] Switch from kfuncs to direct helper calls in prologue/epilogue
 2026-01-25 20:37 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] bpf, verifier: Support direct helper calls from prologue/epilogue
` [PATCH bpf-next v2 2/4] bpf: net_sched: Use direct helper calls instead of kfuncs in pro/epilogue
` [PATCH bpf-next v2 3/4] selftests/bpf: Remove tests for prologue/epilogue with kfuncs
` [PATCH bpf-next v2 4/4] bpf: Remove kfunc support in prologue and epilogue

[PATCH net-next 00/10] Call skb_metadata_set when skb->data points past metadata
 2026-01-25 19:15 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] selftests/bpf: Introduce execution context detection helpers
 2026-01-25 16:40 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for execution context helpers

[PATCH] fix a potential memory leak in stmmac_xdp_enable_pool()
 2026-01-25 13:54 UTC 

[PATCH bpf-next v6 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2026-01-25 12:34 UTC  (8+ messages)
` [PATCH bpf-next v6 1/4] bpf: Add hash kfunc for cryptographic hashing
` [PATCH bpf-next v6 2/4] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v6 3/4] bpf: Add signature verification kfuncs
` [PATCH bpf-next v6 4/4] selftests/bpf: Add tests for "

[PATCH bpf-next v2 0/2] selftests/bpf: Introduce execution context detection helpers
 2026-01-25 11:12 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for execution context helpers

[PATCH bpf-next v13 00/13] bpf: fsession support
 2026-01-25  3:00 UTC  (15+ messages)
` [PATCH bpf-next v13 01/13] bpf: add "
` [PATCH bpf-next v13 02/13] bpf: use the least significant byte for the nr_args in trampoline
` [PATCH bpf-next v13 03/13] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v13 04/13] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v13 05/13] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v13 06/13] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v13 07/13] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v13 08/13] libbpf: add fsession support
` [PATCH bpf-next v13 09/13] bpftool: "
` [PATCH bpf-next v13 10/13] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v13 11/13] selftests/bpf: test bpf_get_func_* "
` [PATCH bpf-next v13 12/13] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v13 13/13] selftests/bpf: test fsession mixed with fentry and fexit

[PATCH bpf-next v9 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-25  2:10 UTC  (5+ messages)
` [PATCH bpf-next v9 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v9 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v9 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH bpf-next v4 1/2] selftests/bpf: Fix task_local_data failure with 64K page
 2026-01-25  1:00 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Fix xdp_pull_data "

[PATCH] bpf: fix TCX/netkit detach permissions when prog FD isn't given
 2026-01-24 22:06 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] bpf: Introduce execution context detection kfuncs
 2026-01-24 11:29 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] "

[PATCH bpf-next v8 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-24 10:47 UTC  (5+ messages)
` [PATCH bpf-next v8 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v8 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v8 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH v5 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
 2026-01-24  8:23 UTC  (8+ messages)
` [PATCH v5 1/6] powerpc64/bpf: Moving tail_call_cnt to bottom of frame
` [PATCH v5 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v5 3/6] powerpc64/bpf: Avoid tailcall restore from trampoline
` [PATCH v5 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v5 5/6] powerpc64/bpf: Support exceptions
` [PATCH v5 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw

[PATCH bpf-next v12 00/13] bpf: fsession support
 2026-01-24  5:09 UTC  (17+ messages)
` [PATCH bpf-next v12 01/13] bpf: add "
` [PATCH bpf-next v12 02/13] bpf: use the least significant byte for the nr_args in trampoline
` [PATCH bpf-next v12 03/13] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v12 04/13] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v12 05/13] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v12 06/13] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v12 07/13] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v12 08/13] libbpf: add fsession support
` [PATCH bpf-next v12 09/13] bpftool: "
` [PATCH bpf-next v12 10/13] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v12 11/13] selftests/bpf: test bpf_get_func_* "
` [PATCH bpf-next v12 12/13] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v12 13/13] selftests/bpf: test fsession mixed with fentry and fexit

[PATCH bpf v3 1/2] bpf: Make sure all tail call callers use cgroup storage if the owner does
 2026-01-24  2:59 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Add wakeup_source iterators
 2026-01-24  1:50 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] PM: wakeup: Handle empty list in wakeup_sources_walk
` [PATCH bpf-next v3 2/3] bpf: Add wakeup_source iterator
` [PATCH bpf-next v3 3/3] selftests/bpf: Add tests for wakeup_sources

[PATCH bpf-next v11 02/12] bpf: use the least significant byte for the nr_args in trampoline
 2026-01-24  1:14 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Refactor LSM hooks for VFS mount operations
 2026-01-23 20:23 UTC  (7+ messages)

[PATCH v2 dwarves 0/5] Improve BTF concrete function accuracy
 2026-01-23 19:09 UTC  (10+ messages)
` [PATCH v2 dwarves 1/5] dwarf_loader/btf_encoder: Detect reordered parameters
` [PATCH v2 dwarves 2/5] btf_encoder: Add true_signature feature support for "."-suffixed functions
` [PATCH v2 dwarves 3/5] test: add gcc true signature test
` [PATCH v2 dwarves 4/5] man-pages: document true_signature btf_feature
` [PATCH v2 dwarves 5/5] btf_encoder: Prefer strong function definitions for BTF generation

[PATCH bpf] rqspinlock: Fix TAS fallback lock entry creation
 2026-01-23 19:02 UTC  (3+ messages)

[Bpf] Re: Undefined behavior in eBPF RFC
 2026-01-23 18:57 UTC  (2+ messages)

[RESEND PATCH bpf-next v6 0/9] bpf: Extend BPF syscall with common attributes support
 2026-01-23 18:54 UTC  (5+ messages)
` [RESEND PATCH bpf-next v6 2/9] libbpf: Add support for extended bpf syscall

[PATCH bpf-next 1/2] bpf: add new BPF_CGROUP_ITER_CHILDREN_ONLY control option
 2026-01-23 18:50 UTC  (5+ messages)

[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
 2026-01-23 18:40 UTC  (5+ messages)
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH v4 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
 2026-01-23 18:13 UTC  (10+ messages)
` [PATCH v4 1/6] powerpc64/bpf: Moving tail_call_cnt to bottom of frame
` [PATCH v4 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v4 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v4 5/6] powerpc64/bpf: Support exceptions

[PATCH bpf-next 0/2] selftests/bpf: signal-on-connect() vs sockmap update
 2026-01-23 17:33 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Add xpthread_cancel() to sockmap_helpers
` [PATCH bpf-next 2/2] selftests/bpf: Add test for connect() racing sockmap update and signal

[PATCH net] vsock/bpf: Handle EINTR connect() racing against sockmap update
 2026-01-23 16:52 UTC  (6+ messages)

[PATCH bpf-next v7 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-23 14:59 UTC  (7+ messages)
` [PATCH bpf-next v7 2/3] bpf, sockmap: Fix FIONREAD for sockmap

[PATCH v4 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
 2026-01-23 13:17 UTC  (3+ messages)

[PATCH net-next v3] net: sched: sfq: add detailed drop reasons for monitoring
 2026-01-23 12:18 UTC 

[PATCH net-next v1] net: sched: sfq: add detailed drop reasons for monitoring
 2026-01-23 10:59 UTC  (8+ messages)

[PATCH bpf-next v7 0/8] bpf: Avoid locks in bpf_timer and bpf_wq
 2026-01-23 10:47 UTC  (4+ messages)
` [PATCH bpf-next v7 1/8] bpf: Enable bpf timer and workqueue use in NMI

[PATCH v10 net-next 00/15] AccECN protocol case handling series
 2026-01-23 10:42 UTC  (4+ messages)
` [PATCH v10 net-next 12/15] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-23 10:16 UTC  (3+ messages)

[PATCH v11 net-next 00/15] AccECN protocol case handling series
 2026-01-23 10:07 UTC  (16+ messages)
` [PATCH v11 net-next 01/15] tcp: try to avoid safer when ACKs are thinned
` [PATCH v11 net-next 02/15] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v11 net-next 03/15] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v11 net-next 04/15] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v11 net-next 05/15] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v11 net-next 06/15] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v11 net-next 07/15] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v11 net-next 08/15] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v11 net-next 09/15] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v11 net-next 10/15] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v11 net-next 11/15] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v11 net-next 12/15] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v11 net-next 13/15] tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info
` [PATCH v11 net-next 14/15] tcp: accecn: enable AccECN
` [PATCH v11 net-next 15/15] selftests/net: packetdrill: add TCP Accurate ECN cases

[RFC PATCH bpf-next v3 02/12] bpf: initial support for attaching struct ops to cgroups
 2026-01-23  9:19 UTC  (2+ messages)

[PATCH bpf-next v1 2/2] selftests/bpf: Add tests for execution context kfuncs
 2026-01-23  9:08 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