linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-26 18:48:46 to 2025-08-28 15:38:56 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-28 15:37 UTC  (70+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
  ` [PATCH v1 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
  ` [PATCH v1 16/36] "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()

[PATCH v4 0/2] KVM: guest_memfd: use write for population
 2025-08-28 15:31 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: guest_memfd: add generic population via write
` [PATCH v4 2/2] KVM: selftests: update guest_memfd write tests

[PATCH 0/2] selftests/mm: uffd-stress fixes
 2025-08-28 14:50 UTC  (3+ messages)
` [PATCH 1/2] selftests/mm/uffd-stress: Make test operate on less hugetlb memory

[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
 2025-08-28 14:38 UTC  (4+ messages)

[PATCH] selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
 2025-08-28 13:12 UTC 

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-28 12:44 UTC  (12+ messages)
` [PATCH kvm-next V11 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH kvm-next V11 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH kvm-next V11 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
 2025-08-28 12:37 UTC  (2+ messages)

[PATCH 0/2] Fix va_high_addr_switch.sh test failure
 2025-08-28 12:11 UTC  (5+ messages)
` [PATCH 1/2] selftests/mm: fix hugepages cleanup too early
  ` [PATCH 2/2] selftests/mm: fix va_high_addr_switch.sh failure on x86_64

[PATCH bpf-next v3 1/2] bpf/helpers: bpf_strnstr: Exact match length
 2025-08-28 11:07 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for bpf_strnstr

[PATCH bpf-next v3 0/2] Fix bpf_strnstr len error
 2025-08-28 11:06 UTC 

[PATCH net-next v5 0/9] vsock: add namespace support to vhost-vsock
 2025-08-28 10:35 UTC  (11+ messages)
` [PATCH net-next v5 1/9] vsock: a per-net vsock NS mode state
` [PATCH net-next v5 2/9] vsock: add net to vsock skb cb
` [PATCH net-next v5 3/9] vsock: add netns to vsock core
` [PATCH net-next v5 4/9] vsock/loopback: add netns support
` [PATCH net-next v5 5/9] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v5 6/9] vhost/vsock: add netns support
` [PATCH net-next v5 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v5 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v5 9/9] selftests/vsock: add namespace tests

[PATCH] selftests/filesystems: Skip file_stressor test on NFS root
 2025-08-28 10:30 UTC 

[PATCH bpf-next v5] selftests/bpf: Add LPM trie microbenchmarks
 2025-08-28  9:52 UTC  (3+ messages)

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-08-28  9:40 UTC  (6+ messages)
` [PATCH 1/2] selftests: Centralize include path for kselftest.h and kselftest_harness.h
` [PATCH 2/2] selftests: Replace relative includes with non-relative "

[PATCH] selftests: filelock: Initialize the flock to zero
 2025-08-28  8:30 UTC 

[PATCH bpf-next] selftests/bpf: Fix the issue where the error code is 0
 2025-08-28  8:15 UTC 

[PATCH] selftests/seccomp: Change the syscall used in KILL_THREAD test to getppid
 2025-08-28  6:26 UTC 

[PATCHv4 net-next 0/3] bonding: support aggregator selection based on port priority
 2025-08-28  3:43 UTC  (5+ messages)
` [PATCHv4 net-next 3/3] selftests: bonding: add test for LACP actor "

[PATCHv4 iproute2-next] iplink: bond_slave: add support for actor_port_prio
 2025-08-28  3:24 UTC  (3+ messages)

[bpf-next v2 0/2] bpf/helpers: Fix bpf_strnstr len error
 2025-08-28  2:52 UTC 

[bpf-next v2 1/2] bpf/helpers: bpf_strnstr: Exact match length
 2025-08-28  2:53 UTC  (2+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_strnstr

[PATCH] selftests: net: avoid memory leak
 2025-08-28  2:02 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2 bpf-next] selftests/bpf: Fix the invalid operand for instruction issue
 2025-08-28  2:01 UTC 

[PATCH bpf-next v16 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-27 22:51 UTC  (5+ messages)
` [PATCH bpf-next v16 1/2] "
` [PATCH bpf-next v16 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic

[PATCH v2] selftests/bpf: Fix typos and grammar in test sources
 2025-08-27 22:20 UTC  (2+ messages)

[PATCH v2 00/30] vfio: Introduce selftests for VFIO
 2025-08-27 20:20 UTC  (3+ messages)

[PATCH v19 0/8] fork: Support shadow stacks in clone3()
 2025-08-27 17:58 UTC  (3+ messages)
` [PATCH v19 4/8] fork: Add shadow stack support to clone3()

[PATCH net-next] selftests: drv-net: rss_ctx: fix the queue count check
 2025-08-27 17:35 UTC 

[PATCH] selftests: cgroup: Make test_pids backwards compatible
 2025-08-27 16:09 UTC  (2+ messages)

[PATCH v2 0/3] HID: hidraw: rework ioctls
 2025-08-27 13:45 UTC  (3+ messages)
` [PATCH v2 3/3] HID: tighten ioctl command parsing

[PATCH 0/3] Skip IRQ tests if irq legitimately is out of range
 2025-08-27 13:15 UTC  (2+ messages)

[PATCH] selftests: filesystems: mount-notify: remove kernel_fsid_t
 2025-08-27 11:32 UTC 

[PATCH bpf-next v4] selftests/bpf: Add LPM trie microbenchmarks
 2025-08-27 11:27 UTC  (3+ messages)

[PATCH bpf v2 0/2] bpf: Allow fall back to interpreter for programs with stack size <= 512
 2025-08-27 11:16 UTC  (8+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add socket filter attach test

[PATCH v2] selftests: futex; Fix spelling in test messages
 2025-08-27 11:00 UTC  (2+ messages)

[PATCH] selftests/futex: fix futex_wait() for 32bit ARM
 2025-08-27 10:58 UTC  (2+ messages)

[PATCH v2] selftests: futex; Fix spelling in test messages
 2025-08-27 10:54 UTC 

[PATCH v2] selftests/arm64: Fix grammatical error in string literals
 2025-08-27 10:32 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix the invalid operand for instruction issue
 2025-08-27 10:21 UTC  (5+ messages)

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-27  9:43 UTC  (5+ messages)
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage

[PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
 2025-08-27  8:04 UTC  (2+ messages)

[PATCH v9 00/19] TDX KVM selftests
 2025-08-27  7:18 UTC  (21+ messages)
` [PATCH v9 10/19] KVM: selftests: Set up TDX boot code region
` [PATCH v9 14/19] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v9 15/19] KVM: selftests: Hook TDX support to vm and vcpu creation
` [PATCH v9 18/19] KVM: selftests: Add ucall support for TDX

[PATCH v4 01/15] genpt: Generic Page Table base API
 2025-08-27  7:11 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
 2025-08-27  6:54 UTC  (4+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH v4 03/15] iommupt: Add the basic structure of the iommu implementation
 2025-08-27  5:03 UTC  (2+ messages)

[PATCH v4 02/15] genpt: Add Documentation/ files
 2025-08-27  1:07 UTC  (2+ messages)

[PATCH net-next v2] selftests: drv-net: hds: restore hds settings
 2025-08-27  1:00 UTC  (2+ messages)

[PATCH net-next v2 0/5] selftests: drv-net: ncdevmem: fix error paths
 2025-08-27  1:00 UTC  (2+ messages)

[PATCH v4 04/15] iommupt: Add the AMD IOMMU v1 page table format
 2025-08-27  0:03 UTC  (2+ messages)

[PATCH] selftests: futex; Fix spelling in test messages
 2025-08-26 23:51 UTC  (2+ messages)

[PATCH v4 12/15] iommupt: Add the x86 64 bit page table format
 2025-08-26 23:38 UTC  (2+ messages)

[PATCH v4 11/15] iommufd: Change the selftest to use iommupt instead of xarray
 2025-08-26 23:33 UTC  (2+ messages)

[PATCH v4 07/15] iommupt: Add map_pages op
 2025-08-26 23:20 UTC  (2+ messages)

[PATCH bpf-next v15 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-26 23:08 UTC  (5+ messages)
` [PATCH bpf-next v15 1/2] "
` [PATCH bpf-next v15 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic

[PATCH v4 08/15] iommupt: Add read_and_clear_dirty op
 2025-08-26 20:47 UTC  (2+ messages)

[PATCH v4 06/15] iommupt: Add unmap_pages op
 2025-08-26 20:44 UTC  (2+ messages)

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-08-26 20:41 UTC  (8+ messages)

[PATCH 0/7] tools/nolibc: reduce __nolibc_enosys() fallbacks
 2025-08-26 19:35 UTC  (3+ messages)
` [PATCH 6/7] kselftest/arm64: tpidr2: Switch to waitpid() over wait4()

[PATCH 00/11] vdso: Various cleanups
 2025-08-26 19:34 UTC  (9+ messages)
` [PATCH 03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64
` [PATCH 08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO
` [PATCH 09/11] vdso: Drop kconfig GENERIC_VDSO_DATA_STORE
` [PATCH 10/11] vdso: Drop kconfig GENERIC_VDSO_TIME_NS

[PATCH] selftests: update SKIP_TARGETS logic in Makefile to allow running bpf and sched_ext targets
 2025-08-26 19:16 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).