messages from 2026-07-17 08:05:16 to 2026-07-20 08:40:48 UTC [more...]
[PATCH bpf-next v1] bpftool: Skip prog/map that disappears while looking it up by name
2026-07-20 8:40 UTC (3+ messages)
[PATCH bpf-next v4 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-20 8:34 UTC
[PATCH bpf-next v4 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-20 8:34 UTC (2+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
[PATCH bpf-next v3 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
2026-07-20 8:22 UTC (3+ messages)
[PATCH 0/4] selftests/bpf: A few edge case fixes
2026-07-20 7:24 UTC (12+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it
` [PATCH 2/4] selftests/bpf: Install resolve_btfids.test.o.BTF where the test expects it
` [PATCH 3/4] selftests/bpf: Fix lsm_bdev dev_t encoding mismatch
[PATCH v4] bpf, riscv: fix extable handling for arena load_acquire
2026-07-20 7:06 UTC (2+ messages)
[PATCH v3] bpf, riscv: fix extable handling for arena load_acquire
2026-07-20 6:18 UTC (2+ messages)
[PATCH bpf] bpf: roll back stream capacity when allocation fails
2026-07-20 5:26 UTC (6+ messages)
` [PATCH bpf-next v2] "
[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
2026-07-20 5:03 UTC (22+ messages)
` [PATCH bpf-next v10 2/9] "
` [PATCH bpf-next v10 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v10 4/9] libbpf: Add support for global percpu data
` [PATCH bpf-next v10 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v10 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v10 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v10 8/9] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v10 9/9] selftests/bpf: Verify bpf_iter "
[PATCH bpf v3 0/3] Fixes for bpf link update
2026-07-20 4:04 UTC (7+ messages)
` [PATCH bpf v3 1/3] bpf: Fix potential UAF when reading bpf link info
` [PATCH bpf v3 2/3] bpf, cgroup: Fix storage not restored when update_effective_progs failed
` [PATCH bpf v3 3/3] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
[PATCH] bpf: Run deferred program freeing on system_dfl_long_wq
2026-07-20 3:31 UTC
[PATCH bpf v2] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
2026-07-20 3:23 UTC (4+ messages)
[GIT PULL] BPF fixes for 7.2-rc4
2026-07-19 21:08 UTC (3+ messages)
[RFC PATCH net-next 00/13] net: knod: in-kernel network offload device
2026-07-19 17:58 UTC (14+ messages)
` [RFC PATCH net-next 01/13] net: knod: add uapi and core headers
` [RFC PATCH net-next 02/13] net: devmem: extend memory provider for knod
` [RFC PATCH net-next 03/13] net: core: add XDP_MODE_HW offload hook "
` [RFC PATCH net-next 04/13] net: knod: add offload device core and control plane
` [RFC PATCH net-next 05/13] bpf: offload: allow PERCPU_ARRAY maps for offloaded programs
` [RFC PATCH net-next 06/13] drm/amdkfd: prepare kfd core for the knod provider
` [RFC PATCH net-next 07/13] drm/amdkfd: add knod provider core
` [RFC PATCH net-next 08/13] drm/amdkfd: add GPU instruction emitter and disassembler
` [RFC PATCH net-next 09/13] drm/amdkfd: add BPF-to-GPU JIT offload
` [RFC PATCH net-next 10/13] net/mlx5e: add knod XDP offload support
` [RFC PATCH net-next 11/13] bnxt_en: "
` [RFC PATCH net-next 12/13] selftests: drivers/net: add knod tests
` [RFC PATCH net-next 13/13] drm/amdkfd: add IPsec full-packet offload
[PATCH bpf-next v2 0/3] bpf: Disallow interpreter fallback for interpreter-unsupported insns
2026-07-19 17:40 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: remove redundant config option from selftests fragments
2026-07-19 16:30 UTC (2+ messages)
[PATCH bpf-next v2 0/2] bpf: Reject arena frees below the arena base
2026-07-19 16:30 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover scalar arena frees below the base
[PATCH bpf-next v2 0/4] bpf: Add memory usage for arena and selftest
2026-07-19 16:20 UTC (12+ messages)
` [PATCH bpf-next v2 1/4] bpf: Pass arena instead of scratch_page to the pte callbacks
` [PATCH bpf-next v2 2/4] bpf: Add memory usage for arena
` [PATCH bpf-next v2 3/4] selftests/bpf: Run arena tests serially
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for memory usage for arena
[PATCH bpf-next v2 0/5] Fix unique field logic in BTF
2026-07-19 16:17 UTC (11+ messages)
` [PATCH bpf-next v2 1/5] bpf: Fix offset warn check for bpf_res_spin_lock
` [PATCH bpf-next v2 2/5] bpf: Preserve unique-field state across nested structs
` [PATCH bpf-next v2 3/5] bpf: Mark bpf_refcount field as unique
` [PATCH bpf-next v2 4/5] selftests/bpf: Test duplicate unique fields in nested structs
` [PATCH bpf-next v2 5/5] selftests/bpf: Test duplicate bpf_refcount fields
[PATCH] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
2026-07-19 16:16 UTC
[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
2026-07-19 15:30 UTC (9+ messages)
` [PATCH v3 net 4/6] xsk: reclaim invalid multi-buffer Tx descs in ZC path
` [PATCH v3 net 5/6] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH v3 net 6/6] selftests/xsk: account invalid multi-buffer Tx descriptors
[PATCH] bpf, sockmap: Fix sk_redir use-after-free in send verdict
2026-07-19 15:22 UTC
[PATCH bpf-next v1 0/2] Fix unique fields for nested structs in BTF
2026-07-19 15:17 UTC (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: Preserve unique-field state across nested structs
` [PATCH bpf-next v1 2/2] selftests/bpf: Test duplicate unique fields in "
[PATCH 6.6.y 0/6] cBPF JIT spray hardening
2026-07-19 15:00 UTC (10+ messages)
` [PATCH 6.6.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.6.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.6.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.6.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.6.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.6.y 6/6] bpf: Prefer dirty packs for eBPF allocations
[PATCH bpf-next v6] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
2026-07-19 14:20 UTC (6+ messages)
[PATCH bpf-next v1 0/2] Open up res_spin_lock for tracing programs, fix is_tracing_prog_type()
2026-07-19 14:12 UTC (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: Allow bpf_res_spin_lock() in all contexts
` [PATCH bpf-next v1 2/2] bpf: Fix is_tracing_prog_type() to cover fentry/fexit/fmod_ret
[PATCH v4 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
2026-07-19 13:56 UTC (7+ messages)
` [PATCH v4 net 1/6] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v4 net 2/6] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH v4 net 3/6] xsk: provide sufficient space in pool->tx_descs
` [PATCH v4 net 4/6] xsk: reclaim invalid Tx descriptors in ZC batch path
` [PATCH v4 net 5/6] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH v4 net 6/6] selftests/xsk: account reclaimed invalid Tx descriptors
[PATCH bpf-next] bpf: Zero queue and stack outputs on lock failure
2026-07-19 13:15 UTC (2+ messages)
[PATCH bpf-next] bpf: Fix offset warn check for bpf_res_spin_lock
2026-07-19 12:29 UTC (2+ messages)
[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-07-19 9:23 UTC (7+ messages)
[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-18 14:28 UTC (10+ messages)
` [PATCH mm-hotfixes v5 1/5] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v5 2/5] x86/mm/pat: acquire init_mm write lock on collapse to avoid UAF
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change "
` [PATCH mm-hotfixes v5 4/5] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v5 5/5] arm64: remove redundant concurrent ptdump UAF mitigation
[PATCH net-next] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
2026-07-18 13:44 UTC
[PATCH bpf-next v1 0/9] Add arena argument support to kfuncs and struct_ops
2026-07-18 7:16 UTC (4+ messages)
` [PATCH bpf-next v1 3/9] bpf, x86: JIT __arena kfunc argument rebasing
[PATCH bpf-next] bpf, arm64: Optimize cast_user code generation
2026-07-18 4:17 UTC (3+ messages)
[PATCH bpf-next] bpf, arm64: Fix stack-passed arguments for indirect trampolines
2026-07-18 2:49 UTC (3+ messages)
[PATCH bpf-next 0/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc JITs
2026-07-17 23:01 UTC (10+ messages)
` [PATCH bpf-next 1/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc64 JIT
` [PATCH bpf-next 2/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc32 JIT
[PATCH] libarena: use ARRAY_SIZE macro in test_rbtree.bpf.c
2026-07-17 21:29 UTC (3+ messages)
[PATCH bpf-next v2 0/4] bpf: Inline the numeric open-coded iterator kfuncs
2026-07-17 19:57 UTC (10+ messages)
` [PATCH bpf-next v2 1/4] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v2 2/4] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v2 3/4] bpf: Inline bpf_iter_num_destroy() kfunc
` [PATCH bpf-next v2 4/4] selftests/bpf: Add bpf_for() benchmark
[PATCH] bpf: Fix alignment of memory allocator objects on 32-bit archs
2026-07-17 19:16 UTC (2+ messages)
[PATCH v4 0/2] perf trace: Refactor augmented_raw_syscalls using bpf_for
2026-07-17 17:46 UTC (2+ messages)
[PATCH RFC net-next 0/6] skb extension for BPF metadata
2026-07-17 17:30 UTC (6+ messages)
` [PATCH RFC net-next 3/6] bpf: Allow skb extensions to survive packet scrubbing
[PATCH v5 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
2026-07-17 17:29 UTC (6+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftest/bpf: added selftest sockmap_basic/sockmap recvfrom eagain
[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
2026-07-17 16:29 UTC (3+ messages)
[PATCH v2] selftests: stop leaking OUTPUT into gen_mods_dir kernel builds
2026-07-17 15:01 UTC
[PATCH] selftests: do not preserve ownership when installing files with rsync
2026-07-17 12:40 UTC (2+ messages)
[PATCH mm-hotfixes v4 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-17 11:45 UTC (8+ messages)
` [PATCH mm-hotfixes v4 2/4] x86/mm/pat: acquire init_mm write lock to avoid UAF
[PATCH] tools/resolve_btfids: fix OUTPUT leakage from kselftest causing corrupted build paths
2026-07-17 10:14 UTC (2+ messages)
` "
[PATCH bpf-next v2 0/2] bpf: Validate byte type for helper stack reads
2026-07-17 10:05 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Check byte type when validating "
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover helper reads of invalid spill siblings
[PATCH bpf] veth: convert frag_list skbs before running XDP
2026-07-17 9:56 UTC (2+ messages)
[PATCH bpf-next 1/3] bpf: Add memory usage for arena
2026-07-17 9:34 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox