messages from 2026-07-15 09:00:38 to 2026-07-16 07:52:12 UTC [more...]
[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-07-16 7:51 UTC (6+ 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 bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
2026-07-16 7:41 UTC (23+ messages)
` [PATCH bpf-next v5 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v5 04/10] bpf, x86: add helper to emit kasan checks in x86 JITed programs
` [PATCH bpf-next v5 05/10] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v5 06/10] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v5 07/10] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v5 08/10] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v5 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v5 10/10] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH v2] bpf, riscv: fix missing extable entry for arena load_acquire
2026-07-16 7:38 UTC
[PATCH] bpf, riscv: fix missing extable entry for arena load_acquire
2026-07-16 7:26 UTC (3+ messages)
[PATCH] libarena/selftests: use ARRAY_SIZE macro in st_asan_buddy.bpf.c
2026-07-16 7:23 UTC (2+ messages)
[PATCH bpf-next v3 00/17] Redesign Verification Errors
2026-07-16 7:07 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 04/17] bpf: Prune verifier diagnostics when switching paths
` [PATCH bpf-next v3 05/17] bpf: Track verifier register diagnostic events
[PATCH bpf-next] bpf:syscall: Log error code on trampoline unlink failure
2026-07-16 7:03 UTC (8+ messages)
[PATCH net-next v2 00/14] net: enable TC956x support
2026-07-16 7:02 UTC (3+ messages)
` [PATCH net-next v2 12/14] gpio: tc956x: add TC956x/QPS615 support
[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-07-16 7:01 UTC (2+ messages)
Linking Patchwork with Sashiko?
2026-07-16 6:23 UTC (15+ messages)
[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
2026-07-16 5:30 UTC (16+ 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 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 "
[STABLE REQUEST] bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
2026-07-16 5:09 UTC (2+ messages)
[PATCH bpf-next v2 0/2] Reject callback subprogs invoke tailcall
2026-07-16 3:22 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: "
[PATCH + QUESTION] bpf: use cond_resched_tasks_rcu_qs in bpf_fd_array_map_clear() loop
2026-07-16 3:17 UTC (3+ messages)
[PATCH v2] kbuild: rpm-pkg: Preserve .BTF section in kernel modules during debuginfo stripping
2026-07-16 3:01 UTC (2+ messages)
[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
2026-07-16 1:30 UTC (6+ messages)
` [PATCH v4 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
` [PATCH v4 1/2] "
` [PATCH v4 2/2] "
[PATCH] selftests/seccomp: Fix pointer type mismatch build error
2026-07-16 1:11 UTC (2+ messages)
[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
2026-07-16 0:12 UTC (5+ messages)
[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
2026-07-15 23:46 UTC (9+ messages)
` [PATCH v4 1/4] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v4 2/4] tools/build: Indent if else blocks
` [PATCH v4 3/4] tools/build: Allow versioning LLVM readelf
` [PATCH v4 4/4] tools/build: selftests: Remove some duplicate toolchain definitions
[PATCH bpf-next v1 0/9] Add arena argument support to kfuncs and struct_ops
2026-07-15 23:05 UTC (14+ messages)
` [PATCH bpf-next v1 1/9] bpf: Support __arena and __arena_nullable kfunc argument suffixes
` [PATCH bpf-next v1 2/9] bpf: Support __arena and __arena_nullable on struct_ops stub arguments
` [PATCH bpf-next v1 3/9] bpf, x86: JIT __arena kfunc argument rebasing
` [PATCH bpf-next v1 4/9] bpf, x86: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v1 5/9] selftests/bpf: Add kfunc __arena and __arena_nullable argument tests
` [PATCH bpf-next v1 6/9] selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
` [PATCH bpf-next v1 7/9] selftests/bpf: Add struct_ops __arena and __arena_nullable argument tests
` [PATCH bpf-next v1 8/9] bpf, x86: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v1 9/9] selftests/bpf: Test stack-passed struct_ops arena arguments
[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
2026-07-15 22:24 UTC (14+ messages)
` [PATCH bpf-next v5 1/8] netlink: specs: add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v5 2/8] net: veth: add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v5 3/8] net: ice: add xmo_rx_checksum callback
` [PATCH bpf-next v5 4/8] selftests/bpf: add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH bpf-next v5 5/8] selftests/bpf: add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
` [PATCH bpf-next v5 6/8] net: add bpf_skb_rx_checksum kfunc to read skb checksum metadata
` [PATCH bpf-next v5 7/8] selftests/bpf: Add test for bpf_skb_rx_checksum kfunc
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation
[PATCH 6.12.y 0/6] cBPF JIT spray hardening
2026-07-15 21:56 UTC (11+ messages)
` [PATCH 6.12.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.12.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.12.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.12.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.12.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.12.y 6/6] bpf: Prefer dirty packs for eBPF allocations
[PATCH 0/4] selftests/bpf: A few edge case fixes
2026-07-15 21:40 UTC (4+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it
[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
2026-07-15 19:47 UTC (11+ messages)
` [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 mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-15 19:14 UTC (10+ 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 bpf-next v1 0/2] Fix leftover issues of the unify bpf_call_arg_meta patchset
2026-07-15 18:18 UTC (11+ messages)
` [PATCH bpf-next v1 1/2] bpf: Disable raw mdoe for bloom filter map_peek
` [PATCH bpf-next v1 2/2] bpf: Zero kfunc arg meta before error paths can read it
[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-15 15:01 UTC (7+ messages)
[PATCH v3 0/5] tools/build: Allow versioning of all LLVM tools
2026-07-15 14:46 UTC (8+ messages)
` [PATCH v3 1/5] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v3 2/5] tools/build: Indent if else blocks
` [PATCH v3 3/5] tools/build: Allow versioning LLVM readelf
` [PATCH v3 4/5] tools/build: selftests: Allow versioning LLVM lld
` [PATCH v3 5/5] tools/build: selftests: Remove some duplicate toolchain definitions
[PATCH bpf-next 0/4] bpf: Inline the numeric open-coded iterator kfuncs
2026-07-15 14:15 UTC (8+ messages)
` [PATCH bpf-next 1/4] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next 2/4] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next 3/4] bpf: Inline bpf_iter_num_destroy() kfunc
` [PATCH bpf-next 4/4] selftests/bpf: Add bpf_for() benchmark
[PATCH bpf-next v2 0/3] bpf: Disallow interpreter fallback for interpreter-unsupported insns
2026-07-15 14:11 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Disallow interpreter fallback for arena-related insns
` [PATCH bpf-next v2 2/3] bpf: Disallow interpreter fallback for gotox insn
` [PATCH bpf-next v2 3/3] bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn
[PATCH bpf-next 0/4] selftests/bpf: Fix compilation with RELEASE=1
2026-07-15 13:30 UTC (8+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Check malloc result with ASSERT_NEQ in test_loader
` [PATCH bpf-next 2/4] selftests/bpf: Check malloc result with ASSERT_NEQ in test_sha256
` [PATCH bpf-next 3/4] selftests/bpf: Silence array bounds warning in global_map_resize
` [PATCH bpf-next 4/4] selftests/bpf: Silence maybe-uninitialized compiler warning in libarena
[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-07-15 13:24 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix fib_lookup VLAN tests on hosts with forwarding on
2026-07-15 11:20 UTC (2+ messages)
[PATCH] selftests: do not preserve ownership when installing files with rsync
2026-07-15 10:51 UTC
[PATCH bpf v3 0/2] bpf, sockmap: Fix FIONREAD for sockets without a verdict program
2026-07-15 10:27 UTC (6+ messages)
` [PATCH bpf v3 1/2] bpf, sockmap: Account for receive queue in FIONREAD "
[PATCH bpf v5 0/2] bpf: Reject negative const offsets for buffer pointers
2026-07-15 9:40 UTC (8+ messages)
` [PATCH bpf v5 2/2] selftests/bpf: Cover negative buffer pointer offsets
[PATCH bpf-next v2 0/7] Unify helper and kfunc call_arg_meta
2026-07-15 9:10 UTC (2+ messages)
[PATCH bpf v4 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
2026-07-15 9:00 UTC (5+ messages)
` [PATCH bpf v4 2/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
[PATCH v2] docs: bpf: document BPF_RB_OVERWRITE_POS in bpf_ringbuf_query
2026-07-15 9:00 UTC (2+ messages)
[PATCH bpf-next v7 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-07-15 9:00 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