From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta1.migadu.com (out-188.mta1.migadu.com [95.215.58.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 64FFC34E768 for ; Fri, 1 May 2026 08:36:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777624564; cv=none; b=HuDSkda7lImQ0zwS8MW0kb//C2Ojijkv3QO273fiB7GGkPbg5t7zu08F4NBwMnYxeODn7BopAPunaRAGWIA7ravh4owEAPr+iAJKNPa8wZLgGqmzSIq4CUcmDMvTBi2E6GlMljOINHmTSj8BjQ+AGW5bdo5YI8d6aN+NYPzOLKw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777624564; c=relaxed/simple; bh=5uUjvdANoRDxAMtAvPOt97+5/SEdZiKak88fKZP/n1U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=F7z+HlVGNPlrCqXRTsq7cUXfQ0EeRv0uw9krAJHly/ZKgh4Nra/n288P/ZLhA/nFYxEzCThUYvgTsaxXNuFxxx6Uz+Rvft+xCSl+XCzGmJGcWA2N49zKMy1sx8gKleq3q/zTV9vMMxcSzkQcvlBZWAVyrHYmQL+HwgF+bYTdxjE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=cOLsC5I5; arc=none smtp.client-ip=95.215.58.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="cOLsC5I5" Date: Fri, 1 May 2026 16:35:32 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1777624550; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=v76T1y5va9Nj+ALtFUiTGiUgpJr8tBYSU1F3DLUEPrU=; b=cOLsC5I5OnSiJOFt5iIIxQqmHoWj8Fug/SFJ9IuJMkWgJuU5+a9hOgaExupQkhK+hqkMj4 wpVUvaUcFtb+LEj84r3l2Dy7motcEs2u2VGW0IuhFklTIbkbQXP0Aqu1ReNPw68f3kkobr tCpQD7co4uPD6HIYN0oBM3eBrndmRdk= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Li Wang To: Mike Rapoport Cc: Andrew Morton , David Hildenbrand , Baolin Wang , Barry Song , Dev Jain , Donet Tom , Jason Gunthorpe , John Hubbard , "Liam R. Howlett" , Lance Yang , Leon Romanovsky , Lorenzo Stoakes , Luiz Capitulino , Mark Brown , Michal Hocko , Nico Pache , Peter Xu , Ryan Roberts , Sarthak Sharma , Shuah Khan , Suren Baghdasaryan , Vlastimil Babka , Zi Yan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v3 05/54] selftests/mm: run_vmtests.sh: don't gate THP and KSM tests on HAVE_HUGEPAGES Message-ID: References: <20260428204240.1924129-1-rppt@kernel.org> <20260428204240.1924129-6-rppt@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260428204240.1924129-6-rppt@kernel.org> X-Migadu-Flow: FLOW_OUT Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" > > HAVE_HUGEPAGES indicates availability of free HugeTLB pages. It should not > be used to gate KSM test that merges transparent huge pages or > split_huge_page_test. > > Remove check for HAVE_HUGEPAGES when running these tests. > > Signed-off-by: Mike Rapoport (Microsoft) Tested-by: Li Wang Reviewed-by: Li Wang -- Regards, Li Wang