messages from 2026-06-11 20:15:11 to 2026-06-13 20:03:44 UTC [more...]
[PATCH bpf v5 0/2] bpf: Fix generic devmap egress skb sharing
2026-06-13 20:03 UTC (7+ messages)
` [PATCH bpf v5 1/2] bpf: Run generic devmap egress prog on private skb
` [PATCH bpf v5 2/2] selftests/bpf: Cover generic devmap egress last-dst rewrite
[PATCH RFC 0/3] vfio/pci: Hide and optionally override the PCIe Device Serial Number
2026-06-13 18:56 UTC (5+ messages)
` [PATCH RFC 1/3] vfio/pci: Virtualize and scrub Device Serial Number from guests
` [PATCH RFC 2/3] vfio/pci: Allow userspace to set a virtual Device Serial Number
` [PATCH RFC 3/3] selftests/vfio: Add PCIe Device Serial Number test
[PATCH net v2 0/2] net/sched: act_ct: preserve tc_skb_cb across defragmentation
2026-06-13 17:42 UTC (2+ messages)
` [PATCH net v2 2/2] selftests/tc-testing: act_ct: add TDC test for skb cb preservation across defrag
[PATCH bpf-next v4 0/2] bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socket
2026-06-13 17:07 UTC (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test to verify the fix for bpf_setsockopt() helper
[PATCH net v2 0/2] ip_tunnel: fix PMTU ICMP reply routing
2026-06-13 16:23 UTC (4+ messages)
` [PATCH net v2 1/2] ip_tunnel: drop stale dst from generated PMTU ICMP replies
` [PATCH net v2 2/2] selftests: pmtu: fix incorrect PMTU exception generation
[PATCH net-next] selftests/net/openvswitch: add ICMPv6 echo type match test
2026-06-13 14:14 UTC
[PATCH 1/2] rust: doctest: fix incorrect pattern in replacement
2026-06-13 14:04 UTC (2+ messages)
` [PATCH 2/2] rust: doctest: trim function name for reproducbility
[PATCH bpf-next v2 2/2] selftests/bpf: Cover scalar add from rdonly untrusted memory
2026-06-13 13:19 UTC
[PATCH v7 0/7] powerpc/bpf: Add support for verifier selftest
2026-06-13 12:44 UTC (13+ messages)
` [PATCH v7 1/7] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v7 2/7] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v7 3/7] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v7 5/7] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v7 6/7] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH v7 7/7] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
[PATCH bpf-next 0/2] bpf: Fix gotox target validation against CFG
2026-06-13 10:08 UTC (5+ messages)
` [PATCH bpf-next v2 0/2] bpf: Enforce gotox targets against subprog bounds
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add cross-subprog gotox target coverage
[PATCH bpf-next v4] selftests/bpf: Add arena direct-value one-past-end reject test
2026-06-13 5:50 UTC (2+ messages)
[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
2026-06-13 4:14 UTC (10+ messages)
` [PATCH RESEND 1/2] "
[PATCH net-next 0/2] net: convert UDP getsockopt to sockopt_t
2026-06-13 2:13 UTC (7+ messages)
` [PATCH net-next 1/2] net: add sockopt_init_user() for getsockopt conversion
` [PATCH net-next 2/2] udp: convert udp_lib_getsockopt to sockopt_t
[PATCH net-next v3 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-06-13 2:03 UTC (7+ messages)
` [PATCH net-next v3 1/4] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next v3 2/4] udmabuf: emit one sg entry per pinned folio
` [PATCH net-next v3 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
` [PATCH net-next v3 4/4] selftests/net: devmem.py: add check_rx_large_niov
[PATCH net-next V2] selftests: drv-net: Test queue stall upon reconfig
2026-06-13 1:48 UTC
[PATCH bpf-next v3 0/7] bpf, skmsg: some fixes for skmsg
2026-06-13 1:36 UTC (16+ messages)
` [PATCH bpf-next v3 1/7] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
` [PATCH bpf-next v3 2/7] bpf, sockmap: Fix wrong rsge offset "
` [PATCH bpf-next v3 3/7] bpf, sockmap: zero-initialize pages allocated in bpf_msg_push_data
` [PATCH bpf-next v3 4/7] bpf, sockmap: keep sk_msg copy state in sync
` [PATCH bpf-next v3 5/7] sockmap: Fix use-after-free in udp_bpf_recvmsg()
` [PATCH bpf-next v3 6/7] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
[PATCH bpf-next v2 0/8] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
2026-06-13 1:11 UTC (5+ messages)
` [PATCH bpf-next v2 5/8] tools/bpf: build: Append extra cflags
` [PATCH bpf-next v2 6/8] selftests/bpf: Initialize operation name before use
[PATCH net-next v3 0/2] net: rds: convert rds to getsockopt_iter
2026-06-13 0:44 UTC (6+ messages)
` [PATCH net-next v3 2/2] rds: convert "
` [PATCH net-next v3 2/2] rds: convert to getsockopt_iter: manual merge
[PATCH net] selftests: iou-zcrx: defer listen() until after zcrx setup
2026-06-13 0:40 UTC (2+ messages)
[PATCH bpf] bpf: Track spilled zero scalars for var-off stack reads
2026-06-13 0:13 UTC (4+ messages)
[PATCH] selftests/vfio: avoid VLAs
2026-06-12 23:45 UTC (2+ messages)
[PATCH v3 0/2] Make liveupdate selftests library
2026-06-12 21:45 UTC (3+ messages)
` [PATCH v3 1/2] selftests/liveupdate: Use luo_test_utils.c for liveupdate ioctl APIs
` [PATCH v3 2/2] selftests/liveupdate: Move luo_test_utils.* into a reusable library
[PATCH net-next v2 0/2] netdev: expose page pool order via netlink
2026-06-12 21:17 UTC (2+ messages)
` [PATCH net-next v2 2/2] io_uring/zcrx: selftests: verify rx_buf_len for large chunks
[PATCH v2 0/2] Make liveupdate selftests library
2026-06-12 19:32 UTC (8+ messages)
` [PATCH v2 1/2] selftests/liveupdate: Move luo_test_utils.* into a reusable library
` [PATCH v2 2/2] selftests/liveupdate: Add helpers to preserve/retrieve FDs
[PATCH v8 00/21] ARM64 PMU Partitioning
2026-06-12 19:29 UTC (22+ messages)
` [PATCH 01/21] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/21] KVM: arm64: Reorganize PMU includes
` [PATCH 03/21] KVM: arm64: Reorganize PMU functions
` [PATCH 04/21] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
` [PATCH 06/21] perf: arm_pmuv3: Allocate counter indices from high to low
` [PATCH 07/21] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH 08/21] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 09/21] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH 10/21] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH 12/21] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH 13/21] perf: Add perf_pmu_resched_update()
` [PATCH 14/21] KVM: arm64: Apply dynamic guest counter reservations
` [PATCH 15/21] KVM: arm64: Implement lazy PMU context swaps
` [PATCH 16/21] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 17/21] KVM: arm64: Detect overflows for the Partitioned PMU
` [PATCH 18/21] KVM: arm64: Add vCPU device attr to partition the PMU
` [PATCH 19/21] KVM: selftests: Add find_bit to KVM library
` [PATCH 20/21] KVM: arm64: selftests: Add test case for Partitioned PMU
` [PATCH 21/21] KVM: arm64: selftests: Relax testing for exceptions when partitioned
[PATCH v1 0/4] iommufd: Cache invalidation hardening and SMMUv3 batching rework
2026-06-12 19:11 UTC (5+ messages)
` [PATCH v1 4/4] iommu/arm-smmu-v3: Process vIOMMU invalidations in batches
[PATCH net-next 0/2] selftests/vsock: improve vng version and quirk handling
2026-06-12 19:08 UTC (3+ messages)
` [PATCH net-next 1/2] selftests/vsock: accept vng 1.33 or >= 1.36
` [PATCH net-next 2/2] selftests/vsock: skip vng setsid workaround on >= 1.41
[RFC v1 0/9] kho: granular compatibility and header decoupling
2026-06-12 19:08 UTC (7+ messages)
[RFC net-next v1 0/2] Reuse threaded NAPI kthread across napi_del()/napi_add()
2026-06-12 17:36 UTC (3+ messages)
` [RFC net-next v1 1/2] net: Save kthread of threaded NAPI in napi_config in napi_del and restore in napi_add
` [RFC net-next v1 2/2] selftests: net: Add kthread preserving test in napi_threaded and busy_poll_test
[PATCH] selftests: mm: fix and speedup "droppable" test
2026-06-12 17:04 UTC (7+ messages)
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-06-12 16:23 UTC (6+ messages)
` [PATCH v5 1/5] KVM: arm64: Pass walk flags to kvm_pgtable_get_leaf()
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
` [PATCH v5 3/5] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v5 4/5] KVM: selftests: Add option for different backing in pre-fault tests
` [PATCH v5 5/5] KVM: selftests: Add nested pre-fault test for arm64
[RFC PATCH] rust: doctest: add source map script
2026-06-12 16:05 UTC
[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
2026-06-12 15:05 UTC (3+ messages)
` [PATCH v3] mm/damon: add KUnit test for walk_control_obsolete behavior
[PATCH] KVM: selftests: access_tracking_perf_test: bump number of NUMA nodes to 32
2026-06-12 15:00 UTC
[PATCH v4 00/16] riscv: hwprobe: Expose RVA23U64 base behavior
2026-06-12 13:51 UTC (16+ messages)
` [PATCH v4 01/16] dt-bindings: riscv: sort multi-letter Z extensions alphanumerically
` [PATCH v4 05/16] riscv: Add Zicclsm to cpufeature and hwprobe
` [PATCH v4 06/16] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs "
` [PATCH v4 07/16] riscv: Add B to hwcap "
` [PATCH v4 08/16] dt-bindings: riscv: Add Zic64b extension description
` [PATCH v4 09/16] riscv: Add Zic64b to cpufeature and hwprobe
` [PATCH v4 15/16] riscv: cpu: Output isa bases lines in cpuinfo
` [PATCH v4 16/16] riscv: hwprobe: Introduce rva23u64 base behavior
[RFC PATCH v2 00/14] kcov: add per-task dataflow tracking for function arguments/return values
2026-06-12 13:11 UTC (16+ messages)
` [RFC PATCH v2 01/14] "
` [RFC PATCH v2 02/14] kcov: fix INIT_TRACK race in kcov_dataflow
` [RFC PATCH v2 03/14] kcov: add barriers to recursion guard in kcov_df_write
` [RFC PATCH v2 04/14] kcov: reject enable on multiple dataflow fds simultaneously
[PATCH net-next] selftests/net/openvswitch: add SET action test
2026-06-12 13:05 UTC
[PATCH v1 4/4] selftests: firmware: Add NVIDIA GHES EINJ selftest
2026-06-12 12:09 UTC
[Bug Report] Elevated PMD nr_anon after running selftests
2026-06-12 11:22 UTC (3+ messages)
[RFC PATCH v2 00/11] add shmem mTHP collapse support
2026-06-12 10:41 UTC (9+ messages)
` [RFC PATCH v2 01/11] mm: khugepaged: add max_ptes_none check in collapse_file()
` [RFC PATCH v2 02/11] mm: khugepaged: generalize collapse_file() for shmem mTHP support
` [RFC PATCH v2 08/11] selftests: mm: extend the check_huge() to support mTHP check
` [RFC PATCH v2 11/11] selftests: mm: add mTHP collapse test cases
[RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
2026-06-12 10:22 UTC (3+ messages)
[PATCH bpf-next v2 8/8] selftests/bpf: add tests to validate KASAN on JIT programs
2026-06-12 9:19 UTC (3+ messages)
[PATCH v3 0/3] selftests/mm: assorted fixes for hmm-tests
2026-06-12 8:22 UTC (3+ messages)
` [PATCH v3 2/3] selftests/mm: remove hardcoded THP sizing assumptions in hmm tests
[PATCH] selftests/seccomp: add Alpha support to seccomp_bpf
2026-06-12 6:57 UTC (6+ messages)
[PATCH] libbpf: Allow callbacks at consumption time
2026-06-12 5:32 UTC (3+ messages)
[PATCH v2 3/7] seg6: add End.M.GTP6.E behavior
2026-06-12 3:14 UTC (2+ messages)
[PATCH bpf v2 0/7] bpf, skmsg: some fixes for skmsg
2026-06-12 2:03 UTC (11+ messages)
` [PATCH bpf v2 1/7] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
` [PATCH bpf v2 4/7] bpf, sockmap: keep sk_msg copy state in sync
` [PATCH bpf v2 5/7] sockmap: Fix use-after-free in udp_bpf_recvmsg()
` [PATCH bpf v2 7/7] selftests/bpf: add test for bpf_msg_pop_data() overflow
[PATCH net-next v13 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
2026-06-12 1:00 UTC (3+ messages)
` [PATCH net-next v13 1/2] "
` [PATCH net-next v13 2/2] selftests: net: add local ECMP rehash test
[PATCH net-next] selftests: drv-net: Test queue stall upon reconfig
2026-06-12 0:17 UTC
[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
2026-06-12 0:11 UTC (3+ messages)
[PATCH bpf-next v3] selftests/bpf: Add arena direct-value one-past-end reject test
2026-06-11 23:57 UTC (2+ messages)
[PATCH net-next v2] selftests/net/openvswitch: add flow modify test
2026-06-11 22:50 UTC (2+ messages)
[PATCH net-next v2 00/15] mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
2026-06-11 22:50 UTC (2+ messages)
[PATCH bpf-next] selftsets/bpf: Retry map update on helper_fill_hashmap()
2026-06-11 22:48 UTC (2+ messages)
[PATCH] selftests/bpf: Add test for sleepable lsm_cgroup rejection
2026-06-11 22:37 UTC (2+ messages)
[PATCH net-next v2 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-06-11 21:58 UTC (6+ messages)
` [PATCH net-next v2 1/4] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next v2 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
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