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 AA56E4F212; Mon, 11 Dec 2023 18:22:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92023C433C9; Mon, 11 Dec 2023 18:22:32 +0000 (UTC) Date: Mon, 11 Dec 2023 18:22:30 +0000 From: Catalin Marinas To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org, aneesh.kumar@linux.ibm.com, broonie@kernel.org, dave.hansen@linux.intel.com, maz@kernel.org, oliver.upton@linux.dev, shuah@kernel.org, will@kernel.org, kvmarm@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kselftest@vger.kernel.org, James Morse , Suzuki K Poulose , Zenghui Yu Subject: Re: [PATCH v3 13/25] arm64: stop using generic mm_hooks.h Message-ID: References: <20231124163510.1835740-1-joey.gouly@arm.com> <20231124163510.1835740-14-joey.gouly@arm.com> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231124163510.1835740-14-joey.gouly@arm.com> On Fri, Nov 24, 2023 at 04:34:58PM +0000, Joey Gouly wrote: > These functions will be extended to support pkeys. > > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Will Deacon Nit: can you squash it into patch 14 introducing those functions? Less patches to carry. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2163AC4167B for ; Mon, 11 Dec 2023 18:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=73V4XycZ4AN9794bKfQNYwmCdZajedf5U8U+ZtbiwXo=; b=Lh7Ea8z6/2reUF 9afhhWHvK7Se7cZNBtPLHathj+8sx2KIbF8chMO/q6d6oJPpr7Ve+ZDYUCURrUnWYotxgvz2n9jl/ hK4eM/3yxSyt9QwezVyeeyJacS3llgeW7s6t3MrfBa2BhMm7Xbwcg3BFbW8KnxJGZqgA40wEIpI4w vyz+6Wq+BxZo17lRZ2nlKZb655FQKEB2emkmTATOq6Pj+FovRUf5hKf8C+9ZcVD403WIUP8kGMZe2 26E3NcscHF+dwHwbYdj+upggIGoytvQBCmD9DDOlLFuzfapBs2wV6F/uorAfDVa8jY9ShNcH0PyGL cyKjNi2Fy3B/FSCf9yRA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rCkvP-006qW8-2R; Mon, 11 Dec 2023 18:22:39 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rCkvM-006qSz-1a for linux-arm-kernel@lists.infradead.org; Mon, 11 Dec 2023 18:22:37 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id C1CB661500; Mon, 11 Dec 2023 18:22:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92023C433C9; Mon, 11 Dec 2023 18:22:32 +0000 (UTC) Date: Mon, 11 Dec 2023 18:22:30 +0000 From: Catalin Marinas To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org, aneesh.kumar@linux.ibm.com, broonie@kernel.org, dave.hansen@linux.intel.com, maz@kernel.org, oliver.upton@linux.dev, shuah@kernel.org, will@kernel.org, kvmarm@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kselftest@vger.kernel.org, James Morse , Suzuki K Poulose , Zenghui Yu Subject: Re: [PATCH v3 13/25] arm64: stop using generic mm_hooks.h Message-ID: References: <20231124163510.1835740-1-joey.gouly@arm.com> <20231124163510.1835740-14-joey.gouly@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231124163510.1835740-14-joey.gouly@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231211_102236_595681_221D8C9B X-CRM114-Status: UNSURE ( 6.68 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Nov 24, 2023 at 04:34:58PM +0000, Joey Gouly wrote: > These functions will be extended to support pkeys. > > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Will Deacon Nit: can you squash it into patch 14 introducing those functions? Less patches to carry. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel