linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 08:14:57 to 2025-08-22 08:23:11 UTC [more...]

[PATCH v3 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-22  8:20 UTC  (3+ messages)
` [PATCH v3 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v3 2/8] selftests/mm: protection_keys: Fix dead code

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

[PATCH v4 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-22  7:19 UTC  (6+ messages)
` [PATCH v4 1/2] cgroup: cgroup.stat.local time accounting
` [PATCH v4 2/2] cgroup: selftests: Add tests for freezer time

[PATCH v7 00/29] KVM: arm64: Implement support for SME
 2025-08-22  6:50 UTC  (31+ messages)
` [PATCH v7 01/29] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v7 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v7 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v7 04/29] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v7 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v7 06/29] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v7 07/29] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v7 08/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v7 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v7 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v7 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v7 12/29] KVM: arm64: Define internal features "
` [PATCH v7 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v7 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v7 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v7 16/29] KVM: arm64: Support SME control registers
` [PATCH v7 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v7 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v7 19/29] KVM: arm64: Support SME priority registers
` [PATCH v7 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v7 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v7 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v7 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v7 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v7 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v7 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v7 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v7 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v7 29/29] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH] selftests/alsa: remove 0/NULL global variable assignment
 2025-08-22  6:21 UTC  (7+ messages)

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22  1:21 UTC  (4+ messages)

[PATCH] selftests: rtnetlink: add checks for ifconfig and iproute2
 2025-08-22  1:09 UTC  (9+ messages)
          ` [PATCH v2] selftests: rtnetlink: skip tests if tools or feats are missing
            ` [PATCH] "

[PATCH v9 00/19] TDX KVM selftests
 2025-08-21 22:30 UTC  (15+ messages)
` [PATCH v9 01/19] KVM: selftests: Include overflow.h instead of redefining is_signed_type()
` [PATCH v9 02/19] KVM: selftests: Allocate pgd in virt_map() as necessary
` [PATCH v9 04/19] KVM: selftests: Expose function to allocate guest vCPU stack
` [PATCH v9 05/19] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v9 06/19] KVM: selftests: Expose segment definitons to assembly files

[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-21 22:13 UTC  (11+ messages)
` [PATCH v2 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags

[PATCH v15 0/6] KVM: arm64: Provide guest support for GCS
 2025-08-21 21:25 UTC  (7+ messages)
` [PATCH v15 3/6] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v15 4/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception

[PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-08-21 21:03 UTC  (10+ messages)

[PATCH v2 1/2] drm/xe/tests: Fix some additional gen_params signatures
 2025-08-21 20:17 UTC  (4+ messages)
` [PATCH v2 2/2] kunit: Only output a test plan if we're using kunit_array_gen_params

[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-21 18:28 UTC  (16+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
    `  "
                            `  "

[PATCH] selftests: net: fix memory leak in tls.c
 2025-08-21 18:20 UTC  (2+ messages)

[PATCH v2] kselftests:grammer correction
 2025-08-21 18:14 UTC  (2+ messages)

[PATCH v15 net-next 00/14] AccECN protocol patch series
 2025-08-21 17:46 UTC  (21+ messages)
` [PATCH v15 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v15 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v15 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v15 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v15 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v15 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v15 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v15 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH 0/7] tools/nolibc: reduce __nolibc_enosys() fallbacks
 2025-08-21 17:41 UTC  (9+ messages)
` [PATCH 1/7] tools/nolibc: remove __nolibc_enosys() fallback from time64-related functions
` [PATCH 2/7] tools/nolibc: remove __nolibc_enosys() fallback from *at() functions
` [PATCH 3/7] tools/nolibc: remove __nolibc_enosys() fallback from dup2()
` [PATCH 4/7] tools/nolibc: remove __nolibc_enosys() fallback from fork functions
` [PATCH 5/7] tools/nolibc: fold llseek fallback into lseek()
` [PATCH 6/7] kselftest/arm64: tpidr2: Switch to waitpid() over wait4()
` [PATCH 7/7] tools/nolibc: drop wait4() support

[PATCH 1/2] selftests: riscv: vector: add early ptrace test
 2025-08-21 17:39 UTC  (2+ messages)
` [PATCH 2/2] riscv: vector: init vlenb in vector context allocation

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-08-21 17:34 UTC  (6+ messages)
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "

[PATCH 0/2] kselftest/arm64/gcs: Cleanups for basic-gcs.c
 2025-08-21 17:24 UTC  (5+ messages)
` [PATCH 1/2] kselftest/arm64/gcs: Correctly check return value when disabling GCS
` [PATCH 2/2] kselftest/arm64/gcs: Use nolibc's getauxval()

[PATCH] selftests: futex; Fix spelling in test messages
 2025-08-21 15:41 UTC 

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

[PATCH net 1/2] tls: fix handling of zero-length records on the rx_list
 2025-08-21 15:00 UTC  (2+ messages)

[PATCH] selftests/hid: update vmtest.sh for virtme-ng
 2025-08-21 14:29 UTC 

[PATCHv3 net-next 0/3] bonding: support aggregator selection based on port priority
 2025-08-21 14:12 UTC  (6+ messages)
` [PATCHv3 net-next 2/3] "
` [PATCHv3 net-next 3/3] selftests: bonding: add test for LACP actor "

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

[PATCH v1 RESEND 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
 2025-08-21 14:01 UTC  (6+ messages)
` [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH v1 RESEND 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH v1 RESEND 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH v1 RESEND 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH v1 RESEND 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test

[PATCH 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
 2025-08-21 13:55 UTC  (6+ messages)
` [PATCH 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test

[PATCH v13 00/21] Enable CET Virtualization
 2025-08-21 13:35 UTC  (3+ messages)
` [PATCH v13 21/21] KVM: selftest: Add tests for KVM_{GET,SET}_ONE_REG

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

[PATCH] selftests: proc: mark vsyscall strings maybe-unused
 2025-08-21 10:31 UTC  (2+ messages)

[PATCH v6 24/24] tracing: selftests: Add pKVM trace remote tests
 2025-08-21  8:14 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).