messages from 2026-08-14 17:02:36 to 2026-08-15 17:50:20 UTC [more...]
[PATCH bpf-next v5 00/14] Redesign Verification Errors
2026-08-15 17:50 UTC (35+ messages)
` [PATCH bpf-next v5 01/14] bpf: Add verifier diagnostics report helpers
` [PATCH bpf-next v5 02/14] bpf: Add source and instruction diagnostic context
` [PATCH bpf-next v5 03/14] bpf: Add verifier diagnostic event log
` [PATCH bpf-next v5 04/14] bpf: Prune verifier diagnostics when switching paths
` [PATCH bpf-next v5 05/14] bpf: Track verifier register diagnostic events
` [PATCH bpf-next v5 06/14] bpf: Track verifier reference "
` [PATCH bpf-next v5 07/14] bpf: Track verifier context "
` [PATCH bpf-next v5 08/14] bpf: Report Register Type Safety errors
` [PATCH bpf-next v5 09/14] bpf: Report Memory Safety bounds errors
` [PATCH bpf-next v5 10/14] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v5 11/14] bpf: Report Call Type Safety argument errors
` [PATCH bpf-next v5 12/14] bpf: Report Execution Context Safety errors
` [PATCH bpf-next v5 13/14] bpf: Report Program Structure CFG errors
` [PATCH bpf-next v5 14/14] bpf: Report Policy helper and kfunc errors
[PATCH v7 net-next 0/2] Explicit TSO segment count
2026-08-15 17:31 UTC (5+ messages)
` [PATCH v7 net-next 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback
` [PATCH v7 net-next 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls
[RFC PATCH bpf-next v2 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
2026-08-15 15:35 UTC (4+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: support selective kernel module BTF loading via .kmod_btfs section
[PATCH bpf-next 0/2] lsm: give BPF programs a way to query locked_down state
2026-08-15 12:19 UTC (5+ messages)
` [PATCH bpf-next 1/2] lsm: add bpf_security_locked_down() kfunc
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_security_locked_down kfunc
[PATCH] sched_ext/scx_flatcg: expire cached hweights on weight changes
2026-08-15 11:55 UTC (6+ messages)
[RFC] bpf: account ring buffer backing pages separately from Lost RAM
2026-08-15 9:18 UTC
[PATCH] sched_ext/scx_flatcg: Fix cvtime true-up on slice expiry
2026-08-15 9:10 UTC (4+ messages)
[PATCH bpf-next v2] bpf: roll back stream capacity when allocation fails
2026-08-15 9:02 UTC (10+ messages)
` [PATCH bpf-next v3 0/5] bpf: fix stream capacity, read, and oversize handling
` [PATCH bpf-next v3 1/5] bpf: roll back stream capacity when allocation fails
` [PATCH bpf-next v3 2/5] bpf: fix stream capacity leak in staging path
` [PATCH bpf-next v3 3/5] bpf: return partial progress from bpf_stream_read on fault
` [PATCH bpf-next v3 4/5] bpf: reject oversized bpf_stream_vprintk output with -E2BIG
` [PATCH bpf-next v3 5/5] selftests/bpf: cover stream capacity and partial read edge cases
[PATCH net-next 00/14] skb extension for BPF metadata
2026-08-15 8:14 UTC (23+ messages)
` [PATCH net-next 01/14] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH net-next 03/14] bpf: Make BPF skb extension survive packet scrubbing
` [PATCH net-next 04/14] selftests/bpf: Add tests for bpf_dynptr_from_skb_ext
` [PATCH net-next 05/14] selftests/bpf: Test skb_ext on cloned skbs
` [PATCH net-next 06/14] selftests/bpf: Test skb_ext survival across veth and GRE
` [PATCH net-next 07/14] selftests/bpf: Test skb_ext read from cgroup_skb and sk_filter hooks
` [PATCH net-next 08/14] selftests/bpf: Test skb_ext read from sock_ops and LSM hooks
` [PATCH net-next 09/14] selftests/bpf: Test skb_ext read from kfree_skb tracepoint
` [PATCH net-next 11/14] selftests/bpf: Test skb_ext from LWT in, out, and xmit hooks
` [PATCH net-next 12/14] selftests/bpf: Test skb_ext read from seg6local End.BPF hook
` [PATCH net-next 13/14] selftests/bpf: Test skb_ext read from sk_skb stream verdict hook
[PATCH bpf] bpf: fix UAF of trampoline progs before image release
2026-08-15 8:03 UTC (2+ messages)
[PATCH bpf v3 0/2] bpf, x86: fix per-CPU address resolution into an extended register
2026-08-15 7:00 UTC (10+ messages)
` [PATCH bpf v3 1/2] bpf, x86: Fix "
` [PATCH bpf v3 2/2] selftests/bpf: Check per-CPU address resolution per register
[PATCH v2] sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_users
2026-08-15 5:49 UTC (3+ messages)
[PATCH] netdevsim: update rxq->napi pointer during queue reset
2026-08-15 2:55 UTC (3+ messages)
[PATCH v2] netdevsim: update rxq->napi pointer during queue reset
2026-08-15 2:49 UTC
[PATCH net-next v4 00/15] gve: AdminQ mode related refactors
2026-08-15 2:14 UTC (19+ messages)
` [PATCH net-next v4 01/15] gve: don't pass in unused parameter to gve_adminq_free
` [PATCH net-next v4 02/15] gve: refactor initialization with helper functions
` [PATCH net-next v4 04/15] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v4 05/15] gve: introduce control plane operations structure
` [PATCH net-next v4 06/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v4 08/15] gve: refactor gve_init_priv for reset path
` [PATCH net-next v4 09/15] gve: simplify reset logic
` [PATCH net-next v4 14/15] gve: add ctrl ops to for queue operations
` [PATCH net-next v4 15/15] gve: add link status/speed ctrl ops
[PATCH bpf-next v5 00/11] bpf: Support aggregate return values up to 16 bytes
2026-08-15 1:03 UTC (13+ messages)
` [PATCH bpf-next v5 01/11] bpf: Factor check_global_ret_scalar_reg() out of the global return check
` [PATCH bpf-next v5 02/11] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v5 04/11] bpf: Track R2 of register-pair returns in precision backtracking
` [PATCH bpf-next v5 06/11] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v5 09/11] selftests/bpf: Add C tests "
` [PATCH bpf-next v5 10/11] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
[PATCH v2 bpf-next] selftests/bpf: Retry stat generation in cgroup_iter_memcg
2026-08-15 0:13 UTC (2+ messages)
[PATCH] sched_ext: don't BUG_ON a destroyed DSQ in process_deferred_reenq_users
2026-08-15 0:01 UTC (3+ messages)
[PATCH v2 0/5] x86/cpu: Refactor identify_cpu()
2026-08-14 23:51 UTC (6+ messages)
` [PATCH v2 1/5] x86/cpu: Factor init_cpu_info() out of identify_cpu()
` [PATCH v2 2/5] x86/cpu: Initialize boot CPU cpuinfo defaults early
` [PATCH v2 3/5] x86/cpu: Inline generic_identify() into identify_cpu()
` [PATCH v2 4/5] x86/cpu: Move 32-bit SEP setup "
` [PATCH v2 5/5] x86/cpu: Don't transiently clear the boot CPU's capabilities
[PATCH net 0/6] gve: various XDP fixes
2026-08-14 23:48 UTC (7+ messages)
` [PATCH net 1/6] gve: increment work_done for XDP and error packets
` [PATCH net 2/6] gve: fix XSK buffer leak when rings are stopped
` [PATCH net 3/6] gve: fix XSK buffer leak on error descriptor
` [PATCH net 4/6] gve: don't register xsk pool on pre-existing queues in RDA mode
` [PATCH net 5/6] gve: fix napi_disable deadlock when attempting to disable XSK pools
` [PATCH net 6/6] gve: fix NULL dereference from premature XSK pool DMA unmap
[PATCH bpf-next v2 1/6] bpf: Keep fault protection when merging pointer types
2026-08-14 23:35 UTC (14+ messages)
` [PATCH bpf-next v2 2/6] bpf: Treat a fault prone PTR_TO_MEM as a pointer type mismatch
` [PATCH bpf-next v2 3/6] bpf: Reject a store through a fault prone pointer
` [PATCH bpf-next v2 4/6] bpf: Rewrite any fault prone load out of a mem or btf_id pointer
` [PATCH bpf-next v2 5/6] selftests/bpf: Add tests for pointer type merge at a shared load
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests for fault prone loads out of RCU pointers
[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
2026-08-14 23:34 UTC (10+ messages)
` [RFC bpf-next 1/6] bpf: turn bpf_reg_state->precise into a flags field [NFC]
` [RFC bpf-next 2/6] bpf: move the linked-scalar flags into bpf_reg_state->flags [NFC]
` [RFC bpf-next 3/6] bpf: support low-32 subreg scalar linking for zero-extending movs
` [RFC bpf-next 4/6] selftests/bpf: cover low-32 subreg-equal link "
` [RFC bpf-next 5/6] bpf: support low-32 subreg scalar linking for sign-extending movs
` [RFC bpf-next 6/6] selftests/bpf: cover 32-bit sign-extension low-32 links
[PATCH v7 bpf-next] bpf: Populate mmap-able array map memory lazily
2026-08-14 22:47 UTC (3+ messages)
[PATCH v2 bpf 0/4] bpf: Fix ring buffer position wrap handling on 32-bit
2026-08-14 22:30 UTC (4+ messages)
` [PATCH v2 bpf 3/4] bpf: Read producer_pos before overwrite_pos in ringbuf_avail_data_sz()
[PATCH bpf v1] selftests/bpf: Fix selftest build after filter.h update
2026-08-14 22:20 UTC (2+ messages)
[PATCH bpf-next v4 00/13] bpf: Support aggregate return values up to 16 bytes
2026-08-14 22:08 UTC (5+ messages)
` [PATCH bpf-next v4 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
[PATCH bpf v2 0/2] bpf, x86: fix per-CPU address resolution into an extended register
2026-08-14 21:51 UTC (9+ messages)
` [PATCH bpf v2 1/2] bpf, x86: Fix "
` [PATCH bpf v2 2/2] selftests/bpf: Check per-CPU address resolution per register
[PATCH net-next] net: xdp: don't assume an Ethernet header in generic XDP
2026-08-14 21:09 UTC (2+ messages)
[PATCH bpf-next 0/6] workqueue: introduce BPF iterators for workqueues, worker pools and pending work
2026-08-14 20:45 UTC (4+ messages)
[PATCH bpf-next 0/5] bpf: Followups for global percpu data series
2026-08-14 20:40 UTC (11+ messages)
` [PATCH bpf-next 1/5] bpf: Drop duplicate blank line in verifier
` [PATCH bpf-next 2/5] libbpf: Avoid unnecessary mmap resize for percpu data maps
` [PATCH bpf-next 3/5] bpftool: Update comments about skel "
` [PATCH bpf-next 4/5] selftests/bpf: Avoid flaky resize value test for percpu data
` [PATCH bpf-next 5/5] selftests/bpf: Improve readability in iter "
[PATCH RFC bpf-next v2 08/18] bpf: Implement iterator APIs for resizable hashtab
2026-08-14 20:38 UTC (6+ messages)
[PATCH net-next V2] net/mlx5: Use dma_wmb() for completion queue doorbell updates
2026-08-14 20:06 UTC (2+ messages)
[BUG] libbpf: OOB access when relocating a terminal LDIMM64
2026-08-14 20:00 UTC (2+ messages)
[PATCH] bpf, x86: Fix per-CPU address resolution into an extended register
2026-08-14 19:45 UTC (3+ messages)
[PATCH bpf-next v12 10/10] selftests/bpf: Verify bpf_iter for global percpu data
2026-08-14 19:34 UTC (4+ messages)
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-14 19:14 UTC (11+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
[PATCH] mm/secretmem: properly account locked pages
2026-08-14 19:10 UTC (2+ messages)
[PATCH 00/13] audit: log all six syscall arguments in the SYSCALL record
2026-08-14 18:37 UTC (3+ messages)
[PATCH bpf-next v12 00/10] bpf: Introduce global percpu data
2026-08-14 18:00 UTC (5+ messages)
` [PATCH bpf-next v12 06/10] bpftool: Generate skeleton for "
[PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
2026-08-14 17:21 UTC (2+ messages)
[PATCH v2 1/2] x86/shstk: support via prctl
2026-08-14 17:21 UTC (2+ messages)
[PATCH v3 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
2026-08-14 17:21 UTC (2+ messages)
[PATCH v3 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
2026-08-14 17:21 UTC (2+ messages)
[PATCH v3 4/4] selftests/sched_ext: build BPF schedulers via the shared lib.bpf.mk
2026-08-14 17:05 UTC (2+ messages)
[PATCH v3 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
2026-08-14 17:05 UTC (2+ messages)
[PATCH bpf-next v7 5/5] selftests/bpf: Add ksock test for async callback guard
2026-08-14 17:02 UTC (3+ 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