messages from 2026-07-23 13:47:09 to 2026-07-24 20:50:10 UTC [more...]
[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
2026-07-24 20:49 UTC (27+ messages)
` [PATCH bpf-next v2 01/18] bpf: Drop process_timer_func wrappers
` [PATCH bpf-next v2 02/18] bpf: Unify const map ptr argument checking for helpers and kfuncs
` [PATCH bpf-next v2 03/18] bpf: Split kfunc map argument into __const_map and __map
` [PATCH bpf-next v2 04/18] bpf: Pass kfunc meta to mem and mem_size check
` [PATCH bpf-next v2 05/18] bpf: Check helper and kfunc mem+size arguments identically
` [PATCH bpf-next v2 06/18] selftests/bpf: Add tests for helper and kfunc mem+size arguments
` [PATCH bpf-next v2 07/18] bpf: Check fixed-size mem args of helpers and kfuncs the same way
` [PATCH bpf-next v2 08/18] bpf: Express ARG_CONST_SIZE_OR_ZERO as ARG_CONST_SIZE | SCALAR_MAYBE_ZERO
` [PATCH bpf-next v2 09/18] bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}
` [PATCH bpf-next v2 10/18] bpf: Fold __szk const size handling into the scalar arg path
` [PATCH bpf-next v2 11/18] bpf: Classify kfunc mem_size args from BTF without register state
` [PATCH bpf-next v2 12/18] bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL type
` [PATCH bpf-next v2 13/18] bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZE
` [PATCH bpf-next v2 14/18] bpf: Check helper mem+size in ARG_PTR_TO_MEM case
` [PATCH bpf-next v2 15/18] bpf: Classify kfunc pointer arguments from BTF, resolve type against the register
` [PATCH bpf-next v2 16/18] bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULL
` [PATCH bpf-next v2 17/18] bpf: Classify scalar kfunc arguments from BTF
` [PATCH bpf-next v2 18/18] bpf: Generate kfunc argument prototype at add-call time
[PATCH bpf-next v5 0/3] bpf, riscv: add timed may_goto support
2026-07-24 20:40 UTC (5+ messages)
` [PATCH bpf-next v5 3/3] selftests/bpf: enable timed may_goto tests for riscv64
[PATCH bpf-next] bpf: Fix CFI mismatch in task work callback
2026-07-24 20:40 UTC (2+ messages)
[PATCH bpf-next 0/9] bpf: Disable preemption in stack map code
2026-07-24 20:23 UTC (4+ messages)
` [PATCH bpf-next 9/9] bpf: Disable preemption in __bpf_get_stack
[PATCH bpf-next v1 0/2] Open up res_spin_lock() in all contexts
2026-07-24 20:16 UTC (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: Allow bpf_res_spin_lock() "
` [PATCH bpf-next v1 2/2] selftests/bpf: Test res spin locks in tracing programs
[PATCH v2] kbuild: rpm-pkg: Preserve .BTF section in kernel modules during debuginfo stripping
2026-07-24 19:50 UTC (6+ messages)
[PATCH bpf-next v3 0/6] Add BPF Exceptions support for RISC-V
2026-07-24 19:38 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: Report the real error from libarena parallel workers
2026-07-24 17:48 UTC (2+ messages)
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-24 17:29 UTC (7+ messages)
[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
2026-07-24 17:19 UTC (3+ messages)
[PATCH net] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-07-24 16:47 UTC
[PATCH bpf-next v1 00/18] Generate bpf_func_proto for kfunc
2026-07-24 16:29 UTC (22+ messages)
` [PATCH bpf-next v1 02/18] bpf: Unify const map ptr argument checking for helpers and kfuncs
` [PATCH bpf-next v1 03/18] bpf: Split kfunc map argument into __const_map and __map
` [PATCH bpf-next v1 05/18] bpf: Check helper and kfunc mem+size arguments identically
` [PATCH bpf-next v1 06/18] selftests/bpf: Add tests for helper and kfunc mem+size arguments
` [PATCH bpf-next v1 07/18] bpf: Check fixed-size mem args of helpers and kfuncs the same way
` [PATCH bpf-next v1 15/18] bpf: Classify kfunc pointer arguments from BTF, resolve type against the register
` [PATCH bpf-next v1 17/18] bpf: Classify scalar kfunc arguments from BTF
[PATCH net v2] xsk: reject undersized tx_metadata at runtime validation
2026-07-24 16:02 UTC (10+ messages)
[PATCH bpf-next v8 0/9] bpf: Introduce deferred task context execution
2026-07-24 15:29 UTC (5+ messages)
` [PATCH bpf-next v8 7/9] bpf: task work scheduling kfuncs
[PATCH bpf-next 0/2] bpf: Fix sleepable check for tracing prog
2026-07-24 15:54 UTC (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Verify rejection of sleepable "
[BUG] bpf: AA deadlock on task->alloc_lock via bpf_get_task_exe_file() in lsm/ptrace_access_check
2026-07-24 15:26 UTC
[PATCH 0/6] s390: Add kCFI support
2026-07-24 15:14 UTC (15+ messages)
` [PATCH 1/6] s390/tools: Pass symbol name to do_relocs()
` [PATCH 2/6] s390/tools/relocs: Ignore __kcfi_typeid_ relocations
` [PATCH 3/6] s390: Add ftrace_stub_graph
` [PATCH 4/6] s390/diag: Generate CFI type information for assembly functions
` [PATCH 5/6] s390/Kconfig: Select ARCH_SUPPORTS_CFI
` [PATCH 6/6] s390/bpf: Add kCFI support
[PATCH mm-hotfixes v6 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-24 15:09 UTC (12+ messages)
` [PATCH mm-hotfixes v6 1/5] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v6 2/5] x86/mm/pat: acquire init_mm write lock on collapse to avoid UAF
` [PATCH mm-hotfixes v6 3/5] x86/mm/pat: acquire init_mm read lock on attribute change "
` [PATCH mm-hotfixes v6 4/5] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v6 5/5] arm64: remove redundant concurrent ptdump UAF mitigation
[PATCH v4 net 4/6] xsk: reclaim invalid Tx descriptors in ZC batch path
2026-07-24 14:49 UTC (3+ messages)
[PATCH 0/2] bpf: htab: Reduce memory use of hash maps
2026-07-24 14:35 UTC (11+ messages)
` [PATCH 1/2] bpf: htab: Split htab_elem_lru and htab_elem_pcpu off of htab_elem
` [PATCH 2/2] bpf: htab: Reduce elem_size by 8 bytes for small key sizes
[PATCH slab/for-next v4 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
2026-07-24 14:10 UTC (2+ messages)
[PATCH net-next v2 0/3] net: atlantic: convert RX path to page_pool
2026-07-24 13:37 UTC (7+ messages)
` [PATCH net-next v2 1/3] net: atlantic: free stranded TX buffers on ring deinit
` [EXTERNAL] "
` [PATCH net-next v2 2/3] net: atlantic: free RX pages of consumed but not refilled buffers
` [EXTERNAL] "
` [PATCH net-next v2 3/3] net: atlantic: convert RX path to page_pool
` [EXTERNAL] "
[PATCH net-next 0/2] net: atlantic: convert RX path to page_pool
2026-07-24 12:20 UTC (6+ messages)
` [PATCH net-next 1/2] net: atlantic: free stranded TX buffers on ring deinit
` [EXTERNAL] Re: [PATCH net-next 0/2] net: atlantic: convert RX path to page_pool
[PATCH 6.6.y/6.12.y/6.18.y 0/2] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
2026-07-24 11:22 UTC (2+ messages)
[PATCH] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
2026-07-24 10:56 UTC (16+ messages)
` [PATCH v2] bpf, sockmap: Fix cork ownership "
` [PATCH v3] "
` [PATCH bpf v4] bpf, sockmap: Fix cork use-after-free "
[PATCH bpf-next 0/2] bpf: Populate mmap-able array maps lazily
2026-07-24 8:53 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps
[PATCH bpf-next 0/4] Fixes for bpf_jit_free
2026-07-24 8:15 UTC (15+ messages)
` [PATCH bpf-next 1/4] bpf, arm64: Fix memory leak in bpf_jit_free
` [PATCH bpf-next 2/4] LoongArch: BPF: "
` [PATCH bpf-next 3/4] riscv, bpf: Adjust bpf_func to account for CFI offset "
` [PATCH bpf-next 4/4] bpf: Fix double-free RO header "
[PATCHv4 net-next] tcp: Add TCP ROCCET congestion control module
2026-07-24 8:11 UTC (2+ messages)
[PATCH v3 bpf-next 4/5] selftests/bpf: Use calloc to allocate subtest_states
2026-07-24 7:39 UTC
[PATCH v3 bpf-next 3/5] selftests/bpf: Fix missing allocation null checks in test_progs.c
2026-07-24 7:32 UTC (2+ messages)
[REGRESSION][SECURITY] bpf, s390: verifier/JIT mismatch allows unprivileged kernel memory access
2026-07-24 6:53 UTC (2+ messages)
[PATCH net v1] bpf: lwt: Fix dst reference leak on reroute failure
2026-07-24 6:06 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpf: Preserve pointer state for commuted arithmetic
2026-07-24 5:07 UTC (10+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 3/3] selftests/bpf: Cover commuted pointer state propagation
[RFC PATCH bpf-next v4 0/3] selftests/bpf: restructure the Makefile as a layered build
2026-07-24 4:35 UTC (5+ messages)
` [RFC PATCH bpf-next v4 1/3] selftests/bpf: extract BPF skeleton generation into a helper script
` [RFC PATCH bpf-next v4 2/3] selftests/bpf: move shared build definitions into Makefile.buildvars
` [RFC PATCH bpf-next v4 3/3] selftests/bpf: build each test runner instance in its own sub-make
[RFC PATCH bpf-next v2 0/3] selftests/bpf: restructure the Makefile as a layered build
2026-07-24 4:28 UTC (7+ messages)
` [RFC PATCH bpf-next v2 2/3] selftests/bpf: move shared build definitions into Makefile.buildvars
` [RFC PATCH bpf-next v2 3/3] selftests/bpf: build each test runner instance in its own sub-make
[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
2026-07-24 3:52 UTC (7+ messages)
` [PATCH net-next v3 1/2] gve: use xdp_build_skb methods for XDP_PASS case
` [PATCH net-next v3 2/2] gve: add XDP metadata support for DQ RDA
[RFC PATCH bpf-next v3 0/3] selftests/bpf: restructure the Makefile as a layered build
2026-07-24 2:57 UTC (10+ messages)
` [RFC PATCH bpf-next v3 1/3] selftests/bpf: extract BPF skeleton generation into a helper script
` [RFC PATCH bpf-next v3 2/3] selftests/bpf: move shared build definitions into Makefile.buildvars
` [RFC PATCH bpf-next v3 3/3] selftests/bpf: build each test runner instance in its own sub-make
[PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
2026-07-24 1:41 UTC (5+ messages)
` [PATCH v5 "
[RESEND][REGRESSION][SECURITY] bpf, s390: verifier/JIT mismatch allows unprivileged kernel memory access
2026-07-24 1:03 UTC (3+ messages)
[PATCH bpf v2 1/2] bpf: Reject passing scalar NULL to nonnull arg of a global subprog
2026-07-23 23:20 UTC (3+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Test passing scalar NULL to nonnull "
[PATCH] bpf: normalize arg_track state construction
2026-07-23 22:58 UTC (3+ messages)
[PATCH bpf v1 1/2] bpf: Reject passing scalar NULL to nonnull arg of a global subprog
2026-07-23 21:58 UTC (4+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: Test passing scalar NULL to nonnull "
[PATCH net-next v2] tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect path
2026-07-23 21:42 UTC
[PATCH net v3] veth: convert frag_list skbs before running XDP
2026-07-23 19:19 UTC (2+ messages)
[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
2026-07-23 18:14 UTC (5+ messages)
` [PATCH bpf-next v5 05/10] bpf, x86: refactor BPF_ST management in do_jit
[PATCH net-next] tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect path
2026-07-23 17:01 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix flaky refcount asserts in map_kptr_race
2026-07-23 16:34 UTC
[PATCH v4 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
2026-07-23 16:31 UTC (2+ messages)
[PATCH v4 net 6/6] selftests/xsk: account reclaimed invalid Tx descriptors
2026-07-23 16:29 UTC (2+ messages)
[PATCH v4 net 2/6] xsk: drain continuation descs after overflow in xsk_build_skb()
2026-07-23 16:29 UTC (2+ messages)
[PATCH bpf 3/3] bpf: Unconditionally take socket references in lookup helpers
2026-07-23 16:20 UTC (2+ messages)
[PATCH] tools: Use fputc() calls in some functions
2026-07-23 15:14 UTC (4+ messages)
[PATCH bpf-next 0/3] s390/bpf: Support load-acquire and store-release instructions
2026-07-23 15:08 UTC (6+ messages)
` [PATCH bpf-next 1/3] s390/bpf: Add emit_ldx and emit_stx functions
` [PATCH bpf-next 2/3] s390/bpf: Support load-acquire and store-release instructions
` [PATCH bpf-next 3/3] s390/bpf: Enable atomics tests for s390
[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-23 14:18 UTC (4+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
` [REGRESSION]: "
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