linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-20 11:12:03 to 2025-08-21 20:08:09 UTC [more...]

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-21 20:06 UTC  (21+ 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 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 v9 00/19] TDX KVM selftests
 2025-08-21 20:04 UTC  (25+ 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 03/19] KVM: selftests: Expose functions to get default sregs values
` [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 v9 07/19] KVM: selftests: Add kbuild definitons
` [PATCH v9 08/19] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v9 09/19] KVM: selftests: Add "
` [PATCH v9 10/19] KVM: selftests: Set up TDX boot code region
` [PATCH v9 11/19] KVM: selftests: Set up TDX boot parameters region
` [PATCH v9 12/19] KVM: selftests: Add helper to initialize TDX VM
` [PATCH v9 13/19] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [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 16/19] KVM: selftests: Add support for TDX TDCALL from guest
` [PATCH v9 17/19] KVM: selftests: Add wrapper for TDX MMIO "
` [PATCH v9 18/19] KVM: selftests: Add ucall support for TDX
` [PATCH v9 19/19] KVM: selftests: Add TDX lifecycle test

[PATCH] selftests/alsa: remove 0/NULL global variable assignment
 2025-08-21 20:01 UTC 

[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-21 18:28 UTC  (18+ 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  (4+ 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: centralise maybe-unused definition in kselftest.h
 2025-08-21 16:56 UTC  (3+ messages)

[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  (4+ messages)
` [PATCH net 2/2] selftests: tls: add tests for zero-length records

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

[PATCH] selftests: rtnetlink: add checks for ifconfig and iproute2
 2025-08-21 14:16 UTC  (8+ messages)
          ` [PATCH v2] selftests: rtnetlink: skip tests if tools or feats are missing
            ` [PATCH] "

[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 v2 1/2] drm/xe/tests: Fix some additional gen_params signatures
 2025-08-21 13:54 UTC  (2+ messages)
` [PATCH v2 2/2] kunit: Only output a test plan if we're using kunit_array_gen_params

[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 v2 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-21 12:31 UTC  (10+ 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] selftests: proc: mark vsyscall strings maybe-unused
 2025-08-21 10:31 UTC  (3+ messages)

[PATCH v6 12/24] tracing: selftests: Add trace remote tests
 2025-08-21  8:14 UTC  (2+ messages)
` [PATCH v6 24/24] tracing: selftests: Add pKVM "

[PATCHv3 net 0/3] bonding: fix negotiation flapping in 802.3ad passive mode
 2025-08-21  8:10 UTC  (2+ messages)

[PATCH] selftests/powerpc: fix typos in tm
 2025-08-21  6:22 UTC  (2+ messages)

[PATCH] Fix typo in comment, amd-pstate selftest gitsource script
 2025-08-21  6:29 UTC 

[PATCH 0/6] ONE_REG interface for SBI FWFT extension
 2025-08-21  6:26 UTC  (7+ messages)

[PATCH v8 00/30] TDX KVM selftests
 2025-08-21  4:19 UTC  (13+ messages)
` [PATCH v8 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v8 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v8 09/30] KVM: selftests: TDX: Add TDX lifecycle test

[PATCH 0/3] Test CRC computation in interrupt contexts
 2025-08-21  3:37 UTC  (2+ messages)

[PATCH] selftests/powerpc/tm: fix typo on a comment
 2025-08-21  3:29 UTC 

[PATCH net-next] selftests: rtnetlink: print device info on preferred_lft test failure
 2025-08-21  2:40 UTC  (2+ messages)

[broonie-ci:selftest-filelock-ktap] [kselftest/filelock] e5f8cea6cb: kernel-selftests.filelock.ofdlocks.fail
 2025-08-21  2:32 UTC 

[PATCH v2] selftests/net/socket.c: removed warnings from unused returns
 2025-08-21  2:30 UTC  (2+ messages)

[PATCH] selftests: capabilities: fix typo in test_execve
 2025-08-21  2:24 UTC 

[PATCH bpf-next 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
 2025-08-21  1:40 UTC  (7+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH bpf-next 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH net-next 0/3] selftests: Test XDP_TX for single-buffer
 2025-08-21  1:40 UTC  (4+ messages)
` [PATCH net-next 1/3] selftests: drv-net: xdp: Extract common XDP_TX setup/validation
` [PATCH net-next 2/3] selftests: drv-net: xdp: Add a single-buffer XDP_TX test
` [PATCH net-next 3/3] selftests: drv-net: xdp: Validate single-buff XDP_TX in multi-buff mode

[PATCH v5 0/5] Better split_huge_page_test result check
 2025-08-21  1:11 UTC  (5+ messages)
` [PATCH v5 4/5] selftests/mm: add check_after_split_folio_orders() helper

[PATCH bpf-next v11 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-20 23:25 UTC  (7+ messages)
` [PATCH bpf-next v11 1/3] "
` [PATCH bpf-next v11 2/3] selftests/bpf: Add an usdt_o1 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v11 3/3] selftests/bpf: make usdt_o1 reliably generate SIB USDT arg spec

[PATCH v19 0/8] fork: Support shadow stacks in clone3()
 2025-08-20 23:15 UTC  (3+ messages)
` [PATCH v19 2/8] Documentation: userspace-api: Add shadow stack API documentation

[PATCH v15 0/6] KVM: arm64: Provide guest support for GCS
 2025-08-20 22:30 UTC  (15+ messages)
` [PATCH v15 1/6] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v15 2/6] KVM: arm64: Manage GCS access and registers for guests
` [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 v15 5/6] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v15 6/6] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH] rseq/selftests: Use weak symbol reference, not definition, to link with glibc
 2025-08-20 22:03 UTC  (4+ messages)

[PATCH] selftests/proc: Fix spelling in comments and improve error message
 2025-08-20 20:55 UTC 

[PATCH] selftests/powerpc/pmu/tm: fix typos in tm-trap
 2025-08-20 20:58 UTC 

[PATCH 0/5] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
 2025-08-20 18:39 UTC  (7+ messages)
` [PATCH 1/5] kselftest/arm64: Verify that we reject out of bounds VLs in sve-ptrace
` [PATCH 2/5] kselftest/arm64: Check that unsupported regsets fail "
` [PATCH 3/5] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
` [PATCH 4/5] kselftst/arm64: Test NT_ARM_SVE FPSIMD format writes on non-SVE systems
` [PATCH 5/5] kselftest/arm64: Cover disabling streaming mode without SVE in fp-ptrace

[PATCH 1/2] drm/xe/tests: Fix some additional gen_params signatures
 2025-08-20 18:31 UTC  (2+ messages)

[PATCH] selftests/bpf: fix typo in comment
 2025-08-20 15:47 UTC 

[PATCH] selftests/netfilter: fix typo in comment
 2025-08-20 15:41 UTC 

[PATCH] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h
 2025-08-20 15:15 UTC  (4+ messages)

[PATCH] selftests/livepatch: Ignore NO_SUPPORT line in dmesg
 2025-08-20 11:56 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).