public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-11 11:16:10 to 2026-02-12 19:03:32 UTC [more...]

[PATCH bpf v2 0/9] Address XDP frags having negative tailroom
 2026-02-12 18:33 UTC  (8+ messages)
` [PATCH bpf v2 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH bpf v2 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH bpf v2 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH bpf v2 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v2 5/9] i40e: fix registering XDP RxQ info
` [PATCH bpf v2 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [PATCH bpf v2 7/9] idpf: use truesize "

[LSF/MM/BPF TOPIC] eBPF isolation with pkeys
 2026-02-12 18:37 UTC  (7+ messages)

[PATCH RFC bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-12 16:51 UTC  (8+ messages)
` [PATCH RFC bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH bpf-next v3 0/3] Separate tests that need error injection
 2026-02-12 16:35 UTC  (6+ messages)

[PATCH bpf-next 0/2] libbpf: Add bpf_prog_clone for individual program loading
 2026-02-12 16:22 UTC  (6+ messages)
` [PATCH bpf-next 1/2] libbpf: Introduce bpf_prog_clone()
` [PATCH bpf-next 2/2] selftests/bpf: Use bpf_prog_clone() in veristat

[RFC PATCH bpf-next 0/1] Upgrading uprobe and kprobe to their `multi` counterparts
 2026-02-12 15:20 UTC  (2+ messages)
` [RFC PATCH bpf-next 1/1] libbpf: Auto-upgrade uprobes to multi-uprobes when supported

[PATCH bpf-next v1 00/14] selftests/bpf: Fixes for userspace ASAN
 2026-02-12 15:03 UTC  (24+ messages)
` [PATCH bpf-next v1 01/14] selftests/bpf: Pass through build flags to bpftool and resolve_btfids
` [PATCH bpf-next v1 02/14] resolve_btfids: Fix memory leaks reported by ASAN
` [PATCH bpf-next v1 03/14] selftests/bpf: Add DENYLIST.asan
` [PATCH bpf-next v1 04/14] selftests/bpf: Refactor bpf_get_ksyms() trace helper
` [PATCH bpf-next v1 05/14] selftests/bpf: Fix memory leaks in tests
` [PATCH bpf-next v1 06/14] selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()
` [PATCH bpf-next v1 07/14] veristat: Fix a memory leak for preset ENUMERATOR
` [PATCH bpf-next v1 08/14] selftests/bpf: Fix use-after-free in xdp_metadata test
` [PATCH bpf-next v1 09/14] selftests/bpf: Fix double thread join in uprobe_multi_test
` [PATCH bpf-next v1 10/14] selftests/bpf: Fix resource leaks caused by missing cleanups
` [PATCH bpf-next v1 11/14] selftests/bpf: Free bpf_object in test_sysctl
` [PATCH bpf-next v1 12/14] selftests/bpf: Fix array bounds warning in jit_disasm_helpers
` [PATCH bpf-next v1 13/14] selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN
` [PATCH bpf-next v1 14/14] selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()

[PATCH bpf v2] bpf: cpumap: fix race in bq_flush_to_queue on PREEMPT_RT
 2026-02-12 14:33 UTC  (2+ messages)

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-12 14:28 UTC  (12+ messages)
` [RFC PATCH 1/7] mm/slab: introduce k[v]free_rcu() with struct rcu_ptr
` [RFC PATCH 6/7] mm/slab: introduce kfree_rcu_nolock()

[PATCHv3 bpf-next 0/5] libbpf: Make optimized uprobes backward compatible
 2026-02-12 14:10 UTC  (13+ messages)
` [PATCHv3 bpf-next 2/5] libbpf: Add uprobe syscall feature detection
` [PATCHv3 bpf-next 3/5] libbpf: Add support to detect nop,nop5 instructions combo for usdt probe
` [PATCHv3 bpf-next 4/5] selftests/bpf: Add test for checking correct nop of optimized usdt
` [PATCHv3 bpf-next 5/5] selftests/bpf: Add usdt trigger bench

[LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
 2026-02-12 11:02 UTC  (8+ messages)
    ` [Lsf-pc] "

[PATCH v2] selftests/bpf: Add powerpc support for get_preempt_count() in selftest
 2026-02-12 10:54 UTC  (2+ messages)

[PATCH v9 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-02-12  9:56 UTC  (17+ messages)
` [PATCH v9 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v9 02/12] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v9 03/12] arm64/delay: move some constants out to a separate header
` [PATCH v9 04/12] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v9 07/12] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v9 08/12] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()

[PATCH bpf-next 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
 2026-02-12  9:23 UTC  (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value
` [PATCH bpf-next 2/3] mm/memcontrol: Return error when accessing kmem with nokmem
` [PATCH bpf-next 3/3] selftests/bpf: Skip test_kmem when cgroup.memory=nokmem

[PATCH bpf-next 0/3] bpf: consolidate pointer offset tracking in var_off
 2026-02-12  8:15 UTC  (11+ messages)
` [PATCH bpf-next 1/3] bpf: split check_reg_sane_offset() in two parts
` [PATCH bpf-next 2/3] bpf: use reg->var_off instead of reg->off for pointers
` [PATCH bpf-next 3/3] bpf: rename bpf_reg_state->off to bpf_reg_state->delta

Mainline BPF selftests failure due to rcu_tasks_trace and do_filp_open changes
 2026-02-12  6:18 UTC  (5+ messages)

[PATCH bpf-next v10 0/8] bpf: Extend BPF syscall with common attributes support
 2026-02-12  5:50 UTC  (14+ messages)
` [PATCH bpf-next v10 1/8] "
` [PATCH bpf-next v10 2/8] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v10 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v10 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v10 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v10 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v10 7/8] libbpf: "
` [PATCH bpf-next v10 8/8] selftests/bpf: Add tests to verify map create failure log

[RFC] adding KASAN support to JIT compiler(s)
 2026-02-12  2:06 UTC  (6+ messages)

[PATCH 0/2] bpf: Introduce the bpf_list_del API
 2026-02-12  1:56 UTC  (3+ messages)
` [PATCH 1/2] bpf: Introduce the bpf_list_del kfunc

[PATCH v6 0/5] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-12  1:50 UTC  (3+ messages)
` [PATCH v6 2/5] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set

[PATCH] vsnprintf: drop __printf() attributes on binary printing functions
 2026-02-12  1:28 UTC  (2+ messages)

[PATCH AUTOSEL 6.19-6.18] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-02-12  1:09 UTC  (7+ messages)
` [PATCH AUTOSEL 6.19-6.18] bpftool: Fix dependencies for static build
` [PATCH AUTOSEL 6.19-6.18] bpf: Properly mark live registers for indirect jumps
` [PATCH AUTOSEL 6.19-5.10] bpf: verifier improvement in 32bit shift sign extension pattern
` [PATCH AUTOSEL 6.19-6.12] bpf: Recognize special arithmetic shift in the verifier
` [PATCH AUTOSEL 6.19-6.12] bpf: crypto: Use the correct destructor kfunc type
` [PATCH AUTOSEL 6.19-6.18] bpf: net_sched: "

[PATCH bpf-next v4 0/2] Add wakeup_source iterators
 2026-02-12  0:35 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] bpf: Add wakeup_source iterator
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests for wakeup_sources

[PATCH bpf-next v1 0/2] bpf: Fix and simplify bpf_task_work_ctx lifetime management
 2026-02-11 23:46 UTC  (8+ messages)
` [PATCH bpf-next v1 1/2] bpf: Fix use-after-free in bpf_task_work_ctx freeing
` [PATCH bpf-next v1 2/2] bpf: Use kmalloc_nolock for bpf_task_work_ctx allocation

[PATCH v1 bpf 0/2] bpf: Reject access to unix_sk(sk)->{peer,listener}
 2026-02-11 23:01 UTC  (10+ messages)
` [PATCH v1 bpf 1/2] bpf: Reject access to unix_sk(sk)->peer

[PATCH bpf] selftests/bpf: Fix map_kptr grace period wait
 2026-02-11 22:40 UTC  (2+ messages)

[RFC PATCH bpf-next v1 0/6] Concurrency Testing
 2026-02-11 22:09 UTC  (11+ messages)
` [RFC PATCH bpf-next v1 1/6] bpf: Support repeat, duration fields for syscall prog runs
` [RFC PATCH bpf-next v1 2/6] bpf: Allow timing functions in lock critical sections
` [RFC PATCH bpf-next v1 3/6] bpf: Enable rqspinlock in tracing progs
` [RFC PATCH bpf-next v1 4/6] selftests/bpf: Introduce concurrency testing tool
` [RFC PATCH bpf-next v1 5/6] selftests/bpf: Generate various conctest permutations
` [RFC PATCH bpf-next v1 6/6] selftests/bpf: Extend conctest to wq and task_work

[PATCH bpf-next v4 0/3] bpf: fsession support for riscv
 2026-02-11 21:30 UTC  (2+ messages)

[PATCH bpf-next v1] selftests/bpf: migrate align.c tests to test_loader framework
 2026-02-11 20:41 UTC  (2+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
 2026-02-11 20:29 UTC  (2+ messages)

[PATCH io_uring-7.1 v6 0/5] BPF controlled io_uring
 2026-02-11 19:04 UTC  (6+ messages)
` [PATCH v6 1/5] io_uring: introduce callback driven main loop
` [PATCH v6 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v6 3/5] io_uring/bpf-ops: add kfunc helpers
` [PATCH v6 4/5] io_uring/bpf-ops: implement bpf ops registration
` [PATCH v6 5/5] selftests/io_uring: add a bpf io_uring selftest

[PATCH io_uring-7.1 v5 0/5] BPF controlled io_uring
 2026-02-11 18:58 UTC  (11+ messages)
` [PATCH v5 1/5] io_uring: introduce callback driven main loop
` [PATCH v5 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v5 3/5] io_uring/bpf-ops: add kfunc helpers
` [PATCH v5 4/5] io_uring/bpf-ops: implement bpf ops registration
` [PATCH v5 5/5] selftests/io_uring: add a bpf io_uring selftest

[PATCH net-next 3/9] ice: migrate to netdev ops lock
 2026-02-11 18:46 UTC  (6+ messages)
` [net-next,3/9] "

[PATCH v2 mm-stable] procfs: avoid fetching build ID while holding VMA lock
 2026-02-11 17:29 UTC  (7+ messages)
` [BUG] "
    ` [PATCH] procfs: Prevent double mmput() in do_procmap_query()

[PATCH bpf-next] libbpf: skip compat check for session kfuncs
 2026-02-11 17:20 UTC  (2+ messages)

[PATCH net-next v5 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2026-02-11 17:12 UTC  (9+ messages)
` [PATCH net-next v5 2/2] net/mlx5: Avoid copying payload to the skb's linear part

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-02-11 16:15 UTC  (3+ messages)

[PATCH v9 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-11 14:13 UTC  (7+ messages)
` [PATCH v9 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v9 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v9 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v9 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v9 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v9 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-11 13:24 UTC  (7+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock

[PATCH bpf v1] bpf: cpumap: fix race in bq_flush_to_queue on PREEMPT_RT
 2026-02-11 12:26 UTC  (3+ messages)

[PATCH v2 0/4] tools/rtla: Consolidate nr_cpus usage
 2026-02-11 11:15 UTC  (4+ messages)
` [PATCH v2 1/4] tools/rtla: Consolidate nr_cpus usage across all tools


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