public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-07 14:28:24 to 2026-01-09 11:29:10 UTC [more...]

[PATCH net-next v8 0/9] Add support for providers with large rx buffer
 2026-01-09 11:28 UTC  (6+ 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 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  (14+ messages)
` [PATCH bpf-next v3 11/17] bpf, verifier: Remove side effects from may_access_direct_pkt_data
` [PATCH bpf-next v3 12/17] bpf, verifier: Turn seen_direct_write flag into a bitmap
` [PATCH bpf-next v3 13/17] bpf, verifier: Propagate packet access flags to gen_prologue
` [PATCH bpf-next v3 14/17] bpf, verifier: Track when data_meta pointer is loaded
` [PATCH bpf-next v3 15/17] bpf, verifier: Support direct kernel calls in gen_prologue
` [PATCH bpf-next v3 16/17] bpf: Realign skb metadata for TC progs using data_meta
` [PATCH bpf-next v3 17/17] selftests/bpf: Test skb metadata access after L2 decapsulation

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

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

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

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

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

[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-01-09  9:06 UTC  (7+ 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 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 v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-09  3:05 UTC 

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

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

[PATCH RFC v3 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
 2026-01-09  1:18 UTC  (18+ messages)
` [PATCH RFC v3 01/10] bpf: Refactor __bpf_async_set_callback()
` [PATCH RFC v3 02/10] bpf: Factor out timer deletion helper
` [PATCH RFC v3 03/10] bpf: Simplify bpf_timer_cancel()
` [PATCH RFC v3 04/10] bpf: Add lock-free cell for NMI-safe async operations
` [PATCH RFC v3 05/10] bpf: Enable bpf timer and workqueue use in NMI
` [PATCH RFC v3 06/10] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH RFC v3 07/10] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH RFC v3 08/10] selftests/bpf: Refactor timer selftests
` [PATCH RFC v3 09/10] selftests/bpf: Add stress test for timer async cancel
` [PATCH RFC v3 10/10] selftests/bpf: Verify bpf_timer_cancel_async works

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  (6+ 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 bpf-next v3 00/16] Remove task and cgroup local storage percpu counters
 2026-01-08 20:40 UTC  (5+ messages)
` [PATCH bpf-next v3 01/16] bpf: Convert bpf_selem_unlink_map to failable

[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  (3+ 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

[PATCH v3 0/3] RISC-V: add percpu.h to include/asm
 2026-01-07 22:34 UTC  (3+ messages)
` [PATCH v3 1/3] riscv: remove irqflags.h inclusion in asm/bitops.h

[PATCH bpf 0/2] bpf: Fix memory access flags in helper prototypes
 2026-01-07 21:01 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v4 0/2] kallsyms: Always initialize modbuildid
 2026-01-07 19:44 UTC  (3+ messages)
` [PATCH v4 1/2] kallsyms: Always initialize modbuildid on ftrace address

[PATCH v2] bpf-next: Prevent out of bound buffer write in __bpf_get_stack
 2026-01-07 18:44 UTC  (3+ messages)

[PATCH] bpf-next: Prevent out of bound buffer write in __bpf_get_stack
 2026-01-07 18:35 UTC  (4+ messages)

[syzbot] [kernel?] INFO: rcu detected stall in watchdog (2)
 2026-01-07 16:54 UTC  (2+ messages)

[PATCH v2 00/18] rtla: Code quality and robustness improvements
 2026-01-07 16:31 UTC  (5+ messages)
` [PATCH v2 15/18] rtla: Make stop_tracing variable volatile

[PATCH AUTOSEL 6.18-6.1] LoongArch: Enable exception fixup for specific ADE subcode
 2026-01-07 15:53 UTC 

[BUG/RFC 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-01-07 15:53 UTC  (6+ messages)

kernel crashes in BPF JIT code with kCFI and clang on x86
 2026-01-07 15:44 UTC  (4+ messages)

[PATCH bpf-next v3 0/5] bpf: lru: Fix unintended eviction when updating lru hash maps
 2026-01-07 15:14 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] bpf: lru: Tidy hash handling in LRU code
` [PATCH bpf-next v3 2/5] bpf: lru: Factor out bpf_lru_node_reset_state helper
` [PATCH bpf-next v3 3/5] bpf: lru: Factor out bpf_lru_move_next_inactive_rotation helper
` [PATCH bpf-next v3 4/5] bpf: lru: Fix unintended eviction when updating lru hash maps
` [PATCH bpf-next v3 5/5] selftests/bpf: Add tests to verify no unintended eviction when updating lru_[percpu_,]hash maps


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