messages from 2026-07-17 21:52:18 to 2026-07-20 08:23:07 UTC [more...]
[PATCH bpf-next v3 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
2026-07-20 8:22 UTC (3+ messages)
[PATCH bpf-next v1] bpftool: Skip prog/map that disappears while looking it up by name
2026-07-20 8:02 UTC (2+ messages)
[PATCH 0/4] selftests/bpf: A few edge case fixes
2026-07-20 7:24 UTC (5+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it
[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 (2+ 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 (2+ messages)
[PATCH bpf-next v2 0/4] bpf: Add memory usage for arena and selftest
2026-07-19 16:20 UTC (10+ 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 (5+ messages)
` [PATCH v3 net 4/6] xsk: reclaim invalid multi-buffer Tx descs in ZC path
[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 (2+ messages)
[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 (4+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
[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 (2+ 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 (9+ 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
page: | 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