messages from 2026-03-29 14:06:10 to 2026-03-31 03:19:01 UTC [more...]
[PATCH bpf v4 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
2026-03-31 3:18 UTC (8+ messages)
` [PATCH bpf v4 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
` [PATCH bpf v4 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()
[PATCH bpf-next v2 0/4] selftests/bpf: impose global ordering for test decl_tags
2026-03-31 2:38 UTC (6+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: fix __jited_unpriv tag name
` [PATCH bpf-next v2 2/4] selftests/bpf: make str_has_pfx return pointer past the prefix
` [PATCH bpf-next v2 3/4] selftests/bpf: impose global ordering for test decl_tags
` [PATCH bpf-next v2 4/4] selftests/bpf: inline TEST_TAG constants in test_loader.c
[PATCH bpf v3] bpf: Fix RCU stall in bpf_fd_array_map_clear()
2026-03-31 2:30 UTC
[PATCH bpf-next 0/2] bpf: enable x86 fentry on tail-called programs
2026-03-31 2:24 UTC (13+ messages)
` [PATCH bpf-next 1/2] bpf, x86: patch tail-call fentry slot on non-IBT JITs
[PATCH bpf-next v2 0/2] libbpf: allow address-based single kprobe attach
2026-03-31 2:15 UTC (10+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add test for "
[PATCH v2 bpf-next 0/6] Fix invariant violations and improve branch detection
2026-03-31 1:51 UTC (5+ messages)
` [PATCH v2 bpf-next 2/6] bpf: Use bpf_verifier_env buffers for reg_set_min_max
[PATCH net-next v3 0/4] udp: Preserve UDP socket addresses on abort
2026-03-31 1:21 UTC (6+ messages)
` [PATCH net-next v3 1/4] udp: Only compare daddr/dport when sk_state == TCP_ESTABLISHED
` [PATCH net-next v3 2/4] udp: Remove disconnected sockets from the 4-tuple hash
` [PATCH net-next v3 3/4] udp: Preserve destination address info after abort
` [PATCH net-next v3 4/4] selftests/bpf: Ensure dst addr/port are preserved after socket abort
[PATCH bpf-next v2 0/2] bpf: Migrate bpf_task_work and file dynptr to kmalloc_nolock
2026-03-31 0:58 UTC (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: Migrate bpf_task_work "
` [PATCH bpf-next v2 2/2] bpf: Migrate dynptr file "
[BUG] bpf: use-after-free in hashtab BPF_F_LOCK in-place update path
2026-03-31 0:55 UTC (11+ messages)
[PATCH bpf v3 0/1] Fix bpf_link grace period wait for tracepoints
2026-03-31 0:52 UTC (2+ messages)
` [PATCH bpf v3 1/1] bpf: Fix grace period wait for tracepoint bpf_link
[PATCH bpf-next v8 0/6] bpf: Add support for sleepable tracepoint programs
2026-03-31 0:46 UTC (10+ messages)
` [PATCH bpf-next v8 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v8 2/6] bpf: Rename bpf_prog_run_array_uprobe() to bpf_prog_run_array_sleepable()
` [PATCH bpf-next v8 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v8 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v8 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v8 6/6] selftests/bpf: Add tests for sleepable tracepoint programs
[PATCH bpf-next v2 1/2] net: clear the dst when performing encap / decap
2026-03-31 0:29 UTC (8+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: test that dst is cleared on same-protocol encap
[PATCH bpf-next] bpf: warn against BPF_RB_NO_WAKEUP in bpf_ringbuf_discard()
2026-03-31 0:27 UTC (4+ messages)
[PATCH net-next v4 0/2] e1000e: add XDP support
2026-03-31 0:23 UTC (6+ messages)
` [PATCH net-next v4 1/2] e1000e: add basic "
[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-03-31 0:20 UTC (10+ messages)
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock
[PATCH bpf-next v1 0/3] Add support to emit verifier warnings
2026-03-30 23:46 UTC (12+ messages)
` [PATCH bpf-next v1 1/3] bpf: Extract bpf_get_linfo_file_line
` [PATCH bpf-next v1 2/3] bpf: Emit verifier warnings through prog stderr
` [PATCH bpf-next v1 3/3] libbpf: Wire up verifier warning display logic
[RESEND PATCH bpf v5 0/3] bpf: fix and improve open-coded task_vma iterator
2026-03-30 23:37 UTC (9+ messages)
` [RESEND PATCH bpf v5 1/3] bpf: fix mm lifecycle in "
` [RESEND PATCH bpf v5 2/3] bpf: switch task_vma iterator from mmap_lock to per-VMA locks
` [RESEND PATCH bpf v5 3/3] bpf: return VMA snapshot from task_vma iterator
[PATCH bpf v2 0/2] Fix bpf_link grace period wait for tracepoints
2026-03-30 23:11 UTC (6+ messages)
` [PATCH bpf v2 1/2] bpf: Fix grace period wait for tracepoint bpf_link
` [PATCH bpf v2 2/2] bpf: Retire rcu_trace_implies_rcu_gp()
[PATCH 0/4] selftests/bpf: impose global ordering for test decl_tags
2026-03-30 22:58 UTC (9+ messages)
` [PATCH 2/4] selftests/bpf: make str_has_pfx return pointer past the prefix
` [PATCH 3/4] selftests/bpf: impose global ordering for test decl_tags
[PATCH v2][next] bpf: Avoid thousands of -Wflex-array-members-not-at-end warnings
2026-03-30 22:38 UTC
[PATCH net-next v3 0/6] net: bcmgenet: add XDP support
2026-03-30 22:06 UTC (8+ messages)
` [PATCH net-next v3 3/6] net: bcmgenet: add basic XDP support (PASS/DROP)
` [PATCH net-next v3 4/6] net: bcmgenet: add XDP_TX support
[PATCH bpf 1/2] bpf: Fix incorrect pruning due to atomic fetch precision tracking
2026-03-30 22:02 UTC (7+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add more precision tracking tests for atomics
[PATCH bpf-next] bpf: Fix block device hooks names
2026-03-30 21:39 UTC (2+ messages)
[linux-next-20260327]resolve_btfids warnings for unresolved bpf_lsm_bdev_* symbols
2026-03-30 19:55 UTC (3+ messages)
[PATCH v5 1/2] powerpc64/bpf: Implement JIT support for private stack
2026-03-30 23:20 UTC (2+ messages)
` [PATCH v5 2/2] selftests/bpf: Enable private stack tests for powerpc64
[PATCH 0/2] bpf: calls to bpf_loop() should have an SCC and accumulate backedges
2026-03-30 18:23 UTC (9+ messages)
[PATCH] bpf: fix umin/umax when lower bits fall outside u32 range
2026-03-30 17:53 UTC (5+ messages)
[PATCH bpf-next v2 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
2026-03-30 17:20 UTC (12+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse
[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
2026-03-30 17:05 UTC (6+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier
` [PATCH bpf-next v9 8/9] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v9 9/9] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
[net-next v6 07/12] net: bnxt: Add boilerplate GSO code
2026-03-30 16:45 UTC (3+ messages)
[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-30 16:36 UTC (18+ messages)
` [PATCH v4 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v4 2/3] vmalloc: Optimize vfree
` [PATCH v4 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()
[PATCH v8 00/10] VMSCAPE optimization for BHI variant
2026-03-30 16:11 UTC (3+ messages)
[PATCH bpf v1 0/2] Fix bpf_link grace period wait for tracepoints
2026-03-30 16:10 UTC (13+ messages)
` [PATCH bpf v1 1/2] bpf: Fix grace period wait for tracepoint bpf_link
` [PATCH bpf v1 2/2] bpf: Retire rcu_trace_implies_rcu_gp()
[BUG] bpf: warn_free_bad_obj in bpf_prog_test_run_skb - slab cross-cache confusion in skb_free_head
2026-03-30 16:04 UTC
[RFC PATCH bpf-next v2 0/3] Upgrading uprobe and kprobe to their `multi` counterparts
2026-03-30 14:53 UTC (10+ messages)
` [RFC PATCH bpf-next v2 1/3] libbpf: Auto-upgrade uprobes to multi-uprobes when supported
` [RFC PATCH bpf-next v2 2/3] libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe
` [RFC PATCH bpf-next v2 3/3] libbpf: Auto-upgrade kprobes to multi-kprobes when supported
[PATCH 0/1] xskmap: reject TX-only AF_XDP sockets
2026-03-30 13:50 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH dwarves v4 00/11] pahole: Encode true signatures in kernel BTF
2026-03-30 10:13 UTC (8+ messages)
` [PATCH dwarves v4 01/11] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves v4 03/11] dwarf_loader: Handle signatures with dead arguments
[PATCH bpf 1/2] bpf: Fix OOB in bpf_obj_memcpy for cgroup storage
2026-03-30 6:32 UTC (2+ messages)
[BUG] bpf: warn_free_bad_obj in bpf_prog_test_run_skb - slab cross-cache confusion in skb_free_head
2026-03-30 5:52 UTC
[PATCH bpf-next 0/3] bpf: Enhance freplace compatibility
2026-03-30 5:51 UTC (9+ messages)
` [PATCH bpf-next 1/3] bpf: Disallow freplace on XDP with mismatched xdp_has_frags values
` [PATCH bpf-next 2/3] bpf: Disallow freplace on kprobe with mismatched kprobe_write_ctx values
[PATCH v2] selftests/bpf: Reject malformed IPv4/IPv6 skb test input
2026-03-30 4:23 UTC (3+ messages)
[PATCH V10 RESEND 1/2] bpf: refactor stack map trace depth calculation into helper function
2026-03-29 23:51 UTC (3+ messages)
` [PATCH V10 RESEND 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
[PATCH net-next v5 0/6] bnxt_en: Add XDP RSS hash metadata support
2026-03-29 21:20 UTC (2+ messages)
[PATCH net-next v2 0/5][pull request] ice: add support for devmem/io_uring Rx and Tx
2026-03-29 18:01 UTC (3+ messages)
` [PATCH net-next v2 3/5] ice: migrate to netdev ops lock
[PATCH] arch/arc: bpf_jit: fix missing newline in pr_err messages
2026-03-29 17:23 UTC (2+ messages)
[PATH bpf-next] selftests/bpf: Add few tests for alu32 shift value tracking and zext
2026-03-29 17:00 UTC (2+ messages)
[PATCH bpf-next v5 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
2026-03-29 17:00 UTC (2+ messages)
[PATCH bpf-next v9 3/9] bpf: clear list node owner and unlink before drop
2026-03-29 14:45 UTC (2+ messages)
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