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 85F6445BE8; Tue, 30 Apr 2024 16:23:38 +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=1714494218; cv=none; b=VjHsrEXk0iqBneDzJRN4zKbwKsZIYJ3YmsCEiBykaRWqrs70Foqqx/f1pwzfvZuvlIWiLag0pY98DS6g3fNLOQ2Qa74YyY6DLsjIImmxJ3Y2hRfDkWW9W4xN8GcAlzcomG+eFdMWnrIJZIP8x7Ah9g/eReF3i4kSwapkUeDV0Pc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714494218; c=relaxed/simple; bh=acfgyR5CHip0LwmW/Ejeaatjc/EImji2C2b125IG8Ew=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WFAKVb1gmmYtyPJ4AWRfij3CmHNERohuq5csPrTZvchZDQZEquhysGH79ZBQR/QFVLYQBFgjXBk4xcBZaelUg3s/tQP/lAMMSE1Qq1K+Wl2jcZGZ2F197ExZ40VdNFVmBXe9gf34U2nEZ0TIk7L0laHL9g/G8X/HHrQ6Q9qUXSU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1ED0C2BBFC; Tue, 30 Apr 2024 16:23:35 +0000 (UTC) Date: Tue, 30 Apr 2024 17:23:33 +0100 From: Catalin Marinas To: Ryan Roberts Cc: Will Deacon , Mark Rutland , Anshuman Khandual , Andrew Morton , Zi Yan , "Aneesh Kumar K.V" , linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] arm64/mm: pmd_mkinvalid() must handle swap pmds Message-ID: References: <20240430133138.732088-1-ryan.roberts@arm.com> <20240430135534.GA14069@willie-the-truck> <41a83b7a-17e0-469d-bec4-10ebfff4ef57@arm.com> 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: <41a83b7a-17e0-469d-bec4-10ebfff4ef57@arm.com> On Tue, Apr 30, 2024 at 03:04:32PM +0100, Ryan Roberts wrote: > On 30/04/2024 14:55, Will Deacon wrote: > > But it might be worth splitting the tests from the fix to make backporting > > easier. > > Yes good point. I'll leave this hanging for today to see if any more comments > come in, and will re-post tomorrow as 2 patches. I assume we need to go fast to > catch 6.9. Yes, I'll pick it up for 6.9. I can drop the tests from the patch (and their mention in the log) and you can post your tests separately to go via Andrew's tree. -- Catalin