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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 61433C433FE for ; Wed, 13 Apr 2022 10:59:17 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Kdfjb5RRNz3bZY for ; Wed, 13 Apr 2022 20:59:15 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=davemloft.net (client-ip=23.128.96.9; helo=mail.monkeyblade.net; envelope-from=davem@davemloft.net; receiver=) X-Greylist: delayed 606 seconds by postgrey-1.36 at boromir; Wed, 13 Apr 2022 20:58:52 AEST Received: from mail.monkeyblade.net (shards.monkeyblade.net [23.128.96.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Kdfj86WrVz2ymg for ; Wed, 13 Apr 2022 20:58:52 +1000 (AEST) Received: from localhost (cpc147930-brnt3-2-0-cust60.4-2.cable.virginm.net [86.15.196.61]) by mail.monkeyblade.net (Postfix) with ESMTPSA id 8D09684090C3; Wed, 13 Apr 2022 03:48:36 -0700 (PDT) Date: Wed, 13 Apr 2022 11:48:31 +0100 (BST) Message-Id: <20220413.114831.840569799075069520.davem@davemloft.net> To: anshuman.khandual@arm.com Subject: Re: [PATCH V5 4/7] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT From: David Miller In-Reply-To: <20220412043848.80464-5-anshuman.khandual@arm.com> References: <20220412043848.80464-1-anshuman.khandual@arm.com> <20220412043848.80464-5-anshuman.khandual@arm.com> X-Mailer: Mew version 6.8 on Emacs 27.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mail.monkeyblade.net [0.0.0.0]); Wed, 13 Apr 2022 03:48:39 -0700 (PDT) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch@vger.kernel.org, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, hch@infradead.org, linux-mm@kvack.org, khalid.aziz@oracle.com, sparclinux@vger.kernel.org, akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" From: Anshuman Khandual Date: Tue, 12 Apr 2022 10:08:45 +0530 > This defines and exports a platform specific custom vm_get_page_prot() via > subscribing ARCH_HAS_VM_GET_PAGE_PROT. It localizes arch_vm_get_page_prot() > as sparc_vm_get_page_prot() and moves near vm_get_page_prot(). > > Cc: "David S. Miller" > Cc: Khalid Aziz > Cc: sparclinux@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Reviewed-by: Khalid Aziz > Signed-off-by: Anshuman Khandual Acked-by: David S. Miller