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 4A6BE132489; Thu, 21 Mar 2024 22:13:54 +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=1711059234; cv=none; b=VxYS1taw8o1TWvAPazbO8bEduIBjF8oktY9GSw7gWXVPwcbA+QIM3M4Wa5OSQ6SebqguTKy/oZu/ItHx/6NDKHqIQOREazYY8HTquZVf5OmWyWhNr4V+/uCCVqiPB8maw6Dvrn10OwMbfHZPn+XhwIEL2t/USvY7RqBMehHdoKc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711059234; c=relaxed/simple; bh=rR/YqYWsKucunZD7vKNL136qCCKoUyH60J1FPICojI4=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=Q4pjqUO8n+t3m28xTDlqa7C22GniAnT1nyaCR6H0AFas5wVWbDVUFDGulBGjXDZjcVi/Xx6z/D0sskqugGZZplOdYk/67E9/OQClxIKaTlQQIE2Gys+RPSp5FDAh/wHUpBuulRt8jFb94NuThhEENCJ8GYfxJlBVc4z5QimU0iE= 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=xWxsBmg1; 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="xWxsBmg1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3005C433F1; Thu, 21 Mar 2024 22:13:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1711059234; bh=rR/YqYWsKucunZD7vKNL136qCCKoUyH60J1FPICojI4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=xWxsBmg15HNIt+L2kRVS431E1kOb56lzUVHZsCrNVICEms19Ye47UZJPK4Y6k10z/ 3KSuLyGcOQbVxo5a7QiaT/XfrbY6TwpMut3+JOcudJ29eRXB3geK+vTaJr69cKMFSx H5EcrIaHJ+q/FOezouqTd/8sifYgbjhzoUdqTkNY= Date: Thu, 21 Mar 2024 15:13:53 -0700 From: Andrew Morton To: David Hildenbrand Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Christian Borntraeger , Janosch Frank , Claudio Imbrenda , Heiko Carstens , Vasily Gorbik , Peter Xu , Alexander Gordeev , Sven Schnelle , Gerald Schaefer , Andrea Arcangeli , kvm@vger.kernel.org, linux-s390@vger.kernel.org Subject: Re: [PATCH v1 0/2] s390/mm: shared zeropage + KVM fix and optimization Message-Id: <20240321151353.68f9a3c9c0b261887e4e5411@linux-foundation.org> In-Reply-To: <20240321215954.177730-1-david@redhat.com> References: <20240321215954.177730-1-david@redhat.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-s390@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 Thu, 21 Mar 2024 22:59:52 +0100 David Hildenbrand wrote: > Based on current mm-unstable. Maybe at least the second patch should > go via the s390x tree, I think patch #1 could go that route as well. Taking both via the s390 tree is OK by me. I'll drop the mm.git copies if/when these turn up in the linux-next feed.