messages from 2026-08-13 20:03:03 to 2026-08-14 17:20:26 UTC [more...]
[PATCH] sched_ext/scx_flatcg: expire cached hweights on weight changes
2026-08-14 17:20 UTC (3+ messages)
[PATCH v7 bpf-next] bpf: Populate mmap-able array map memory lazily
2026-08-14 17:06 UTC (2+ messages)
[PATCH v3 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
2026-08-14 17:05 UTC (9+ messages)
` [PATCH v3 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v3 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v3 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v3 4/4] selftests/sched_ext: build BPF schedulers "
[PATCH bpf-next v7 5/5] selftests/bpf: Add ksock test for async callback guard
2026-08-14 17:02 UTC (3+ messages)
[PATCH bpf-next v7 3/5] selftests/bpf: Add ksock kfunc test
2026-08-14 16:59 UTC (3+ messages)
[PATCH] bpf, x86: Fix per-CPU address resolution into an extended register
2026-08-14 16:55 UTC
[PATCH bpf-next] riscv, bpf: Fix missing sign-ext for signed 1-byte and 2-byte kfunc args
2026-08-14 16:40 UTC (4+ messages)
[PATCH bpf-next] selftest/bpf: make pyperf600 a success again
2026-08-14 16:30 UTC (5+ messages)
[PATCH bpf-next] selftests/bpf: Use ping_command() for IPv6 pings in lwt_ip_encap
2026-08-14 16:30 UTC (4+ messages)
[PATCH bpf-next] bpf: Fix arm64 KASAN false positive after bpf_throw
2026-08-14 16:30 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Move tracing_multi_bench_attach to bench
2026-08-14 14:54 UTC (4+ messages)
[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-08-14 14:53 UTC (3+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: make sure allocation in arch_bpf_trampoline_size() is writable
[PATCH v2 bpf 0/4] bpf: Fix ring buffer position wrap handling on 32-bit
2026-08-14 14:09 UTC (13+ messages)
` [PATCH v2 bpf 1/4] bpf: Fix pending_pos walk on 32-bit ring position wrap
` [PATCH v2 bpf 2/4] bpf: Fix available-data accounting on 32-bit wrap in overwrite mode
` [PATCH v2 bpf 3/4] bpf: Read producer_pos before overwrite_pos in ringbuf_avail_data_sz()
` [PATCH v2 bpf 4/4] libbpf: Fix ring buffer consumer loop on 32-bit position wrap
[PATCH bpf] bpf: Enforce cgroup storage map consistency for freplace attach
2026-08-14 13:46 UTC (3+ messages)
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-14 13:34 UTC (9+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
[PATCH bpf-next v3 0/2] bpf: Enforce gotox targets against subprog bounds
2026-08-14 12:09 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add cross-subprog gotox target coverage
[PATCH net-next] net: xdp: don't assume an Ethernet header in generic XDP
2026-08-14 11:33 UTC (2+ messages)
[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_sockopt is_compat field
2026-08-14 11:20 UTC
[PATCH bpf-next 0/2] bpf: Cleanup & optimization
2026-08-14 10:45 UTC (4+ messages)
` [PATCH bpf-next 2/2] bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookup
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-14 10:06 UTC (8+ messages)
` [PATCH 6/9] mm: convert PTE table entry to pte
[PATCH bpf-next v7 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
2026-08-14 8:40 UTC (3+ messages)
[PATCH 00/13] audit: log all six syscall arguments in the SYSCALL record
2026-08-14 8:40 UTC (2+ messages)
[PATCH bpf-next v7 5/6] bpf: clear decap state on skb_adjust_room shrink path
2026-08-14 8:33 UTC (3+ messages)
[PATCH v8 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-08-14 8:28 UTC (2+ messages)
[PATCH net-next 00/14] skb extension for BPF metadata
2026-08-14 8:14 UTC (15+ messages)
` [PATCH net-next 01/14] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH net-next 02/14] bpf: Allow access to bpf_sock_ops_kern->skb
` [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 10/14] selftests/bpf: Test skb_ext read from netfilter hook
` [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 net-next 14/14] selftests/bpf: Use non-trivial test payload in xdp_context tests
[PATCH bpf-next 1/4] bpf: Keep fault protection when merging pointer types
2026-08-14 8:10 UTC (14+ messages)
` [PATCH bpf-next 2/4] bpf: Merge pointer types also when both are PTR_TO_MEM
` [PATCH bpf-next 3/4] bpf: Keep untrusted PTR_TO_MEM read-only on RCU invalidation
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for pointer type merge at a shared load
[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
2026-08-14 7:49 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Enable stack argument tests for RV64
[PATCH bpf v5 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
2026-08-14 7:49 UTC (5+ messages)
` [PATCH bpf v5 1/2] bpf/selftests: fix comment style in network_helpers.c
` [PATCH bpf v5 2/2] selftests/bpf: allocate a larger timeout for connection
[PATCH net-next v2 0/5] selftests/xsk: improve shared-UMEM coverage
2026-08-14 6:30 UTC (3+ messages)
` [PATCH net-next v2 1/5] selftests/xsk: add UMEM users refcount and centralize socket teardown
[PATCH bpf-next v12 00/10] bpf: Introduce global percpu data
2026-08-14 6:13 UTC (19+ messages)
` [PATCH bpf-next v12 04/10] libbpf: Probe percpu data feature
` [PATCH bpf-next v12 05/10] libbpf: Add support for global percpu data
` [PATCH bpf-next v12 06/10] bpftool: Generate skeleton "
` [PATCH bpf-next v12 07/10] selftests/bpf: Add tests to verify "
[PATCH bpf-next v12 10/10] selftests/bpf: Verify bpf_iter for global percpu data
2026-08-14 6:13 UTC (3+ messages)
[PATCH bpf-next v12 02/10] bpf: Factor out check_map_mem_read helper in verifier
2026-08-14 6:10 UTC (3+ messages)
[PATCH bpf-next v12 01/10] bpf: Drop duplicate blank lines in kernel/bpf/
2026-08-14 6:07 UTC (3+ messages)
[PATCH bpf-next v5] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
2026-08-14 6:05 UTC (2+ messages)
[PATCH bpf-next v2 0/7] bpf, arm64: __arena kfunc and struct_ops arguments
2026-08-14 4:10 UTC (4+ messages)
` [PATCH bpf-next v2 4/7] bpf, arm64: Convert struct_ops arena arguments in the trampoline
[PATCH bpf-next 0/7] bpf, arm64: __arena kfunc and struct_ops arguments
2026-08-14 3:49 UTC (7+ messages)
` [PATCH bpf-next 4/7] bpf, arm64: Convert struct_ops arena arguments in the trampoline
[PATCH bpf-next v2 0/3] selftests/bpf: fix for veristat file/prog filters processing
2026-08-14 3:23 UTC (2+ messages)
[PATCH bpf-next v5 00/11] bpf: Support aggregate return values up to 16 bytes
2026-08-14 3:02 UTC (16+ messages)
` [PATCH bpf-next v5 03/11] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v5 05/11] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v5 06/11] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v5 08/11] bpf: Reject register-pair returns when the subprog BTF is unreliable
` [PATCH bpf-next v5 09/11] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v5 10/11] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
` [PATCH bpf-next v5 11/11] Documentation/bpf: Document up to 16-byte kfunc return values in R0:R2
[PATCH net-next v4 00/15] gve: AdminQ mode related refactors
2026-08-14 2:14 UTC (16+ 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 03/15] gve: add a few helper functions to set device properties
` [PATCH net-next v4 04/15] gve: add struct gve_device_info to hold "
` [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 07/15] gve: introduce gve_adminq_get_device_properties()
` [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 10/15] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v4 11/15] gve: split up notify block allocation and setup paths
` [PATCH net-next v4 12/15] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v4 13/15] gve: setup and teardown management interrupts
` [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 v6 bpf-next] bpf: Populate mmap-able array map memory lazily
2026-08-14 2:07 UTC (4+ messages)
[PATCH bpf-next v4 0/4] bpf: Fix refcount_acquire handling for borrowed kptrs
2026-08-14 1:50 UTC (10+ messages)
` [PATCH bpf-next v4 1/4] bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
` [PATCH bpf-next v4 2/4] selftests/bpf: Test refcount_acquire return nullability
` [PATCH bpf-next v4 3/4] bpf: Reject untrusted allocated-object pointers
` [PATCH bpf-next v4 4/4] selftests/bpf: Test "
[PATCH bpf-next] selftests/bpf: Retry stat generation in cgroup_iter_memcg
2026-08-14 1:29 UTC (3+ messages)
[PATCH bpf-next v6 09/17] bpf: Track r11 registers in const_fold and liveness
2026-08-14 0:52 UTC (2+ messages)
[PATCH bpf-next v3 05/13] bpf: 4-byte precise clean_verifier_state
2026-08-14 0:48 UTC (2+ messages)
[PATCH bpf-next v6] libbpf: avoid overflow in BTF.ext bounds check
2026-08-14 0:43 UTC
[PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
2026-08-14 0:02 UTC (2+ messages)
[PATCH RFC bpf-next v2 08/18] bpf: Implement iterator APIs for resizable hashtab
2026-08-13 23:59 UTC (2+ messages)
[PATCH v2 07/10] selftests/bpf: Tolerate benchmark build failures
2026-08-13 23:50 UTC (2+ messages)
[PATCH v2 bpf-next 1/2] libbpf: Allow use of feature cache for non-token cases
2026-08-13 23:50 UTC (2+ messages)
[PATCH bpf-next v2 3/3] selftests/bpf: guarantee zero termination for veristat test buffers
2026-08-13 23:40 UTC (3+ messages)
[PATCH v4 05/10] selftests/bpf: Tolerate test file compilation failures
2026-08-13 23:37 UTC (2+ messages)
[PATCH bpf-next v6 4/6] bpf: Verifier support for sleepable tracepoint programs
2026-08-13 22:47 UTC (2+ messages)
[PATCHv7 12/13] tools/kexec: Introduce a bpf-prog to handle UKI image
2026-08-13 22:41 UTC (2+ messages)
[PATCH v15 bpf-next 8/9] selftests/bpf: Test kind encoding/decoding
2026-08-13 22:35 UTC (2+ messages)
[PATCH bpf-next v5] libbpf: avoid overflow in BTF.ext bounds check
2026-08-13 22:32 UTC (2+ messages)
[PATCHv7 06/13] kexec_file: Chain the stages into a pipeline
2026-08-13 22:32 UTC (2+ messages)
[PATCH bpf-next 0/2] bpf: Reject mixed arena and ordinary atomic paths
2026-08-13 22:20 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: Check pointer type for all atomic RMW paths
` [PATCH bpf-next 2/2] selftests/bpf: Cover mixed arena and map-value atomics
[PATCHv7 01/13] bpf: Introduce kfuncs to parser buffer content
2026-08-13 22:20 UTC (2+ messages)
[PATCH bpf v3 0/2] bpf: Fix queue/stack map u32 index overflow
2026-08-13 22:19 UTC (3+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Add regression test for queue/stack map size limit
[PATCH bpf v2 0/2] bpf: Fix queue/stack map u32 index overflow
2026-08-13 22:16 UTC (3+ messages)
` [PATCH bpf v2 1/2] "
[PATCH bpf-next] selftests/bpf: Add kptr-xchg benchmark
2026-08-13 22:04 UTC (2+ messages)
[PATCH bpf-next v5 0/3] bpftool: fix batch file handling issues
2026-08-13 22:00 UTC (5+ messages)
` [PATCH bpf-next v5 2/3] bpftool: fix spurious batch file read error
` [PATCH bpf-next v5 3/3] bpftool: Fix bypass of the batch line length check by comments
[PATCH v5 06/26] tools build: Append -fzero-init-padding-bits=all to extra cflags
2026-08-13 21:59 UTC (2+ messages)
[PATCH v14 bpf-next 06/10] libbpf: Support sanitization of BTF layout for older kernels
2026-08-13 21:54 UTC (2+ messages)
[PATCH net v4] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-08-13 21:53 UTC
[PATCH net v3] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-08-13 21:42 UTC (2+ messages)
[PATCH bpf] bpf: Fix pending_pos walk on 32-bit ring position wrap
2026-08-13 21:33 UTC (2+ messages)
[PATCH bpf-next v5 02/11] bpf: Add helpers to describe the R0:R2 return register pair
2026-08-13 21:11 UTC (2+ messages)
[syzbot] [mm?] BUG: Bad page state in corrupted
2026-08-13 21:08 UTC
[PATCH bpf-next v5 04/11] bpf: Track R2 of register-pair returns in precision backtracking
2026-08-13 20:49 UTC (2+ messages)
[PATCH bpf-next v4 00/16] Redesign Verification Errors
2026-08-13 20:38 UTC (7+ messages)
` [PATCH bpf-next v4 12/16] bpf: Report Execution Context Safety errors
` [PATCH bpf-next v4 15/16] bpf: Report Verifier Limit errors
` [PATCH bpf-next v4 16/16] bpf: Gate verifier diagnostics on log level
[PATCH 1/2] cgroup, sched: add BPF kfuncs to read a cpu cgroup's stats
2026-08-13 20:24 UTC (2+ messages)
[PATCH 2/2] selftests/bpf: add cgroup_iter_cpu test for cpu cgroup kfuncs
2026-08-13 20:23 UTC (2+ messages)
[PATCH bpf-next v2 1/7] bpf, arm64: Fix stack-passed arguments for indirect trampolines
2026-08-13 20:04 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