BPF List
 help / color / mirror / Atom feed
 messages from 2026-02-03 05:22:22 to 2026-02-04 09:28:37 UTC [more...]

[RFC PATCH bpf-next v6 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-02-04  9:28 UTC  (15+ messages)
` [RFC PATCH bpf-next v6 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v6 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v6 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v6 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v6 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v6 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v6 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v6 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v6 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v6 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v6 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v6 12/12] samples/bpf: Add memcg priority control example

[PATCH] bpf/perf: Fix suspicious RCU usage in get_callchain_entry()
 2026-02-04  9:14 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Add bitwise tracking for BPF_END
 2026-02-04  9:11 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for BPF_END bitwise tracking

[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-02-04  9:02 UTC  (8+ messages)
` [PATCH bpf-next v3 10/17] mm: introduce bpf_task_is_oom_victim() kfunc

[PATCH 6.6.y] xsk: Fix race condition in AF_XDP generic RX path
 2026-02-04  8:29 UTC 

[syzbot] [bpf?] WARNING: refcount bug in __add_used_btf
 2026-02-04  8:28 UTC  (3+ messages)

[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-04  7:58 UTC  (11+ messages)

[PATCH v3 net-next 0/3] ECN offload handling for AccECN series
 2026-02-04  7:41 UTC  (7+ messages)
` [PATCH v3 net-next 1/3] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v3 net-next 2/3] net: hns3/mls5e: fix CWR handling in drivers to preserve ACE signal
` [PATCH v3 net-next 3/3] virtio_net: add AccECN feature negotiation and correct ECN flag handling

[PATCH v3 bpf-next 0/4] bpf: Fix conditions when timer/wq can be called
 2026-02-04  5:51 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] bpf: Tighten conditions when timer/wq can be called synchronously
` [PATCH v3 bpf-next 2/4] selftests/bpf: Add a testcase for deadlock avoidance
` [PATCH v3 bpf-next 3/4] bpf: Add a recursion check to prevent loops in bpf_timer
` [PATCH v3 bpf-next 4/4] selftests/bpf: Strengthen timer_start_deadlock test

[PATCH bpf-next 2/2] selftests/bpf: Add tests for BPF_END bitwise tracking
 2026-02-04  6:08 UTC  (4+ messages)

[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-02-04  5:51 UTC  (9+ messages)

[PATCH v2 bpf-next 0/4] bpf: Fix conditions when timer/wq can be called
 2026-02-04  4:32 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Tighten conditions when timer/wq can be called synchronously
` [PATCH v2 bpf-next 2/4] selftests/bpf: Add a testcase for deadlock avoidance
` [PATCH v2 bpf-next 3/4] bpf: Add a recursion counter to prevent loops in bpf_timer
` [PATCH v2 bpf-next 4/4] selftests/bpf: Strengthen timer_start_deadlock test

[PATCH bpf-next v5 00/16] Remove task and cgroup local storage percpu counters
 2026-02-04  5:39 UTC  (5+ messages)
` [PATCH bpf-next v5 10/16] bpf: Support lockless unlink when freeing map or local storage
` [PATCH bpf-next v5 11/16] bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}

[PATCH net 0/2] gve: Stats reporting fixes
 2026-02-04  3:40 UTC  (6+ messages)
` [PATCH net 1/2] gve: Fix stats report corruption on queue count change
` [PATCH net 2/2] gve: Correct ethtool rx_dropped calculation

[PATCH bpf-next 1/2] bpf: Tighten conditions when timer/wq can be called synchronously
 2026-02-04  3:09 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a testcase for deadlock avoidance

[RFC bpf-next 00/12] bpf: tracing_multi link
 2026-02-04  2:20 UTC  (23+ messages)
` [RFC bpf-next 01/12] ftrace: Add ftrace_hash_count function
` [RFC bpf-next 02/12] bpf: Add struct bpf_trampoline_ops object
` [RFC bpf-next 03/12] bpf: Add struct bpf_struct_ops_tramp_link object
` [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
` [RFC bpf-next 05/12] bpf: Add multi tracing attach types
` [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
` [RFC bpf-next 07/12] bpf: Add support to create tracing multi link
` [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
` [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link
` [RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
` [RFC bpf-next 11/12] selftests/bpf: Add fentry intersected "
` [RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test

[PATCH v1] net: stmmac: Disable queues before tx_disable
 2026-02-04  2:15 UTC 

[PATCH v1 bpf-next 0/2] bpf: Misc changes around AF_UNIX
 2026-02-04  1:52 UTC  (4+ messages)
` [PATCH v1 bpf-next 1/2] bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr()
` [PATCH v1 bpf-next 2/2] bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock()

[PATCH bpf-next v2] bpftool: Allow explicitly skip llvm dependency
 2026-02-04  1:17 UTC  (5+ messages)

[PATCH bpf-next] bpf: Remove RCU lock for perf callchain buffer
 2026-02-04  1:13 UTC  (3+ messages)

[PATCH v9 bpf-next 0/9] bpf: Avoid locks in bpf_timer and bpf_wq
 2026-02-04  1:10 UTC  (8+ messages)
` [PATCH v9 bpf-next 1/9] bpf: Enable bpf_timer and bpf_wq in any context

[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
 2026-02-04  1:08 UTC  (9+ messages)
` [PATCH bpf-next v8 2/3] perf: Refactor get_perf_callchain

[RFC PATCH bpf-next] bpf: ephemeral cgroup BPF control programs
 2026-02-04  1:04 UTC  (3+ messages)

[PATCH v7 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-04  0:49 UTC  (14+ messages)
` [PATCH v7 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v7 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v7 3/6] x86/asm: Simplify VDSO DWARF generation
` [PATCH v7 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v7 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v7 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH] bpf: add missing __printf attributes
 2026-02-04  0:33 UTC  (8+ messages)

[PATCH bpf-next 1/2] bpf: Add bitwise tracking for BPF_END
 2026-02-03 22:36 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] bpf: Improve linked register tracking
 2026-02-03 22:26 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Support negative offsets, BPF_SUB, and alu32 for "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for improved "

INFO: task hung in bpf_struct_ops_map_free
 2026-02-03 19:19 UTC  (2+ messages)

[PATCH v2 0/4] bpf: Add bpf_stream_print_stack kfunc
 2026-02-03 19:00 UTC  (6+ messages)
` [PATCH v2 1/4] bpf: Add bpf_stream_print_stack stack dumping kfunc
` [PATCH v2 2/4] selftests/bpf: Add selftests for bpf_stream_print_stack
` [PATCH v2 3/4] bpf: Allow BPF stream kfuncs while holding a lock
` [PATCH v2 4/4] selftests/bpf: Add selftests for stream functions under lock

[PATCH bpf-next v7 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2026-02-03 18:44 UTC  (3+ messages)
` [PATCH bpf-next v7 3/4] bpf: Add signature verification kfuncs

[PATCH bpf-next v3 0/5] bpf: verifier: Improve state pruning for scalar registers
 2026-02-03 18:40 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: verifier: Assign ids on stack fills
` [PATCH bpf-next v3 2/5] bpf: verifier: Clear singular ids for scalars
` [PATCH bpf-next v3 3/5] bpf: verifier: Relax maybe_widen_reg() constraints
` [PATCH bpf-next v3 4/5] bpf: verifier: Relax scalar id equivalence for state pruning
` [PATCH bpf-next v3 5/5] selftests: bpf: verifier_scalar_ids: Add a test for ids=0

[PATCH 0/4] bpf: Add bpf_stream_print_stack kfunc
 2026-02-03 17:39 UTC  (5+ messages)
` [PATCH 1/4] bpf: Add bpf_stream_print_stack stack dumping kfunc

[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-03 17:22 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] BPF libarena Development and
 2026-02-03 17:21 UTC 

[PATCH bpf 0/2] Fix some corner cases in xskxceiver
 2026-02-03 15:50 UTC  (3+ messages)
` [PATCH bpf 1/2] selftests/xsk: properly handle batch ending in the middle of a packet
` [PATCH bpf 2/2] selftests/xsk: fix number of Tx frags in invalid packet

[PATCH 2/2] tracing: resolve enum names for function arguments via BTF
 2026-02-03 16:00 UTC  (3+ messages)

INFO: task hung in bpf_trampoline_get
 2026-02-03 15:45 UTC  (2+ messages)

[PATCH v13 net-next 00/15] AccECN protocol case handling series
 2026-02-03 14:20 UTC  (4+ messages)

[PATCH bpf 0/6] Address XDP frags having negative tailroom
 2026-02-03 13:37 UTC  (12+ messages)
` [PATCH bpf 1/6] xdp: produce a warning when calculated tailroom is negative
` [PATCH bpf 2/6] ice: fix rxq info registering in mbuf packets
` [PATCH bpf 3/6] ice: change XDP RxQ frag_size from DMA write length to truesize
` [PATCH bpf 4/6] i40e: use truesize as XDP RxQ info frag_size
` [PATCH bpf 5/6] idpf: "
` [PATCH bpf 6/6] net: enetc: "

[PATCH] netfilter: bpf: add missing declaration for bpf_ct_set_nat_info
 2026-02-03 13:05 UTC  (3+ messages)

INFO: task hung in cgroup_storage_map_free
 2026-02-03  8:13 UTC 

[PATCH v5 2/3] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
 2026-02-03  6:46 UTC  (3+ messages)

[PATCH bpf-next 0/3] bpf: fsession support for riscv
 2026-02-03  6:25 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf, riscv: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next 2/3] bpf, riscv: add fsession support for trampolines
` [PATCH bpf-next 3/3] selftests/bpf: enable fsession_test on riscv64

[PATCH v6 net-next 00/15] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-02-03  5:23 UTC  (16+ messages)
` [PATCH v6 net-next 01/15] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v6 net-next 02/15] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v6 net-next 03/15] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v6 net-next 04/15] net: fec: add fec_build_skb() to build a skb
` [PATCH v6 net-next 05/15] net: fec: improve fec_enet_rx_queue()
` [PATCH v6 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v6 net-next 07/15] net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
` [PATCH v6 net-next 08/15] net: fec: transmit XDP frames in bulk
` [PATCH v6 net-next 09/15] net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
` [PATCH v6 net-next 10/15] net: fec: use switch statement to check the type of tx_buf
` [PATCH v6 net-next 11/15] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH v6 net-next 12/15] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v6 net-next 13/15] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH v6 net-next 14/15] net: fec: improve fec_enet_tx_queue()
` [PATCH v6 net-next 15/15] net: fec: add AF_XDP zero-copy support


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