public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-08 01:50:43 to 2026-01-09 19:20:12 UTC [more...]

[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-09 19:19 UTC  (7+ messages)

[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-09 19:15 UTC  (12+ messages)
` [PATCH bpf-next v1 01/10] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v1 02/10] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v1 03/10] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 04/10] resolve_btfids: Support "
` [PATCH bpf-next v1 05/10] selftests/bpf: Add tests "
` [PATCH bpf-next v1 06/10] bpf: Add bpf_wq_set_callback kfunc with KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 07/10] HID: Use bpf_wq_set_callback kernel function
` [PATCH bpf-next v1 08/10] bpf: Add bpf_task_work_schedule_* kfuncs with KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 09/10] bpf: Add bpf_stream_vprintk "
` [PATCH bpf-next v1 10/10] bpf,docs: Document KF_IMPLICIT_ARGS flag

[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-01-09 19:06 UTC  (14+ messages)
` [PATCH v8 02/12] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v8 04/12] arm64: support WFET in smp_cond_relaxed_timeout()
` [PATCH v8 07/12] atomic: Add atomic_cond_read_*_timeout()

[PATCH] bpf-next: Prevent out of bound buffer write in __bpf_get_stack
 2026-01-09 19:05 UTC  (5+ messages)

[PATCH v5 bpf-next] bpftool: Make skeleton C++ compatible with explicit casts
 2026-01-09 19:00 UTC  (2+ messages)

[PATCH bpf-next v3 00/16] Remove task and cgroup local storage percpu counters
 2026-01-09 18:49 UTC  (12+ messages)
` [PATCH bpf-next v3 01/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v3 03/16] bpf: Open code bpf_selem_unlink_storage in bpf_selem_unlink
` [PATCH bpf-next v3 04/16] bpf: Convert bpf_selem_unlink to failable

[PATCH RFC v3 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
 2026-01-09 18:47 UTC  (7+ messages)
` [PATCH RFC v3 04/10] bpf: Add lock-free cell for NMI-safe async operations

[PATCH v8 bpf-next 00/10] Add kind layout to BTF
 2026-01-09 18:34 UTC  (19+ messages)
` [PATCH v8 bpf-next 01/10] btf: add kind layout encoding to UAPI

[PATCH bpf] libbpf: BTF dedup should ignore modifiers in type equivalence checks
 2026-01-09 17:28 UTC  (5+ messages)

[PATCH bpf-next 0/3] bpf: Introduce BPF_BRANCH_SNAPSHOT_F_COPY flag for bpf_get_branch_snapshot helper
 2026-01-09 16:31 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf, x64: Call perf_snapshot_branch_stack in trampoline
` [PATCH bpf-next 2/3] bpf: Introduce BPF_BRANCH_SNAPSHOT_F_COPY flag for bpf_get_branch_snapshot helper
` [PATCH bpf-next 3/3] selftests/bpf: Add BPF_BRANCH_SNAPSHOT_F_COPY test

[PATCHv2 bpf-next 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-01-09 16:19 UTC  (6+ messages)
` [PATCHv2 bpf-next 2/2] selftests/bpf: Add test for bpf_override_return helper

[PATCH] powerpc64/bpf: support direct_call on livepatch function
 2026-01-09 13:48 UTC  (10+ messages)

[PATCH net-next v8 0/9] Add support for providers with large rx buffer
 2026-01-09 11:28 UTC  (10+ messages)
` [PATCH net-next v8 1/9] net: memzero mp params when closing a queue
` [PATCH net-next v8 2/9] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v8 3/9] net: add bare bone queue configs
` [PATCH net-next v8 4/9] net: pass queue rx page size from memory provider
` [PATCH net-next v8 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v8 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size
` [PATCH net-next v8 8/9] selftests: iou-zcrx: test large chunk sizes
` [PATCH net-next v8 9/9] io_uring/zcrx: document area chunking parameter

[PATCH bpf-next v12 00/11] Improve the performance of BTF type lookups with binary search
 2026-01-09 13:00 UTC  (12+ messages)
` [PATCH bpf-next v12 01/11] libbpf: Add BTF permutation support for type reordering
` [PATCH bpf-next v12 02/11] selftests/bpf: Add test cases for btf__permute functionality
` [PATCH bpf-next v12 03/11] tools/resolve_btfids: Support BTF sorting feature
` [PATCH bpf-next v12 04/11] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v12 05/11] libbpf: Verify BTF sorting
` [PATCH bpf-next v12 06/11] btf: Optimize type lookup with binary search
` [PATCH bpf-next v12 07/11] btf: Verify BTF sorting
` [PATCH bpf-next v12 08/11] bpf: Skip anonymous types in type lookup for performance
` [PATCH bpf-next v12 09/11] bpf: Optimize the performance of find_bpffs_btf_enums
` [PATCH bpf-next v12 10/11] libbpf: Optimize the performance of determine_ptr_size
` [PATCH bpf-next v12 11/11] btf: Refactor the code by calling str_is_empty

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2026-01-09 11:48 UTC  (5+ messages)
` [PATCH RFC 14/19] slab: simplify kmalloc_nolock()

[PATCH v5.10.y] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
 2026-01-09 11:10 UTC  (3+ messages)

[PATCH v2 v5.10.y] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
 2026-01-09 10:20 UTC 

[RFC PATCH v2 0/3] Memory Controller eBPF support
 2026-01-09 11:00 UTC  (4+ messages)

[PATCH bpf-next v3 00/17] Decouple skb metadata tracking from MAC header offset
 2026-01-09 10:50 UTC  (8+ messages)
` [PATCH bpf-next v3 16/17] bpf: Realign skb metadata for TC progs using data_meta

[PATCH bpf] xsk: fix init race causing NPD/UAF in xsk_create()
 2026-01-09 10:46 UTC 

[PATCH bpf] xsk: fix init race causing NPD/UAF in xsk_create()
 2026-01-09 10:22 UTC  (2+ messages)

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

[PATCH bpf-next v4 0/4] Use correct destructor kfunc types
 2026-01-09  8:52 UTC  (4+ messages)

[PATCH bpf-next v3 0/3] bpf, x86: inline bpf_get_current_task() for x86_64
 2026-01-09  8:42 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: add TEST_TAG_KCONFIG_CHECK to test_loader
` [PATCH bpf-next v3 3/3] selftests/bpf: test the jited inline of bpf_get_current_task

[PATCH dwarves] btf_encoder: prefer strong function definitions for BTF generation
 2026-01-09  8:27 UTC  (10+ messages)

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2026-01-09  8:16 UTC  (2+ messages)

[PATCH] riscv, bpf: Emit fence.i for BPF_NOSPEC
 2026-01-09  5:36 UTC  (3+ messages)
  ` [tech-speculation-barriers] "

[PATCH bpf-next v3 0/2] bpf: Recognize special arithmetic shift in the verifier
 2026-01-09  2:53 UTC  (8+ messages)
` [PATCH bpf-next v3 1/2] "

Some unpriv verifier tests failed due to bpf_jit_bypass_spec_v1
 2026-01-09  0:05 UTC  (3+ messages)
` [RFC 3/3] selftests/bpf: Add missing SPEC_V1-ifdefs

[PATCH bpf-next v2 0/4] Add wakeup_source iterators
 2026-01-08 23:21 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: Add wakeup_source iterator
` [PATCH bpf-next v2 2/4] bpf: Open coded BPF for wakeup_sources
` [PATCH bpf-next v2 3/4] selftests/bpf: Add tests "
` [PATCH bpf-next v2 4/4] selftests/bpf: Open coded BPF wakeup_sources test

kernel build failure when CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
 2026-01-08 22:27 UTC  (5+ messages)

[syzbot] [bpf?] KASAN: slab-out-of-bounds Read in strnchr
 2026-01-08 21:43 UTC  (5+ messages)
` [PATCH] bpf: Format string can't be empty

[PATCH v1] kasan,mm: fix incomplete tag reset in change_memory_common()
 2026-01-08 20:13 UTC  (2+ messages)

[PATCH bpf-next v1] bpf: Use reg_state() for register access in verifier
 2026-01-08 17:51 UTC 

[PATCH v7 net-next 00/13] AccECN protocol case handling series
 2026-01-08 16:01 UTC  (8+ messages)
` [PATCH v7 net-next 10/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion

[PATCH iproute2-next v3] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2026-01-08 15:42 UTC  (3+ messages)

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

[PATCH] bpf: fix reference count leak in bpf_prog_test_run_xdp()
 2026-01-08 14:44 UTC  (4+ messages)

[PATCH bpf-next 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-01-08 14:32 UTC  (8+ messages)

[PATCH iwl-next v4] idpf: export RX hardware timestamping information to XDP
 2026-01-08 13:31 UTC  (2+ messages)

Question about RPS hash collisions with IPv6 flow labels
 2026-01-08 13:13 UTC 

[PATCH bpf] xsk: fix init race causing NPD/UAF in xsk_create()
 2026-01-08 11:53 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-08 11:46 UTC  (4+ messages)
` [PATCH bpf-next v5 2/3] bpf, sockmap: Fix FIONREAD for sockmap

[PATCH bpf-next 0/3] bpf: Improve linked register tracking
 2026-01-08 11:33 UTC  (12+ messages)
` [PATCH bpf-next 1/3] bpf: Support negative offsets and BPF_SUB for "
` [PATCH bpf-next 2/3] selftests/bpf: Add tests for linked register tracking with negative offsets
` [PATCH bpf-next 3/3] selftests/bpf: Update expected output for sub64_partial_overflow test

[PATCH bpf] xsk: fix init race causing NPD/UAF in xsk_create()
 2026-01-08 11:21 UTC  (2+ messages)

[PATCH] riscv, bpf: add a speculation barrier for BPF_NOSPEC
 2026-01-08 10:05 UTC  (5+ messages)
` [PATCH] riscv, bpf: Emit fence.i "

[PATCH net-next v6 0/2] xsk: move cq_cached_prod_lock
 2026-01-08  9:07 UTC  (4+ messages)
` [PATCH net-next v6 2/2] xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path

[PATCH bpf-next v11 00/11] Improve the performance of BTF type lookups with binary search
 2026-01-08  5:01 UTC  (14+ messages)
` [PATCH bpf-next v11 01/11] libbpf: Add BTF permutation support for type reordering
` [PATCH bpf-next v11 02/11] selftests/bpf: Add test cases for btf__permute functionality
` [PATCH bpf-next v11 03/11] tools/resolve_btfids: Support BTF sorting feature
` [PATCH bpf-next v11 04/11] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v11 05/11] libbpf: Verify BTF sorting
` [PATCH bpf-next v11 06/11] btf: Optimize type lookup with binary search
` [PATCH bpf-next v11 07/11] btf: Verify BTF sorting
` [PATCH bpf-next v11 08/11] bpf: Skip anonymous types in type lookup for performance
` [PATCH bpf-next v11 09/11] bpf: Optimize the performance of find_bpffs_btf_enums
` [PATCH bpf-next v11 10/11] libbpf: Optimize the performance of determine_ptr_size
` [PATCH bpf-next v11 11/11] btf: Refactor the code by calling str_is_empty

[PATCH] bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()
 2026-01-08  3:10 UTC  (2+ messages)

[PATCH bpf-next v8 00/11] bpf: fsession support
 2026-01-08  2:24 UTC  (12+ messages)
` [PATCH bpf-next v8 01/11] bpf: add "
` [PATCH bpf-next v8 02/11] bpf: use last 8-bits for the nr_args in trampoline
` [PATCH bpf-next v8 03/11] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v8 04/11] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v8 05/11] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v8 06/11] bpf,x86: introduce emit_st_r0_imm64() for trampoline
` [PATCH bpf-next v8 07/11] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v8 08/11] libbpf: add fsession support
` [PATCH bpf-next v8 09/11] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v8 10/11] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v8 11/11] selftests/bpf: test fsession mixed with fentry and fexit

[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
 2026-01-08  1:50 UTC  (8+ messages)
` [PATCH bpf-next v10 05/13] libbpf: Verify BTF Sorting


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