From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (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 DD484302750 for ; Wed, 10 Jun 2026 01:52:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781056342; cv=none; b=Pm82nSpy+QujEG4bI1bcltCKdcoPgBl58nUcj5d88leJTTWtM7z4wE/0FVGJK8J7mnG0av05c3HomY/F5oI3UkR6UuRcAhyU85ducJ/2hxsFv1pQhOQN66Agq8cu6fbZOSNYAbkEkiNLjESA/KUOrqWojCSdlIUrRyTvdA6ToPE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781056342; c=relaxed/simple; bh=+miKXkEfv8qVySeJ0hXJDRYaIN71HkxqTDQLDa0PHrE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Kyh60fmqEBt8hOdmbUGaHPJxakeEeYGuwH+2J+u/3TmW11WHy/qayqdl23SuHlsx325b+3wc5CuR1IzetOZcLR2hoNIvoLnYWgJR1qUCJwCJk5p9ELLED4BT3W2tBO4gWZnFsMhSOG113lIvZY4gBnOctAJMq9Q7kwi0DE+yPcw= 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=nY1Rvv7u; arc=none smtp.client-ip=91.218.175.183 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="nY1Rvv7u" Message-ID: <82057285-60b5-495d-a8f7-c05635155138@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1781056337; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6oscucqZTI8tSihrRZeF2fgG5t8dL22gX+gkmV9L8W4=; b=nY1Rvv7uawJYgbbdUyiyZq9VfwnkTI3SugGnKRmXoIJzTVcizL3U8XZdmIOYRRKFBMysnc cAWdVah2fFmlLhYO0nlTTME7rRatZoleac/jBspH/obwuNEibBznGKklVxhho1e9qNAuI1 lS3aG1ZxLLeDUa24/iwZ1YSDJ+K7Hgg= Date: Wed, 10 Jun 2026 09:52:08 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH mm-unstable 1/1] mm/khugepaged: fix PMD collapse swap PTE accounting Content-Language: en-US To: Andrew Morton 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 References: <20260609120443.71864-1-lance.yang@linux.dev> <71507be5-8430-4a3d-af80-6777a421565e@linux.dev> <20260609115610.9a62a2dbb814bb9d5a19ac2e@linux-foundation.org> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Lance Yang In-Reply-To: <20260609115610.9a62a2dbb814bb9d5a19ac2e@linux-foundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 2026/6/10 02:56, Andrew Morton wrote: > 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. Thanks! >> Should be soon, I guess :P > > I move the second batch into mm-stable after Linus has merged the first > batch, usually. Okay, got it :)