From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 808153CEB9A; Fri, 1 May 2026 14:59:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777647575; cv=none; b=nlOEmU2YEBV81Cqn9F22ohAN3DS1HWLxtC3d/t+z9/0fkU/WJ4rvaBjpNWBShu3lmSWAn59guzWX2YvfbguRSLGSBvPfhA2LDL5wTOjvNySuzMDop5ga1neuCdk2QGCmDooCVo5YURD+D8ItB0vLXRz72qWAXmmLnyrCFEtfCkk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777647575; c=relaxed/simple; bh=ycaiT85yjqiIS6M7LkTtnedf3KKXD/JBbKq9kh+z724=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TNG22kLzfTufHKnkupsdfs5NMOyfmiUiq0w+jv8+8Y2b8vkmyfQcPwVk721rM730WFkItHXgrx119pvPe89TueWjTOi4p2sFXEXISCprAbgp7h/A+yTZrNDas0xABz99p0PCIVbtI+/hyu27nrbH3RrnKP71Wj+tUrTlYEBkfcw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YKD9lzFT; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YKD9lzFT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27D12C2BCB4; Fri, 1 May 2026 14:59:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777647575; bh=ycaiT85yjqiIS6M7LkTtnedf3KKXD/JBbKq9kh+z724=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YKD9lzFTYLBUZN6DAKHoiMTYDc76aRpVVAhVDNRyrUGnmPjOk7oaQLU/9xN0XHEOg WjXMR/NJAOMFLBahDRsfvDm/FymGhQmmgawSrG7+SapBrX0vKzOhBUsFWI2rPA8lXR OkC2M9WRZSdpFJXDe+NCnxMlsxw8Z9qFHdeImFUOzSrI1je1+5opkiRMf2B56a9i8T m3eOZnC1tWfsO6nhmK3UjPxocE6UMwQNzeB6hcbGnQJUKe0pF554ineboBD+WL2JYJ s2DHdreQCK8rUByYcJD2kDqLTYIMqkDevQprG5hQrAh+Z8iplkFpIM4EYMf+3zoBce fDGzG7jCKH5DA== Date: Fri, 1 May 2026 16:59:23 +0200 From: Mike Rapoport To: Li Wang 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 07/54] selftests/mm: rename hugepage-* tests to hugetlb-* Message-ID: References: <20260428204240.1924129-1-rppt@kernel.org> <20260428204240.1924129-8-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: On Fri, May 01, 2026 at 04:18:15PM +0800, Li Wang wrote: > Mike Rapoport wrote: > > > --- a/tools/testing/selftests/mm/.gitignore > > +++ b/tools/testing/selftests/mm/.gitignore > > @@ -4,6 +4,10 @@ hugepage-mmap > > > hugepage-mremap > > hugepage-shm > > hugepage-vmemmap > > Maybe we'd better remove those old files from .gitignore as well. > Otherwise, looks good. A while ago Linus objected to removing old executables from .gitignore :) > Reviewed-by: Li Wang Thanks! > -- > Regards, > Li Wang > -- Sincerely yours, Mike.