public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-18 09:47:04 to 2026-01-20 09:20:04 UTC [more...]

[PATCH bpf-next 2/3] bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()
 2026-01-20  9:19 UTC  (9+ messages)
` Subject: "

[PATCH] selftests/bpf: Add perfbuf multi-producer benchmark
 2026-01-20  9:07 UTC 

[PATCH bpf-next] selftests/bpf: update verifier test for default trusted pointer semantics
 2026-01-20  9:16 UTC 

[PATCH bpf] selftests/bpf: wq: fix skel leak in serial_test_wq()
 2026-01-20  9:12 UTC 

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-20  8:36 UTC  (35+ messages)
` [PATCH v3 02/21] slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGE
` [PATCH v3 06/21] slab: introduce percpu sheaves bootstrap
` [PATCH v3 07/21] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v3 08/21] slab: handle kmalloc sheaves bootstrap
` [PATCH v3 09/21] slab: add optimized sheaf refill from partial list
` [PATCH v3 10/21] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH v3 11/21] slab: remove SLUB_CPU_PARTIAL
` [PATCH v3 12/21] slab: remove the do_slab_free() fastpath
` [PATCH v3 13/21] slab: remove defer_deactivate_slab()

[PATCH bpf-next v3 0/2] bpf: Fix memory access flags in helper prototypes
 2026-01-20  8:28 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] bpf: Require ARG_PTR_TO_MEM with memory flag

[PATCH bpf-next v3 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
 2026-01-20  8:18 UTC  (10+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf

[PATCH bpf RESEND v2 0/2] bpf: Fix memory access flags in helper prototypes
 2026-01-20  8:11 UTC  (7+ messages)
` [PATCH bpf RESEND v2 1/2] "
` [PATCH bpf RESEND v2 2/2] bpf: Require ARG_PTR_TO_MEM with memory flag

[PATCH bpf-next v4 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
 2026-01-20  7:30 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf

[PATCH v2 net-next 00/14] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-20  7:30 UTC  (7+ messages)
` [PATCH v2 net-next 11/14] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v2 net-next 12/14] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool

[PATCH bpf-next v3 0/2] bpf: Add kfunc bpf_strncasecmp()
 2026-01-20  7:21 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: add bpf_strncasecmp kfunc
` [PATCH bpf-next v3 2/2] selftests/bpf: Test kfunc bpf_strncasecmp

[PATCH bpf-next v6 0/2] bpf, x86: inline bpf_get_current_task() for x86_64
 2026-01-20  7:05 UTC  (3+ messages)
` [PATCH bpf-next v6 1/2] "
` [PATCH bpf-next v6 2/2] selftests/bpf: test the jited inline of bpf_get_current_task

[PATCH bpf-next 0/2] bpf: Add kfunc bpf_strncasecmp()
 2026-01-20  6:30 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: add bpf_strncasecmp kfunc

[PATCH bpf-next v2 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-20  2:01 UTC  (23+ messages)
` [PATCH bpf-next v2 03/13] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 04/13] resolve_btfids: Introduce finalize_btf() step
` [PATCH bpf-next v2 05/13] resolve_btfids: Support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 06/13] selftests/bpf: Add tests "
` [PATCH bpf-next v2 07/13] bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 09/13] bpf: Migrate bpf_task_work_schedule_* kfuncs "
` [PATCH bpf-next v2 10/13] bpf: Migrate bpf_stream_vprintk() "
` [PATCH bpf-next v2 11/13] selftests/bpf: Migrate struct_ops_assoc test "
` [PATCH bpf-next v2 12/13] bpf: Remove __prog kfunc arg annotation

[PATCH] bpf/verifier: optimize ID mapping reset in states_equal
 2026-01-20  2:32 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH bpf-next 0/3] bpf: Avoid deadlock using trylock when popping LRU free nodes
 2026-01-20  2:19 UTC  (11+ messages)
` [PATCH bpf-next 1/3] bpf: Factor out bpf_lru_node_set_hash() helper
` [PATCH bpf-next 2/3] bpf: Avoid deadlock using trylock when popping LRU free nodes
` [PATCH bpf-next 3/3] selftests/bpf: Allow -ENOMEM on LRU map updates

[PATCH bpf-next v5 0/2] bpf, x86: inline bpf_get_current_task() for x86_64
 2026-01-20  1:27 UTC  (6+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: test the jited inline of bpf_get_current_task

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

[PATCH net-next v2] net: sched: sfq: add detailed drop reasons for monitoring
 2026-01-19 19:48 UTC 

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

[PATCHv6 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2026-01-19 18:45 UTC  (24+ messages)
` [PATCHv6 01/13] bpf: Introduce kfuncs to parser buffer content
` [PATCHv6 02/13] kexec_file: Move signature validation ahead
` [PATCHv6 03/13] kexec_file: Introduce routines to parse PE file
` [PATCHv6 04/13] kexec_file: Use bpf-prog to decompose image
` [PATCHv6 05/13] lib/decompress: Keep decompressor when CONFIG_KEEP_DECOMPRESSOR
` [PATCHv6 06/13] kexec_file: Implement decompress method for parser
` [PATCHv6 07/13] kexec_file: Implement copy "
` [PATCHv6 08/13] kexec_file: Introduce a bpf-prog lskel to parse PE file
` [PATCHv6 09/13] kexec_file: Factor out routine to find a symbol in ELF
` [PATCHv6 10/13] kexec_file: Integrate bpf light skeleton to load image with bpf-prog
` [PATCHv6 11/13] arm64/kexec: Select KEXEC_BPF to support UEFI-style kernel image
` [PATCHv6 12/13] tools/kexec: Introduce a bpf-prog to parse zboot image format
` [PATCHv6 13/13] tools/kexec: Add a zboot image building tool

[PATCH] bpf/verifier: optimize precision backtracking by skipping precise bits
 2026-01-19 18:43 UTC  (4+ messages)
` [PATCH v3] "

[PATCH net-next 0/1] AccECN packetdrill selftest series
 2026-01-19 18:39 UTC  (8+ messages)
` [PATCH net-next 1/1] selftests/net: Add packetdrill packetdrill cases

[PATCH] netfilter: nf_flow_table_bpf: add prototype for bpf_xdp_flow_lookup()
 2026-01-19 17:16 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Support when CONFIG_VXLAN=m
 2026-01-19 17:13 UTC  (5+ messages)

[PATCH net-next v9 0/9] Add support for providers with large rx buffer
 2026-01-19 16:57 UTC  (3+ messages)

[BUG?]: bpf/selftests: ns_bpf_qdisc libbpf: loading object 'tc_bpf' from buffer
 2026-01-19 16:19 UTC  (5+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-19 14:26 UTC  (2+ messages)

[PATCH net-next v7 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-01-19 14:25 UTC  (36+ messages)
` [PATCH net-next v7 01/16] net: Add queue-create operation
` [PATCH net-next v7 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v7 03/16] net: Add lease info to queue-get response
` [PATCH net-next v7 04/16] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v7 05/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v7 06/16] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v7 07/16] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v7 08/16] xsk: Proxy pool management for leased queues
` [PATCH net-next v7 11/16] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v7 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v7 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v7 15/16] selftests/net: Make NetDrvContEnv support queue leasing
` [PATCH net-next v7 16/16] selftests/net: Add netkit container tests

[PATCH net-next] veth: fix data race in veth_get_ethtool_stats
 2026-01-19 14:18 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Harden cpu flags test for lru_percpu_hash map
 2026-01-19 13:34 UTC 

[PATCH v5.15-v6.1 0/2] Backport fixes for CVE-2025-40149
 2026-01-19 11:49 UTC  (3+ messages)
` [PATCH v5.15-v6.1 1/2] net: Add locking to protect skb->dev access in ip_output
` [PATCH v5.15-v6.1 2/2] tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock()

[PATCH v2 v5.10.y 0/5] Backport fixes for CVE-2025-40149
 2026-01-19  9:26 UTC  (6+ messages)
` [PATCH v2 v5.10.y 1/5] net: Add locking to protect skb->dev access in ip_output
` [PATCH v2 v5.10.y 2/5] net/bonding: Take IP hash logic into a helper
` [PATCH v2 3/5] net/bonding: Implement ndo_sk_get_lower_dev
` [PATCH v2 v5.10.y 4/5] net: netdevice: Add operation ndo_sk_get_lower_dev
` [PATCH v2 v5.10.y 5/5] tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock()

[PATCH bpf-next v5 0/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
 2026-01-19  8:54 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking

[PATCH bpf-next v4 1/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
 2026-01-19  8:30 UTC  (2+ messages)

[PATCH bpf-next v4 0/4] emit ENDBR/BTI instructions for indirect jump targets
 2026-01-19  2:35 UTC  (7+ messages)
` [PATCH bpf-next v4 2/4] bpf: Add helper to detect "

[PATCH v2] bpf/verifier: implement slab cache for verifier state list
 2026-01-18  9:46 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