From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 0E68D4C77CE for ; Tue, 9 Jun 2026 18:56:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781031371; cv=none; b=i1pVFpkCOoqZ3EYBbHoyj2R0TUahdTWTUrEqsOr/2LEGGvLesPF54rEehIIjSPkeer88DNE3n8xRlx5uzG1YKqZl4A3rqHRqyHxcOIJSboCg2mIM06OI5zgjuB6y62LTHZbK57BGCTpI+1gvC37UTar8tPfQzb5C7iXtmXKN1Mc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781031371; c=relaxed/simple; bh=I4s6iuJhyOhF2so7yS8DcdCFsXYTyNEh4yP+8Khe8iw=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=kxOaC6TrCXr6G/blLzXkQVnP8iE/ynvmjynB6Zd3QakZAis7q9nYTeqeb5kvJWoRggww4QupuXL3cwFIlqsYo/BI2m60gM89u0TRxe9S6DAc0Qonp8A/bgSex0fXY7HLLqWQjUN1vLft2f3n+nIrqcNhhI9R3/0Z7/MpaoZDmEQ= 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=KgUBY17s; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="KgUBY17s" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 734A81F00893; Tue, 9 Jun 2026 18:56:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1781031370; bh=G/v+WblXcnGgy+TlIRC7nygK9sdfkr6uI/reg9Mx6Tc=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=KgUBY17s1bXkxFcYqTeyKQBrFrsxOzx1IYBJHwlCkXC6g3sXvL4mRwkvCO1ROtxGd BsqHxw6wT1dv+mRU9Q6jfuztb2pQ/dZNCOCWLNLfylSefVYQLRAv+KF95fAqtNbDkO PWTZvSEbhnCVKXOUECwBVTk5ZeeDdbQKEJ//jl3Y= Date: Tue, 9 Jun 2026 11:56:10 -0700 From: Andrew Morton To: Lance Yang Cc: "David Hildenbrand (Arm)" , ljs@kernel.org, ziy@nvidia.com, baolin.wang@linux.alibaba.com, liam@infradead.org, npache@redhat.com, ryan.roberts@arm.com, dev.jain@arm.com, baohua@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH mm-unstable 1/1] mm/khugepaged: fix PMD collapse swap PTE accounting Message-Id: <20260609115610.9a62a2dbb814bb9d5a19ac2e@linux-foundation.org> In-Reply-To: <71507be5-8430-4a3d-af80-6777a421565e@linux.dev> References: <20260609120443.71864-1-lance.yang@linux.dev> <71507be5-8430-4a3d-af80-6777a421565e@linux.dev> 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, 9 Jun 2026 21:56:13 +0800 Lance Yang wrote: > >> Signed-off-by: Lance Yang > >> --- > >> Sent separately, as discussed in [1], to spell out the PMD-order swap PTE > >> case. Patch [2] is still only in mm-unstable, so no Fixes: tag. > > > > Right, probably we just want to add the Fixes: tag once Andrew moves the series > > to mm-stable? > > Yep, hopefully Andrew can add the Fixes: tag when applying this, once > the series lands in mm-stable. No probs. > Should be soon, I guess :P I move the second batch into mm-stable after Linus has merged the first batch, usually.