messages from 2026-07-16 06:57:08 to 2026-07-17 15:53:55 UTC [more...]
[PATCH v5 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
2026-07-17 15:53 UTC (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftest/bpf: added selftest sockmap_basic/sockmap recvfrom eagain
[PATCH v2] selftests: stop leaking OUTPUT into gen_mods_dir kernel builds
2026-07-17 15:01 UTC
[PATCH bpf-next] bpf, arm64: Optimize cast_user code generation
2026-07-17 14:19 UTC (2+ messages)
[PATCH bpf-next] bpf, arm64: Fix stack-passed arguments for indirect trampolines
2026-07-17 14:19 UTC (2+ messages)
[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
2026-07-17 13:56 UTC (17+ messages)
` [PATCH v3 net 1/6] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v3 net 3/6] xsk: provide sufficient space in pool->tx_descs
` [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-next v2 0/2] bpf: Reject arena frees below the arena base
2026-07-17 13:39 UTC (4+ 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-17 13:18 UTC (7+ 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] selftests: do not preserve ownership when installing files with rsync
2026-07-17 12:40 UTC (2+ messages)
[PATCH bpf-next v2 0/4] bpf: Inline the numeric open-coded iterator kfuncs
2026-07-17 12:02 UTC (5+ 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 mm-hotfixes v4 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-17 11:45 UTC (14+ messages)
` [PATCH mm-hotfixes v4 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v4 2/4] x86/mm/pat: acquire init_mm write lock to avoid UAF
` [PATCH mm-hotfixes v4 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v4 4/4] arm64: remove redundant concurrent ptdump UAF mitigation
[PATCH] tools/resolve_btfids: fix OUTPUT leakage from kselftest causing corrupted build paths
2026-07-17 10:14 UTC (4+ 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 (10+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Run arena tests serially
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for memory usage for arena
[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-07-17 9:29 UTC (13+ messages)
` [PATCH bpf-next v3 1/5] bpf: dispatcher: allocate bpf_dispatcher->rw_image with vzalloc()
` [PATCH bpf-next v3 2/5] bpf: drop __weak from bpf_jit_alloc_exec() and bpf_jit_free_exec()
` [PATCH bpf-next v3 3/5] bpf: alloc_prog_pack(): skip ROX management for already ROX memory
` [PATCH bpf-next v3 4/5] bpf, x86: make sure allocation in arch_bpf_trampoline_size() is writable
` [PATCH bpf-next v3 5/5] x86/bpf: enable EXECMEM_ROX_CACHE for BPF allocations
[PATCH] libarena: use ARRAY_SIZE macro in test_rbtree.bpf.c
2026-07-17 8:29 UTC (2+ messages)
[PATCH bpf v2] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
2026-07-17 8:00 UTC (2+ messages)
[PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
2026-07-17 7:37 UTC (9+ messages)
[PATCH bpf-next v3 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-17 7:34 UTC (6+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
[PATCH bpf] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
2026-07-17 7:19 UTC (3+ messages)
[PATCH] libarena: use ARRAY_SIZE macro in test_rbtree.bpf.c
2026-07-17 6:57 UTC (2+ messages)
[PATCH bpf-next v3 00/17] Redesign Verification Errors
2026-07-17 6:51 UTC (11+ messages)
` [PATCH bpf-next v3 02/17] bpf: Add source and instruction diagnostic context
` [PATCH bpf-next v3 03/17] bpf: Add verifier diagnostic event log
` [PATCH bpf-next v3 05/17] bpf: Track verifier register diagnostic events
[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
2026-07-17 6:25 UTC (6+ messages)
` [PATCH bpf-next v10 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v10 2/9] bpf: Introduce global percpu data
[PATCH stable 6.18 0/6] bpf: verifier: linked register tests and fixes
2026-07-17 4:46 UTC (8+ messages)
` [PATCH stable 6.18 1/6] selftests: bpf: Add test for multiple syncs from linked register
` [PATCH stable 6.18 2/6] selftests/bpf: Add tests for improved linked register tracking
` [PATCH stable 6.18 3/6] selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagation
` [PATCH stable 6.18 4/6] bpf: Clear delta when clearing reg id for non-{add,sub} ops
` [PATCH stable 6.18 5/6] selftests/bpf: Add tests for delta tracking when src_reg == dst_reg
` [PATCH stable 6.18 6/6] selftests/bpf: Add tests for stale delta leaking through id reassignment
[PATCH + QUESTION] bpf: use cond_resched_tasks_rcu_qs in bpf_fd_array_map_clear() loop
2026-07-17 4:21 UTC (3+ messages)
[PATCH] libarena/selftests: use ARRAY_SIZE macro in st_asan_buddy.bpf.c
2026-07-17 4:00 UTC (3+ messages)
[PATCH v3 0/2] bpf, riscv: add timed may_goto support
2026-07-17 3:28 UTC (7+ messages)
` [PATCH v3 1/2] bpf, riscv: add support for timed may_goto
` [PATCH v3 2/2] selftests/bpf: enable timed may_goto tests for riscv64
[PATCH bpf v2] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
2026-07-17 2:52 UTC (2+ messages)
[PATCH v2] bpf, riscv: fix missing extable entry for arena load_acquire
2026-07-17 2:34 UTC (5+ messages)
PROBLEM: BPF interpreter fallback after JIT compilation of BPF_ADDR_PERCPU leads to kernel panic
2026-07-17 2:12 UTC (6+ messages)
[PATCH 6.12.y 0/6] cBPF JIT spray hardening
2026-07-17 1:37 UTC (2+ messages)
[PATCH bpf-next v1 0/2] Fix leftover issues of the unify bpf_call_arg_meta patchset
2026-07-17 1:10 UTC (2+ messages)
[PATCH] libbpf: reject linker STT_SECTION symbols with out-of-range st_shndx
2026-07-17 0:53 UTC (2+ messages)
[PATCH bpf-next v3 0/3] Fixes for tailcall with subprog and callback
2026-07-17 0:50 UTC (7+ messages)
` [PATCH bpf-next v3 1/3] bpf: Sync tail_call_reachable with callee state on entry
` [PATCH bpf-next v3 2/3] bpf: Reject callback subprogs invoke tailcall
` [PATCH bpf-next v3 3/3] selftests/bpf: Add testcases for callback with tailcall
[PATCH bpf v3 0/2] bpf: Fix tracing of kfuncs with implicit args
2026-07-16 23:20 UTC (2+ messages)
[PATCH net] bpf: tcp: fix double sock release on batch realloc
2026-07-16 23:01 UTC (2+ messages)
Linking Patchwork with Sashiko?
2026-07-16 22:30 UTC (12+ messages)
[PATCH v5 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-07-16 21:55 UTC (2+ messages)
` [PATCH v5 "
[PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
2026-07-16 21:55 UTC (2+ messages)
` [PATCH v5 "
[PATCH 0/4] selftests/bpf: A few edge case fixes
2026-07-16 21:12 UTC (11+ 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 4/4] libbpf: Search /lib64 and /lib in resolve_full_path()
[PATCH bpf-next] bpf, mips: Add support for BPF_SDIV and BPF_SMOD in the mips JIT
2026-07-16 21:10 UTC
[PATCH bpf-next 0/2] bpf: Fix two trampoline image UAFs in bpf_trampoline_multi_detach()
2026-07-16 21:09 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf: Fix stale old_image UAF on trampoline update failure
` [PATCH bpf-next 2/2] bpf: Fix UAF in bpf_trampoline_multi_detach when ftrace update fails
[PATCH net-next v2 00/14] net: enable TC956x support
2026-07-16 16:24 UTC (5+ messages)
` [PATCH net-next v2 12/14] gpio: tc956x: add TC956x/QPS615 support
[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
2026-07-16 16:12 UTC (7+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation
[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
2026-07-16 16:06 UTC (4+ messages)
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation
[PATCH bpf-next] bpf, sparc: Add support for BPF_SDIV and BPF_SMOD in the sparc64 JIT
2026-07-16 15:11 UTC
[PATCH RFC net-next 0/6] skb extension for BPF metadata
2026-07-16 15:06 UTC (8+ messages)
` [PATCH RFC net-next 1/6] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH RFC net-next 3/6] bpf: Allow skb extensions to survive packet scrubbing
[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-16 13:29 UTC (19+ messages)
` [PATCH mm-hotfixes v3 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [PATCH mm-hotfixes v3 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v3 4/4] arm64: remove redundant concurrent ptdump UAF mitigation
[PATCH bpf-next v1 0/9] Add arena argument support to kfuncs and struct_ops
2026-07-16 11:32 UTC (4+ messages)
` [PATCH bpf-next v1 8/9] bpf, x86: Fix stack-passed arguments for indirect trampolines
[PATCH bpf-next v1 1/9] bpf: Support __arena and __arena_nullable kfunc argument suffixes
2026-07-16 11:31 UTC (3+ messages)
[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
2026-07-16 10:48 UTC (5+ messages)
` [PATCH v4 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
2026-07-16 9:48 UTC (7+ messages)
[PATCH bpf-next v3 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-16 9:34 UTC
[PATCH v2] kbuild: rpm-pkg: Preserve .BTF section in kernel modules during debuginfo stripping
2026-07-16 9:11 UTC (3+ messages)
[PATCH v1 0/4] bpf: Introduce bpf_netpoll
2026-07-16 8:51 UTC (10+ messages)
` [PATCH v1 1/4] bpf: Add netpoll kfuncs for sending UDP packets
[PATCH bpf-next v2 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-16 8:39 UTC (8+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
[PATCH bpf-next] bpf:syscall: Log error code on trampoline unlink failure
2026-07-16 8:01 UTC (3+ messages)
[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
2026-07-16 7:41 UTC (7+ messages)
` [PATCH bpf-next v5 04/10] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v5 10/10] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH] bpf, riscv: fix missing extable entry for arena load_acquire
2026-07-16 7:26 UTC (3+ messages)
[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-07-16 7:01 UTC (2+ 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