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 43511401A18 for ; Tue, 21 Jul 2026 17:21:11 +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=1784654472; cv=none; b=pJhc2nkIDZqndbg/rtpBkklFxhNKA5BGhuAgz8sEXo+1uZtciMg1ypbSfyUtKLUdcGEQSqWUI+SH3VznDtesQcth1t2ZbJvAO0cEjWDow57P7W0yHBl0TBPxzo4yBc8rObX6XUsdHhHJ3+Qye3ZHkaOcMYNrj/GKaQYDqcUkOxE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784654472; c=relaxed/simple; bh=uhWooYN0uUhS0OtfbY1qe33HIJr6mLWI29JC0aFQlDA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IUbTGhJM2nF1t4/mZ+aG0gP+I+3Q/MkKLWzBJAec53xWjrWXFwdDu+rmcvCuVS0RSD62zI+NFuQngb5gtSaCiyS+1izQkzsimQZqkqoeLzB3+9OH5bgHWLCMqSp3U4BY/c++DCnTs6kNwx+9J9Q3KgfX+GWFPX1qtBKeU6v12KI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=d7OSso+q; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="d7OSso+q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B4451F00A3A; Tue, 21 Jul 2026 17:21:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784654471; bh=uhWooYN0uUhS0OtfbY1qe33HIJr6mLWI29JC0aFQlDA=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=d7OSso+qBozlRhvc+qyQYPhOU1XSkr7iDc37Cc7280+3nQBR7KB5kUZy8cK/ZfGbv 37L7dvWnJdg2q+l0YZmaCkejfkFMG/BLPWfEco1zimlb8JLAPupeGp0NWwQpbOxsnz fo83dZuiwS+0cKQ8fFCNcO2DDl1Y7azFPL2+VoBw5YYFURaEFgObE3ObwGbAFc5uz/ i6NO7AdOuu71QHbP6AHf4IjIA9/5TGOKRLRYnIB9tVJcIsXNf/ouz9kRyPDogI88EH MRV+XoYtfqvMCZQar3Fk0tnqDVqOvUKmt3PwS0/Zou0F0BCRdzmdKr+VbQwYnNaepI MjEbavmSIIqUw== Date: Tue, 21 Jul 2026 18:20:53 +0100 From: "Lorenzo Stoakes (ARM)" To: "Denis V. Lunev" Cc: Dave Hansen , Andy Lutomirski , Peter Zijlstra , x86@kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Mike Rapoport , Juergen Gross , Kiryl Shutsemau , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] x86/mm/pat: take cpa_lock around large-page collapse Message-ID: References: <20260715183453.2381141-1-den@openvz.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 Tue, Jul 21, 2026 at 05:07:05PM +0100, Lorenzo Stoakes (ARM) wrote: > [0]:https://lore.kernel.org/linux-mm/20260716-series-vmap-race-fix-v4-0-8c108c4317df@kernel.org/ Oops should be https://lore.kernel.org/linux-mm/20260717-series-vmap-race-fix-v5-0-606a0ac6d3e5@kernel.org Losing track of my own series :)) Cheers, Lorenzo