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 320503D994 for ; Wed, 1 Apr 2026 00:33:14 +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=1775003595; cv=none; b=uaL95xNUUEkg5+20TDQ1QixX7UYNFIBhI5IHxauyCxnCXczBzgocDLRunVq1ti5yTWsbWDpbcDOyvj+g30rhXffavToEcMFCZAjSxh3/xQ87Kov/Hbq9AcmdZrJnDTGGNxH+vReJOoFDDEDfAKDIZZV0cAJPXmtFGdJYMR15glU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775003595; c=relaxed/simple; bh=AMNHzr+Jyby6lTUGZfzcMMmbkmLsEe2WHEinPPa1UKc=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=nzxv70GdCwsLVmvlvZW/+HqgsoZPDaZ4VpHLqQkYrRDXiCCqLAdtcQR5cHbOcPEDOI7JbcM1sWtWOemAtpWXFefFiEK3zE7RR1zuDJj7TpsIGC8DAZB/AhD9ENl7rtVB8wOkSp2CQcTluTzk3oA2yGiUuDLlIAjzd18fg20KToQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=jt10dAED; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="jt10dAED" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4404DC2BCB0; Wed, 1 Apr 2026 00:33:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1775003594; bh=AMNHzr+Jyby6lTUGZfzcMMmbkmLsEe2WHEinPPa1UKc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jt10dAED0bQQ5EIamY+UEw6FzXCGWjvBO9umoXF9o2B+7CWycKJMuxpXug83U91od cGyNZsirNhCQs0zDqIoVxR+hxvlxykmKQ8BpN5oL2iRXYHzpH4GpVqmT57nCP50519 t0TErZ4h9KlJfy4AQNtaeGYMTmbON46735xI6UdE= Date: Tue, 31 Mar 2026 17:33:13 -0700 From: Andrew Morton To: Alistair Popple Cc: linux-mm@kvack.org, zenghui.yu@linux.dev, Liam.Howlett@oracle.com, david@kernel.org, jgg@ziepe.ca, leon@kernel.org, linux-kernel@vger.kernel.org, ljs@kernel.org, mhocko@suse.com, rppt@kernel.org, surenb@google.com, vbabka@kernel.org, dri-devel@lists.freedesktop.org, balbirs@nvidia.com Subject: Re: [PATCH 0/3] Minor hmm_test fixes and cleanups Message-Id: <20260331173313.a471934b6d6b76e64ab9fa2f@linux-foundation.org> In-Reply-To: <20260331063445.3551404-1-apopple@nvidia.com> References: <20260331063445.3551404-1-apopple@nvidia.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Tue, 31 Mar 2026 17:34:42 +1100 Alistair Popple wrote: > Just a couple of minor fixups and cleanups for the HMM kernel selftests. These > were mostly reported by Zenghui Yu with special thanks to Lorenzo for analysing > and pointing out the problems. Geeze, if a kernel oops and a ugly WARN are "minor" then I'd hate to see your "major". I strengthened the [0/N] cover to read "Two bugfixes a cleanup for the HMM kernel selftests....". I also slapped cc:stable on [1/3] and [3/3] and queued everything for the upcoming merge window, OK? Here I assume that some users of earlier kernels will use that kernel's in-kernel selftests. I don't know how accurate that is, but if they are not using them, they don't care! [3/3] lacks a Fixes:, but I'm sure the -stable team will figure it out. Thanks ;)