messages from 2026-07-22 14:45:57 to 2026-07-23 17:58:01 UTC [more...]
[PATCH bpf-next v3 0/3] bpf: Preserve pointer state for commuted arithmetic
2026-07-23 17:57 UTC (6+ messages)
` [PATCH bpf-next v3 1/3] "
[PATCH] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
2026-07-23 17:44 UTC (9+ messages)
` [PATCH v2] bpf, sockmap: Fix cork ownership "
` [PATCH v3] "
[PATCH 0/2] bpf: htab: Reduce memory use of hash maps
2026-07-23 17:27 UTC (9+ 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 net v2] xsk: reject undersized tx_metadata at runtime validation
2026-07-23 17:15 UTC (9+ messages)
[PATCH net-next] tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect path
2026-07-23 17:01 UTC (3+ messages)
[PATCH bpf-next v1 00/18] Generate bpf_func_proto for kfunc
2026-07-23 16:52 UTC (28+ messages)
` [PATCH bpf-next v1 01/18] bpf: Drop process_timer_func wrappers
` [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 04/18] bpf: Pass kfunc meta to mem and mem_size check
` [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 08/18] bpf: Express ARG_CONST_SIZE_OR_ZERO as ARG_CONST_SIZE | SCALAR_MAYBE_ZERO
` [PATCH bpf-next v1 09/18] bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}
` [PATCH bpf-next v1 10/18] bpf: Fold __szk const size handling into the scalar arg path
` [PATCH bpf-next v1 11/18] bpf: Classify kfunc mem_size args from BTF without register state
` [PATCH bpf-next v1 12/18] bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL type
` [PATCH bpf-next v1 13/18] bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZE
` [PATCH bpf-next v1 14/18] bpf: Check helper mem+size in ARG_PTR_TO_MEM case
` [PATCH bpf-next v1 15/18] bpf: Classify kfunc pointer arguments from BTF, resolve type against the register
` [PATCH bpf-next v1 16/18] bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULL
` [PATCH bpf-next v1 17/18] bpf: Classify scalar kfunc arguments from BTF
` [PATCH bpf-next v1 18/18] bpf: Generate kfunc argument prototype at add-call time
[PATCH bpf-next] selftests/bpf: Fix flaky refcount asserts in map_kptr_race
2026-07-23 16:34 UTC (2+ messages)
[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 4/6] xsk: reclaim invalid Tx descriptors in ZC batch path
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] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-23 15:56 UTC (5+ messages)
[PATCH mm-hotfixes v6 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-23 15:34 UTC (9+ 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] 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]: "
[PATCH net-next 0/2] net: atlantic: convert RX path to page_pool
2026-07-23 14:15 UTC (8+ messages)
` [PATCH net-next 1/2] net: atlantic: free stranded TX buffers on ring deinit
` [PATCH net-next 2/2] net: atlantic: convert RX path to page_pool
[PATCH v2 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
2026-07-23 13:32 UTC (15+ messages)
` [PATCH v2 01/21] binfmt_misc: require an absolute interpreter path with 'C'
` [PATCH v2 02/21] docs, binfmt_misc: keep general usage out of the handler sections
` [PATCH v2 03/21] binfmt_misc: table-drive the register string flags
` [PATCH v2 04/21] binfmt_misc: normalize the per-exec invocation flags
` [PATCH v2 05/21] binfmt_misc: split out entry_open_interpreter() and build_interp_argv()
` [PATCH v2 06/21] exec: release the replaced file with do_close_execat()
[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
2026-07-23 13:29 UTC (3+ messages)
[PATCH v5] x86/sgx: Report RCU-Tasks quiescent state in EPC sanitization loop
2026-07-23 13:03 UTC (3+ messages)
[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-07-23 12:14 UTC (3+ messages)
` [PATCH v5 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events
[PATCH net v3] veth: convert frag_list skbs before running XDP
2026-07-23 12:01 UTC (4+ messages)
[PATCH v3 bpf-next 0/5] selftests/bpf: Fix several issues in test_progs.c
2026-07-23 9:17 UTC (7+ messages)
` [PATCH v3 bpf-next 1/5] selftests/bpf: Fix double free of subtest_state->name
` [PATCH v3 bpf-next 2/5] selftests/bpf: Fix incorrect error checking for pthread_create
` [PATCH v3 bpf-next 3/5] selftests/bpf: Fix missing allocation null checks in test_progs.c
` [PATCH v3 bpf-next 4/5] selftests/bpf: Use calloc to allocate subtest_states
` [PATCH v3 bpf-next 5/5] selftests/bpf: Fix memory leak on subtest_states reallocation
[RESEND][REGRESSION][SECURITY] bpf, s390: verifier/JIT mismatch allows unprivileged kernel memory access
2026-07-23 9:05 UTC (2+ messages)
[PATCHv4 net-next] tcp: Add TCP ROCCET congestion control module
2026-07-23 8:11 UTC
[PATCH] libbpf: bounds-check struct_ops member offset before writing shadow pointer
2026-07-23 7:44 UTC (3+ messages)
[PATCH bpf] bpf, sockmap: fix page_counter underflow in strparser SK_PASS
2026-07-23 7:20 UTC (2+ messages)
[PATCH v2] libbpf: initialize btf_ext out-parameter early in btf_parse_elf()
2026-07-23 7:01 UTC (3+ messages)
` [PATCH v3] "
[PATCH bpf-next v2] selftests/bpf: Report the real error from libarena parallel workers
2026-07-23 6:39 UTC (3+ messages)
[PATCH] bpf: normalize arg_track state construction
2026-07-23 6:11 UTC (2+ messages)
[PATCH net v1] bpf: lwt: Fix dst reference leak on reroute failure
2026-07-23 6:04 UTC
[PATCH bpf-next v5 0/3] bpf, riscv: add timed may_goto support
2026-07-23 5:41 UTC (4+ messages)
` [PATCH bpf-next v5 1/3] bpf, riscv: add support for timed may_goto
` [PATCH bpf-next v5 2/3] selftests/bpf: test timed may_goto preserves R0-R5
` [PATCH bpf-next v5 3/3] selftests/bpf: enable timed may_goto tests for riscv64
[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-07-23 5:39 UTC (4+ messages)
` [PATCH slab/for-next v4 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
[syzbot] Monthly bpf report (Jul 2026)
2026-07-23 4:32 UTC
[PATCH bpf-next v2 0/2] bpf: Fix WARNING in bpf_tracing_link_release
2026-07-23 4:08 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Verify no warning when close fexit link
[PATCH bpf-next v1] selftests/bpf: Test jited inline of bpf_get_smp_processor_id() for RISC-V
2026-07-23 3:31 UTC (2+ messages)
[PATCH bpf v6 0/4] Fixes for bpf link update
2026-07-23 3:14 UTC (4+ messages)
` [PATCH bpf v6 2/4] bpf: Fix UAF due to missing link type check in mprog
[PATCH bpf-next v4 0/3] bpf, riscv: add timed may_goto support
2026-07-23 2:36 UTC (7+ messages)
` [PATCH bpf-next v4 1/3] bpf, riscv: add support for timed may_goto
` [PATCH bpf-next v4 2/3] selftests/bpf: test timed may_goto preserves R0-R5
[PATCH bpf-next 0/4] Fixes for bpf_jit_free
2026-07-23 1:22 UTC (3+ messages)
` [PATCH bpf-next 1/4] bpf, arm64: Fix memory leak in bpf_jit_free
[RFC PATCH bpf-next v3 0/3] selftests/bpf: restructure the Makefile as a layered build
2026-07-23 1:06 UTC (7+ 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 bpf-next v1 0/8] resolve_btfids: Discover kfuncs from BTF ID sets
2026-07-23 0:57 UTC (21+ messages)
` [PATCH bpf-next v1 1/8] resolve_btfids: Implement generic ensure_mem() to grow arrays
` [PATCH bpf-next v1 2/8] resolve_btfids: Index BTF ID symbols by address
` [PATCH bpf-next v1 3/8] resolve_btfids: Keep collected kfuncs in a rbtree
` [PATCH bpf-next v1 4/8] libbpf: Export btf__find_by_name_kind_own()
` [PATCH bpf-next v1 5/8] resolve_btfids: Fix the _impl lookup for module BTF
` [PATCH bpf-next v1 6/8] HID: bpf: Make syscall kfunc flags match the struct_ops set
` [PATCH bpf-next v1 7/8] resolve_btfids: Discover kfuncs from BTF ID sets
` [PATCH bpf-next v1 8/8] resolve_btfids: Enforce consistent kfunc flags across "
[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
2026-07-22 22:16 UTC (3+ 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
[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
2026-07-22 21:39 UTC (2+ messages)
[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
2026-07-22 20:56 UTC (5+ messages)
[PATCH v2 bpf-next 0/2] bpf: Populate mmap-able array maps lazily
2026-07-22 20:50 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Populate mmap-able array map memory lazily
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps
[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
2026-07-22 20:40 UTC (11+ messages)
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation
[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
2026-07-22 18:42 UTC (3+ messages)
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
[PATCH bpf-next v2 0/5] Introduce bpf_ksock
2026-07-22 18:27 UTC (3+ messages)
` [PATCH bpf-next v2 2/5] bpf: Add ksock kfuncs
[PATCH dwarves v10 0/5] pahole: Encode true signatures in kernel BTF
2026-07-22 18:25 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Report the real error from libarena parallel workers
2026-07-22 16:41 UTC (2+ messages)
[PATCH bpf-next v3] libarena: Use compiler load-acquire/store-release in bpf_atomic.h
2026-07-22 16:30 UTC (3+ messages)
[PATCH net-next v2 00/14] net: enable TC956x support
2026-07-22 16:21 UTC (6+ messages)
` [PATCH net-next v2 12/14] gpio: tc956x: add TC956x/QPS615 support
[PATCH dwarves 0/2] clang true signature follow-on
2026-07-22 15:54 UTC (2+ messages)
[syzbot] [bpf?] [sctp?] [tipc?] INFO: rcu detected stall in sock_close (5)
2026-07-22 15:42 UTC
[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-07-22 15:40 UTC (11+ messages)
[PATCH bpf-next v3 5/6] riscv, bpf: Add support for BPF exceptions
2026-07-22 15:28 UTC (2+ messages)
[PATCH 6.16.y 0/6] cBPF JIT spray hardening
2026-07-22 15:18 UTC (3+ messages)
[PATCH bpf-next 0/2] bpf: Fix WARNING in bpf_tracing_link_release
2026-07-22 14:45 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Verify no warning when close fexit link
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