linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 22:03:41 to 2025-08-29 12:10:48 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-29 12:09 UTC  (117+ 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 0/2] selftests/mm: uffd-stress fixes
 2025-08-29 11:09 UTC  (4+ messages)
` [PATCH 1/2] selftests/mm/uffd-stress: Make test operate on less hugetlb memory

[PATCH bpf-next v4 1/2] bpf/helpers: bpf_strnstr: Exact match length
 2025-08-29 10:56 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests for bpf_strnstr

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-08-29 10:53 UTC  (7+ messages)
` [PATCH 2/2] selftests: Replace relative includes with non-relative for kselftest.h and kselftest_harness.h

[PATCHSET V1 0/2] cpuidle, bpf: Introduce BPF-based extensible cpuidle policy via struct_ops
 2025-08-29 10:50 UTC  (4+ messages)
` [PATCH v1 1/2] cpuidle: Implement BPF extensible cpuidle class
` [PATCH v1 2/2] selftests/bpf: Add selftests

[PATCH net-next 0/5] net: common feature compute for upper interface
 2025-08-29  9:54 UTC  (6+ messages)
` [PATCH net-next 1/5] net: add a common function to compute features from lowers devices
` [PATCH net-next 2/5] bonding: use common function to compute the features
` [PATCH net-next 3/5] team: "
` [PATCH net-next 4/5] net: bridge: "
` [PATCH net-next 5/5] selftests/net: add offload checking test for virtual interface

[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
 2025-08-29  8:07 UTC  (5+ messages)

[PATCH] selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh
 2025-08-29  7:09 UTC  (2+ messages)

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

[PATCH bpf-next v4 0/2] Fix bpf_strnstr len error
 2025-08-29  2:12 UTC 

[PATCH v2 bpf-next] selftests/bpf: Fix the issue where the error code is 0
 2025-08-29  1:41 UTC 

[PATCH 0/8] Add selftests for mshare
 2025-08-29  1:04 UTC  (5+ messages)
` [PATCH 4/8] mshare: selftests: Add test case shared memory
` [PATCH 8/8] mshare: selftests: Add test case to demostrate that mshare doesn't support THP

[PATCHv4 iproute2-next] iplink: bond_slave: add support for actor_port_prio
 2025-08-29  1:04 UTC  (5+ messages)

[PATCH net-next] selftests: drv-net: rss_ctx: fix the queue count check
 2025-08-28 23:50 UTC  (3+ messages)

[PATCH v4 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
 2025-08-28 22:19 UTC  (4+ messages)
` [PATCH v4 3/7] kunit: Pass parameterized test context to generate_params()

[PATCH] selftests: net: fix spelling and grammar mistakes
 2025-08-28 21:11 UTC 

[PATCH v4 0/2] KVM: guest_memfd: use write for population
 2025-08-28 20:07 UTC  (5+ 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] selftests: net: avoid memory leak
 2025-08-28 19:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
 2025-08-28 17:46 UTC  (3+ messages)

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

[PATCH] selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
 2025-08-28 17:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix the issue where the error code is 0
 2025-08-28 16:15 UTC  (2+ messages)

[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 kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-28 12:44 UTC  (6+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

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

[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] selftests: filelock: Initialize the flock to zero
 2025-08-28  8:30 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 "

[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 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)


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).