messages from 2026-07-26 02:02:01 to 2026-07-28 03:26:11 UTC [more...]
[PATCH net 0/2] xdp: fix skb length accounting after frag adjustment
2026-07-28 3:26 UTC (7+ messages)
` [PATCH net 1/2] net: fix skb length accounting after generic XDP "
` [PATCH net 2/2] veth: fix skb length accounting after "
[PATCH v1 0/2] Refine move_imm() and optimize memory load
2026-07-28 3:16 UTC (3+ messages)
` [PATCH v1 1/2] LoongArch: BPF: Clean up and decouple is32 parameter from move_imm()
` [PATCH v1 2/2] LoongArch: BPF: Eliminate zero-extension for memory load operations
[PATCH net] net: stmmac: Disable queues before netif_tx_disable in xdp_release
2026-07-28 3:07 UTC (3+ messages)
[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
2026-07-28 3:01 UTC (8+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation
[PATCH bpf-next v5 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-28 2:50 UTC (3+ messages)
[PATCH bpf v3] bpf: Fix potential UAF when reading bpf link info
2026-07-28 2:54 UTC
[PATCH v4] kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping
2026-07-28 2:49 UTC
[PATCH bpf v2] bpf: Fix potential UAF in bpf_netns_link_update_prog
2026-07-28 2:39 UTC (2+ messages)
[PATCH dwarves] btf_encoder: Ensure the first same-name function has a non-zero address
2026-07-28 2:37 UTC
[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
2026-07-28 2:19 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Enable tracing_multi tests on arm64
[PATCH bpf-next 0/2] Simplify min()/max(), contains() and fix normalize() cnum implementation
2026-07-28 1:57 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: Simplify cnum contains() and normalize() implementation
` [PATCH bpf-next 2/2] bpf: Avoid redundant min()/max() in cnum signed bounds
[PATCH bpf v6 0/4] Fixes for bpf link update
2026-07-28 1:56 UTC (13+ messages)
` [PATCH bpf v6 1/4] bpf: Fix potential UAF in bpf_netns_link_update_prog
` [PATCH bpf v6 2/4] bpf: Fix UAF due to missing link type check in mprog
` [PATCH bpf v6 3/4] bpf: Fix potential UAF when reading bpf link info
[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-07-28 1:41 UTC (4+ messages)
[PATCH bpf-next v2 0/2] bpf: Fix sleepable check for tracing prog
2026-07-28 1:33 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Verify rejection of sleepable "
[PATCH bpf-next 0/3] bpf: arena: handle memory.max on fault-in with reclaim/OOM
2026-07-28 1:22 UTC (13+ messages)
` [PATCH bpf-next 1/3] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next 2/3] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next 3/3] selftests/bpf: Add a test for arena fault-in under memory.max
[PATCH bpf-next v2] selftests/bpf: Report the real error from libarena parallel workers
2026-07-28 1:00 UTC (2+ messages)
[PATCH v2 bpf-next 0/2] bpf: Populate mmap-able array maps lazily
2026-07-28 0:24 UTC (6+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Populate mmap-able array map memory lazily
[PATCH bpf-next 0/2] bpf: Populate mmap-able array maps lazily
2026-07-28 0:19 UTC (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps
[PATCH] libbpf: bounds-check struct_ops member offset before writing shadow pointer
2026-07-28 0:15 UTC (2+ messages)
[PATCH bpf-next v3 0/6] bpf: Inline the numeric open-coded iterator kfuncs
2026-07-27 23:56 UTC (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v3 2/6] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v3 3/6] bpf: Inline bpf_iter_num_destroy() kfunc
` [PATCH bpf-next v3 4/6] bpf: Elide range checks when inlining bpf_iter_num_new() for constant bounds
[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
2026-07-27 23:39 UTC (24+ messages)
` [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 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 v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
2026-07-27 23:32 UTC (2+ messages)
[PATCH v2] libbpf: poison unresolved weak kfuncs in light skeletons
2026-07-27 23:25 UTC (2+ messages)
[PATCH v4 net-next 1/1] tcp: allow congestion controls to override TSO autosizing
2026-07-27 23:19 UTC (5+ messages)
[PATCH 6.1.y 0/6] cBPF JIT spray hardening
2026-07-27 23:06 UTC (9+ messages)
` [PATCH 6.1.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.1.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.1.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.1.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.1.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.1.y 6/6] bpf: Prefer dirty packs for eBPF allocations
[PATCH bpf-next v1 0/2] Open up res_spin_lock() in all contexts
2026-07-27 22:50 UTC (2+ messages)
[PATCH bpf-next v1 0/2] Open up res_spin_lock for tracing programs, fix is_tracing_prog_type()
2026-07-27 22:50 UTC (2+ messages)
[PATCH] bpf: Run deferred program freeing on system_dfl_long_wq
2026-07-27 22:49 UTC (2+ messages)
[PATCH net-next] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
2026-07-27 22:34 UTC (2+ messages)
Linux BPF: ten validated findings across two shared root-cause classes
2026-07-27 19:32 UTC
[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
2026-07-27 17:09 UTC (16+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
` [PATCH RFC 02/11] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH RFC 03/11] mm: name pointers to copied PTE values ptentp
` [PATCH RFC 04/11] mm: use hw_pte_t for generic PTE table storage
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
` [PATCH RFC 08/11] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads
` [PATCH RFC 10/11] parisc: use hw_pte_t for the data-break callback
` [PATCH RFC 11/11] xen: use hw_pte_t for PTE range callbacks
[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
2026-07-27 17:06 UTC (2+ messages)
[PATCH] bpf: normalize arg_track state construction
2026-07-27 16:51 UTC (3+ messages)
[PATCH net 0/6] xsk: harden TX metadata validation against races
2026-07-27 16:19 UTC (7+ messages)
` [PATCH net 1/6] xsk: require at least 16 bytes of TX metadata
` [PATCH net 2/6] xsk: pass TX metadata pointer by reference
` [PATCH net 3/6] xsk: clear metadata pointer when no timestamp is requested
` [PATCH net 4/6] xsk: validate launch-time metadata size
` [PATCH net 5/6] xsk: move xsk_tx_metadata_request() to xdp_sock_drv.h
` [PATCH net 6/6] xsk: validate metadata when processing requests
[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
2026-07-27 16:18 UTC (4+ messages)
` [PATCH net-next v3 1/2] gve: use xdp_build_skb methods for XDP_PASS case
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-27 16:02 UTC (9+ messages)
[PATCH v4 00/15] Fix leaks in rc core
2026-07-27 15:44 UTC (3+ messages)
` [PATCH v4 12/15] media: rc: Fix use after free in bpf progs
[PATCH v2 0/6] s390: Add kCFI support
2026-07-27 15:37 UTC (14+ messages)
` [PATCH v2 1/6] s390/tools: Pass symbol name to do_relocs()
` [PATCH v2 2/6] s390/tools/relocs: Ignore __kcfi_typeid_ relocations
` [PATCH v2 3/6] s390: Add ftrace_stub_graph
` [PATCH v2 4/6] s390/diag: Generate CFI type information for assembly functions
` [PATCH v2 5/6] s390/bpf: Add kCFI support
` [PATCH v2 6/6] s390/Kconfig: Select ARCH_SUPPORTS_CFI
[PATCH 0/6] s390: Add kCFI support
2026-07-27 13:52 UTC (4+ messages)
` [PATCH 5/6] s390/Kconfig: Select ARCH_SUPPORTS_CFI
[PATCH bpf-next] bpf: Add __bpfcall attribute to bpf_task_work_callback()
2026-07-27 14:13 UTC (4+ messages)
[PATCH bpf-next 0/2] bpf: Fix RHash special-field recycling
2026-07-27 13:05 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf: Cancel RHash special fields on value recycle
` [PATCH bpf-next 2/2] selftests/bpf: Cover RHash special-field recycle
BUG: possible recursive locking detected in sleepable task_vma iterator
2026-07-27 11:55 UTC (2+ messages)
[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-27 11:25 UTC (6+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
` [REGRESSION]: "
[PATCH bpf] lwt_bpf: account for aligned neigh header length
2026-07-27 10:46 UTC (2+ messages)
[PATCH bpf-next 0/9] bpf: Disable preemption in stack map code
2026-07-27 10:10 UTC (4+ messages)
` [PATCH bpf-next 9/9] bpf: Disable preemption in __bpf_get_stack
[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-07-27 8:35 UTC (11+ messages)
[PATCH bpf-next v2] bpf: Log error code on trampoline unlink failure
2026-07-27 5:27 UTC (6+ messages)
[PATCH bpf v2 0/2] bpf: Fix refcount_acquire handling for borrowed kptrs
2026-07-27 4:50 UTC (7+ messages)
` [PATCH bpf v2 1/2] bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
` [PATCH bpf v2 2/2] bpf: Reject untrusted pointers in refcount_acquire
[PATCH v1 0/3] LoongArch: BPF: clean up for build_insn() paths
2026-07-27 4:26 UTC (8+ messages)
` [PATCH v1 1/3] LoongArch: BPF: Remove redundant zext jumping in move_imm()
` [PATCH v1 2/3] LoongArch: BPF: Remove dead move_imm() call in BPF_NEG path
` [PATCH v1 3/3] LoongArch: BPF: Split unconditional branch JA paths statically
[PATCH v3 0/4] LoongArch bpf kptr xchg inline support
2026-07-27 4:00 UTC (2+ messages)
[PATCH bpf] bpf: roll back stream capacity when allocation fails
2026-07-27 3:58 UTC (4+ messages)
` [PATCH bpf-next v2] "
[PATCH] bpf: normalize arg_track state construction
2026-07-27 3:06 UTC (2+ messages)
` [PATCH v2] "
[PATCH RFC 0/2] LoongArch: BPF: Optimize 32-bit zero/sign extensions
2026-07-27 2:48 UTC (4+ messages)
` [PATCH RFC 2/2] LoongArch: BPF: Eliminate zero/sign extensions for 32-bit operations
[PATCH bpf-next v3 0/9] Fixes for bpf_jit_free
2026-07-27 2:16 UTC (13+ messages)
` [PATCH bpf-next v3 3/9] parisc: Fix memory leak in bpf_jit_free
` [PATCH bpf-next v3 6/9] bpf, arm64: "
` [PATCH bpf-next v3 7/9] bpf, arm64: Fix private stack leak when JIT failed
` [PATCH bpf-next v3 8/9] riscv, bpf: Adjust bpf_func to account for CFI offset in bpf_jit_free
[GIT PULL] bpf for 7.2-rc5
2026-07-26 20:08 UTC (2+ messages)
[PATCH bpf] bpf: Reject negative optlen in cgroup getsockopt hook
2026-07-26 7:01 UTC
[PATCH v3] kbuild: rpm-pkg: Preserve .BTF section in kernel modules during debuginfo stripping
2026-07-26 3:37 UTC (3+ messages)
[PATCH bpf-next v2 3/9] bpf, x86: JIT __arena kfunc argument rebasing
2026-07-26 2:25 UTC (3+ messages)
[PATCH bpf] bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
2026-07-26 2:13 UTC (2+ messages)
[PATCH bpf-next v2 0/9] Add arena argument support to kfuncs and struct_ops
2026-07-26 2:05 UTC (10+ messages)
` [PATCH bpf-next v2 1/9] bpf: Support __arena and __arena_nullable kfunc argument suffixes
` [PATCH bpf-next v2 5/9] selftests/bpf: Add kfunc __arena and __arena_nullable argument tests
` [PATCH bpf-next v2 8/9] bpf, x86: Fix stack-passed arguments for indirect trampolines
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