messages from 2026-05-20 18:48:38 to 2026-05-21 17:14:35 UTC [more...]
[PATCH] udp: fix use-after-free in __sk_msg_recvmsg()
2026-05-21 17:14 UTC (2+ messages)
[PATCH v2 0/2] gen_loader fixes
2026-05-21 16:52 UTC (6+ messages)
` [PATCH v2 1/2] libbpf: fix off-by-one in emit_signature_match jump offset
` [PATCH v2 2/2] bpf, libbpf: reject non-exclusive metadata maps in the signed loader
[PATCH bpf-next v8 0/4] Add cryptographic hash and signature verification kfuncs to BPF
2026-05-21 16:30 UTC (2+ messages)
[PATCH v15 11/20] unwind_user/sframe: Show file name in debug output
2026-05-21 16:20 UTC (4+ messages)
[PATCH v15 03/20] unwind_user/sframe: Store .sframe section data in per-mm maple tree
2026-05-21 16:08 UTC (4+ messages)
[PATCH v6 6/6] selftests/bpf: tc_tunnel - validate decap GSO and encapsulation state
2026-05-21 15:49 UTC (4+ messages)
[PATCH v16 00/20] unwind_deferred: Implement sframe handling
2026-05-21 15:37 UTC (32+ messages)
` [PATCH v16 01/20] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [PATCH v16 02/20] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v16 03/20] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v16 04/20] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v16 05/20] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v16 06/20] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v16 07/20] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v16 08/20] unwind_user: Stop when reaching an outermost frame
` [PATCH v16 09/20] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v16 10/20] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v16 11/20] unwind_user/sframe: Show file name in debug output
` [PATCH v16 12/20] unwind_user/sframe: Add .sframe validation option
` [PATCH v16 13/20] unwind_user: Enable archs that pass RA in a register
` [PATCH v16 14/20] unwind_user: Flexible FP/RA recovery rules
` [PATCH v16 15/20] unwind_user: Flexible CFA "
` [PATCH v16 16/20] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v16 17/20] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v16 18/20] unwind_user/sframe: Duplicate registered .sframe section data on clone/fork
` [PATCH v16 19/20] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v16 20/20] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH v3] killswitch: add per-function short-circuit mitigation primitive
2026-05-21 15:31 UTC (10+ messages)
[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
2026-05-21 15:30 UTC (3+ messages)
` [PATCH v2 3/6] selftests: Remove unused LLD variable
[PATCH net v2] selftests: net: Fix checksums in xdp_native
2026-05-21 14:50 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Fix concurrent regression in map_create()
2026-05-21 14:29 UTC
[PATCH net v4 0/5] xsk: fix meta and publish of cq issues
2026-05-21 14:24 UTC (15+ messages)
` [PATCH net v4 1/5] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
` [PATCH net v4 2/5] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH net v4 3/5] xsk: drain continuation descs after overflow in xsk_build_skb()
[PATCH net-next v5 00/13] net: lan966x: add support for PCIe FDMA
2026-05-21 14:12 UTC (2+ messages)
[PATCH net-next v2 0/6] bpf-timestamp: support rx side
2026-05-21 13:52 UTC (7+ messages)
` [PATCH net-next v2 1/6] bpf: Add bpf_ktime_get_real_ns() kfunc
` [PATCH net-next v2 2/6] net: export sock_disable_timestamp() declaration
` [PATCH net-next v2 3/6] bpf: support bpf_setsockopt for bpf timestamping rx feature
` [PATCH net-next v2 4/6] bpf: add BPF_SOCK_OPS_TSTAMP_RCV_CB callback
` [PATCH net-next v2 5/6] bpf: enable bpf timestamping rx in TCP layer
` [PATCH net-next v2 6/6] selftests/bpf: Add RX latency tests for bpf timestamping
[PATCHv3 00/12] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-21 13:35 UTC (23+ messages)
` [PATCHv3 01/12] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv3 02/12] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv3 03/12] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv3 04/12] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv3 05/12] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv3 06/12] libbpf: Detect uprobe syscall with new error
` [PATCHv3 07/12] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv3 08/12] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv3 09/12] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv3 10/12] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv3 11/12] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv3 12/12] selftests/bpf: Add tests for forked/cloned optimized uprobes
[PATCH bpf-next v11 0/8] bpf: Extend the bpf_list family of APIs
2026-05-21 13:29 UTC (22+ messages)
` [PATCH bpf-next v11 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v11 2/8] bpf: clear list node owner and unlink before drop
` [PATCH bpf-next v11 3/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH bpf-next v11 4/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v11 5/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v11 6/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH bpf-next v11 7/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v11 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
[PATCH v2 5/6] tools/build: selftests: Allow versioning LLVM lld
2026-05-21 13:16 UTC (5+ messages)
[PATCH v15 13/20] unwind_user: Enable archs that pass RA in a register
2026-05-21 13:00 UTC (3+ messages)
[PATCH bpf-next v1 0/2] selftests/bpf: Add some tests for LoongArch
2026-05-21 12:56 UTC (3+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Support get_preempt_count() "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add __arch_loongarch to limit test cases
[PATCH v15 12/20] unwind_user/sframe: Add .sframe validation option
2026-05-21 12:51 UTC (3+ messages)
[PATCH v15 20/20] unwind_user/sframe: Add prctl() interface for registering .sframe sections
2026-05-21 12:08 UTC (3+ messages)
[PATCH v15 18/20] unwind_user/sframe: Duplicate registered .sframe section data on clone/fork
2026-05-21 12:05 UTC (3+ messages)
[PATCH net v3 0/5] xsk: fix meta and publish of cq issues
2026-05-21 12:03 UTC (3+ messages)
` [PATCH net v3 2/5] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
[PATCH v15 16/20] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
2026-05-21 11:58 UTC (3+ messages)
[PATCH iwl-net] ixgbe: do not configure xps for XDP queues
2026-05-21 11:43 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
2026-05-21 11:40 UTC (3+ messages)
[PATCH v1 0/3] LoongArch: BPF: Fix some tail call issues
2026-05-21 11:39 UTC (6+ messages)
` [PATCH v1 1/3] LoongArch: BPF: Fix tail call prologue alignment
` [PATCH v1 2/3] LoongArch: BPF: Fix outdated tail call comments
` [PATCH v1 3/3] LoongArch: BPF: Fix off-by-one error in tail call
[PATCH v15 15/20] unwind_user: Flexible CFA recovery rules
2026-05-21 11:33 UTC (3+ messages)
[PATCH v15 09/20] unwind_user/sframe: Add support for outermost frame indication
2026-05-21 10:46 UTC (3+ messages)
[PATCH v15 08/20] unwind_user: Stop when reaching an outermost frame
2026-05-21 10:45 UTC (3+ messages)
[PATCH v15 07/20] unwind_user/sframe: Wire up unwind_user to sframe
2026-05-21 10:44 UTC (3+ messages)
[PATCH] bpf, libbpf: reject non-exclusive metadata maps in the signed loader
2026-05-21 10:17 UTC (4+ messages)
[PATCH v11 14/14] kunit: add tests for smp_cond_load_relaxed_timeout()
2026-05-21 9:56 UTC (5+ messages)
` [PATCH v11 1/2] kunit: add tests for smp_cond_load_*_timeout()
` [PATCH v11 2/2] kunit: add clock tests for smp_cond_load_relaxed_timeout()
[PATCHSET v3 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-21 9:42 UTC (18+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask
[PATCH v15 05/20] unwind_user/sframe: Add support for reading .sframe contents
2026-05-21 9:40 UTC (3+ messages)
[PATCH v15 02/20] unwind_user/sframe: Add support for reading .sframe headers
2026-05-21 7:58 UTC (3+ messages)
[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-21 7:27 UTC (21+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
[PATCH bpf-next v5 00/14] Refactor verifier object relationship tracking
2026-05-21 7:18 UTC (9+ messages)
` [PATCH bpf-next v5 05/14] bpf: Refactor object relationship tracking and fix dynptr UAF bug
` [PATCH bpf-next v5 07/14] bpf: Unify referenced object tracking in verifier
` [PATCH bpf-next v5 10/14] bpf: Fix dynptr ref counting to scan all call frames
[PATCH bpf-next] bpf: Add kernel-doc for arena page kfuncs
2026-05-21 5:28 UTC (5+ messages)
[PATCH net v2 0/2] net: tls: fix async split record handling
2026-05-21 2:58 UTC (3+ messages)
` [PATCH net v2 1/2] net: tls: preserve split open record on async encrypt
` [PATCH net v2 2/2] selftests: net: add kTLS async split record regression
[PATCH v5] tracing/eprobes: Allow use of BTF names to dereference pointers
2026-05-21 2:55 UTC (7+ messages)
[PATCH bpf-next v2] bpf, docs: add LOAD_ACQUIRE and STORE_RELEASE instructions
2026-05-21 2:17 UTC (6+ messages)
` [Bpf] "
` [Bpf] "
[PATCH v3] bpf, sockmap: keep sk_msg copy state in sync
2026-05-21 1:21 UTC (4+ messages)
[PATCH net v5 0/2] bpf, skmsg: fix verdict sk_data_ready racing with ktls rx
2026-05-21 0:30 UTC (2+ messages)
[PATCH net 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
2026-05-21 0:17 UTC (3+ messages)
` [PATCH net 2/2] net: mana: Skip redundant detach in queue reset handler if already detached
[PATCH net-next v7 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
2026-05-20 21:40 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix zero batch_hash on CPU 0 after batch_gen wraparound
2026-05-20 21:06 UTC (5+ messages)
[PATCH v6 00/14] perf build: Reduce build time by nearly half
2026-05-20 20:00 UTC (7+ messages)
` [PATCH v7 "
[PATCH bpf-next v6 0/4] bpf: add icmp_send kfunc
2026-05-20 19:15 UTC (7+ messages)
` [PATCH bpf-next v6 3/6] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v6 4/6] selftests/bpf: add bpf_icmp_send kfunc tests
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