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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E388C43334 for ; Sun, 5 Jun 2022 06:07:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244109AbiFEGHX (ORCPT ); Sun, 5 Jun 2022 02:07:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244060AbiFEGHS (ORCPT ); Sun, 5 Jun 2022 02:07:18 -0400 Received: from mail-pf1-x431.google.com (mail-pf1-x431.google.com [IPv6:2607:f8b0:4864:20::431]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06173DFBA; Sat, 4 Jun 2022 23:07:16 -0700 (PDT) Received: by mail-pf1-x431.google.com with SMTP id x4so1733256pfj.10; Sat, 04 Jun 2022 23:07:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ntiAGYWvOui4xB3cbO1kuW43WbW64QLsxlfvqLjsP00=; b=UNdwgXBqNRzek8pEr5Qw32/XwVITDA54mg7Kzlts/3Dok86B2ZXU7Lqr1Wdv51FkOu D+DjiX7VwRrTKbDe9kWrgm/TbkjVysKd4l5D7wVPorYtHyYfdyRppXHf4MZfzJ7QRI0G EC3BWN8KlO2/z7rWQ5i+BIzMbh+leiVDSOc8qAYViWptCWWG4Owq+H4XBnLjjs1xCcOz A8JCjb5m0d0MotydVY6eHW9GrrnezCP2hIrGtTB7iBJQaS8HSmbaubLLvbOEwEFd1AwU Y4nKLkkmEYL9atMXbUbAZFFBIXckKQRQLkBUUHtnrU17dM/sv/B9E0r1k5EpKBBHQfIF cZEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ntiAGYWvOui4xB3cbO1kuW43WbW64QLsxlfvqLjsP00=; b=FPjopPBEwcNXp5tiVLVjPwNNf0ALmrHpzHfc5VoUya5EdFX8AqomJshz+m7f8fMlhC eHb+C5iBTfvd2q1vvnfqsc14Us9lf/zKN5vy/aRgLHyLMkGgD5+2DYb9dOf6l6+jSFD1 RJoRwskJOkUOfXVysw+V16Pkqt2caV/a/RBmfRa6YUb36FAnvokDKvJVtoFLr7xp5NYn oQ9OBg/JWx1rQcxc1XSfDY94bnZxjep2HmFsK30ZAD5F3nzfyPTldK5H/m5dRc4P+sx7 O9cpANjEHYV6pAymQ+0mmunDKH9JXVRDnyP5wHbAw35lFEWQWBKf64X8ozCZcFapL6jM hGww== X-Gm-Message-State: AOAM530GA5DbATD8OuTM3mKdZTGx0cW+Phs0+rmWoLXAVRpSwKungFoj B4dsUCBlJPgUvGbInuWKnhu37MJNI0pLFA== X-Google-Smtp-Source: ABdhPJyA1lhiKwlzudDECY/g6A/17Ban2AXmzmlCM0DNLWnaso1OtO7XN2+wdSLdJ6SJvCSQi3abLQ== X-Received: by 2002:a05:6a00:1594:b0:51b:f4ec:4c02 with SMTP id u20-20020a056a00159400b0051bf4ec4c02mr5896399pfk.27.1654409235449; Sat, 04 Jun 2022 23:07:15 -0700 (PDT) Received: from localhost ([2409:10:24a0:4700:e8ad:216a:2a9d:6d0c]) by smtp.gmail.com with ESMTPSA id u1-20020a1709026e0100b0015e8d4eb231sm8153260plk.123.2022.06.04.23.07.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 23:07:14 -0700 (PDT) Date: Sun, 5 Jun 2022 15:07:12 +0900 From: Stafford Horne To: Anshuman Khandual Cc: linux-mm@kvack.org, Catalin Marinas , Will Deacon , Michael Ellerman , Paul Mackerras , "David S. Miller" , Thomas Gleixner , Ingo Molnar , Heiko Carstens , Vasily Gorbik , Thomas Bogendoerfer , Geert Uytterhoeven , Dinh Nguyen , Jonas Bonn , Andrew Morton , x86@kernel.org, openrisc@lists.librecores.org, linux-csky@vger.kernel.org, linux-mips@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/6] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT Message-ID: References: <20220603101411.488970-1-anshuman.khandual@arm.com> <20220603101411.488970-7-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220603101411.488970-7-anshuman.khandual@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-csky@vger.kernel.org On Fri, Jun 03, 2022 at 03:44:11PM +0530, Anshuman Khandual wrote: > This defines and exports a platform specific custom vm_get_page_prot() via > subscribing ARCH_HAS_VM_GET_PAGE_PROT. Subsequently all __SXXX and __PXXX > macros can be dropped which are no longer needed. > > Cc: Jonas Bonn > Cc: openrisc@lists.librecores.org > Cc: linux-kernel@vger.kernel.org > Acked-by: Stafford Horne > Signed-off-by: Anshuman Khandual Is it possible to retract my Acked-by? I was following the discussion of this new function actually being sub optimal. So as far as I am concerned all these architecture patches should be nak'ed. -Stafford 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 mail.librecores.org (lists.librecores.org [88.198.125.70]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2973EC43334 for ; Sun, 5 Jun 2022 06:07:19 +0000 (UTC) Received: from [172.31.1.100] (localhost.localdomain [127.0.0.1]) by mail.librecores.org (Postfix) with ESMTP id 0EE8E240E1; Sun, 5 Jun 2022 08:07:19 +0200 (CEST) Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) by mail.librecores.org (Postfix) with ESMTPS id 0E3C020C7C for ; Sun, 5 Jun 2022 08:07:17 +0200 (CEST) Received: by mail-pg1-f169.google.com with SMTP id 7so9652590pga.12 for ; Sat, 04 Jun 2022 23:07:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ntiAGYWvOui4xB3cbO1kuW43WbW64QLsxlfvqLjsP00=; b=UNdwgXBqNRzek8pEr5Qw32/XwVITDA54mg7Kzlts/3Dok86B2ZXU7Lqr1Wdv51FkOu D+DjiX7VwRrTKbDe9kWrgm/TbkjVysKd4l5D7wVPorYtHyYfdyRppXHf4MZfzJ7QRI0G EC3BWN8KlO2/z7rWQ5i+BIzMbh+leiVDSOc8qAYViWptCWWG4Owq+H4XBnLjjs1xCcOz A8JCjb5m0d0MotydVY6eHW9GrrnezCP2hIrGtTB7iBJQaS8HSmbaubLLvbOEwEFd1AwU Y4nKLkkmEYL9atMXbUbAZFFBIXckKQRQLkBUUHtnrU17dM/sv/B9E0r1k5EpKBBHQfIF cZEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ntiAGYWvOui4xB3cbO1kuW43WbW64QLsxlfvqLjsP00=; b=7NVgrYQxhjkKVzzBjLFK9skVVdu2Ko3GOuSjKIcWK5u1nXUqwLrhWe4ZQdnknzKV5z CcQ4PM+SUtqtmDswfEuS5bwWThbOkzYngNsL/smhLc67R9E4hY3fHJH8Gx4LaomT3Aqs MT+5OU4SWbtU03tsoS0MW+DG2AQlCZejCFzSW6Zj7JicxXjt17tyQxp0bEuRK/Ow260M B8mtONtplcRi9B8kRkqSsfRe6sJuR3W4YfxVMeM7NMNnYTwS4IqV0q/HR11+V1qwJj4W MVIO70u+6IiZsME+DzAd5Iw+DgJ+aVd7gvCM1al9H++Q/DV3j6zbFsW270CP69wIa9dJ D97A== X-Gm-Message-State: AOAM530A6PnrPDX3GfaxmsXkMiHblenYyt4WQb0lsfOpXztqcYmMnSyp 5gssaSZ1SSYFw9xdYe12jiU= X-Google-Smtp-Source: ABdhPJyA1lhiKwlzudDECY/g6A/17Ban2AXmzmlCM0DNLWnaso1OtO7XN2+wdSLdJ6SJvCSQi3abLQ== X-Received: by 2002:a05:6a00:1594:b0:51b:f4ec:4c02 with SMTP id u20-20020a056a00159400b0051bf4ec4c02mr5896399pfk.27.1654409235449; Sat, 04 Jun 2022 23:07:15 -0700 (PDT) Received: from localhost ([2409:10:24a0:4700:e8ad:216a:2a9d:6d0c]) by smtp.gmail.com with ESMTPSA id u1-20020a1709026e0100b0015e8d4eb231sm8153260plk.123.2022.06.04.23.07.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 23:07:14 -0700 (PDT) Date: Sun, 5 Jun 2022 15:07:12 +0900 From: Stafford Horne To: Anshuman Khandual Subject: Re: [PATCH 6/6] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT Message-ID: References: <20220603101411.488970-1-anshuman.khandual@arm.com> <20220603101411.488970-7-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220603101411.488970-7-anshuman.khandual@arm.com> X-BeenThere: openrisc@lists.librecores.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussion around the OpenRISC processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Catalin Marinas , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Paul Mackerras , sparclinux@vger.kernel.org, Will Deacon , Jonas Bonn , linux-s390@vger.kernel.org, Michael Ellerman , x86@kernel.org, linux-csky@vger.kernel.org, Ingo Molnar , Vasily Gorbik , Heiko Carstens , openrisc@lists.librecores.org, Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Thomas Bogendoerfer , linux-mips@vger.kernel.org, Dinh Nguyen , Andrew Morton , linuxppc-dev@lists.ozlabs.org, "David S. Miller" Errors-To: openrisc-bounces@lists.librecores.org Sender: "OpenRISC" On Fri, Jun 03, 2022 at 03:44:11PM +0530, Anshuman Khandual wrote: > This defines and exports a platform specific custom vm_get_page_prot() via > subscribing ARCH_HAS_VM_GET_PAGE_PROT. Subsequently all __SXXX and __PXXX > macros can be dropped which are no longer needed. > > Cc: Jonas Bonn > Cc: openrisc@lists.librecores.org > Cc: linux-kernel@vger.kernel.org > Acked-by: Stafford Horne > Signed-off-by: Anshuman Khandual Is it possible to retract my Acked-by? I was following the discussion of this new function actually being sub optimal. So as far as I am concerned all these architecture patches should be nak'ed. -Stafford 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 F3444C43334 for ; Sun, 5 Jun 2022 06:07:59 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4LG5l20wzDz3bkx for ; Sun, 5 Jun 2022 16:07:58 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=UNdwgXBq; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::430; helo=mail-pf1-x430.google.com; envelope-from=shorne@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=UNdwgXBq; dkim-atps=neutral Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) (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 4LG5kJ3Zbwz3bk4 for ; Sun, 5 Jun 2022 16:07:18 +1000 (AEST) Received: by mail-pf1-x430.google.com with SMTP id g205so10287243pfb.11 for ; Sat, 04 Jun 2022 23:07:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ntiAGYWvOui4xB3cbO1kuW43WbW64QLsxlfvqLjsP00=; b=UNdwgXBqNRzek8pEr5Qw32/XwVITDA54mg7Kzlts/3Dok86B2ZXU7Lqr1Wdv51FkOu D+DjiX7VwRrTKbDe9kWrgm/TbkjVysKd4l5D7wVPorYtHyYfdyRppXHf4MZfzJ7QRI0G EC3BWN8KlO2/z7rWQ5i+BIzMbh+leiVDSOc8qAYViWptCWWG4Owq+H4XBnLjjs1xCcOz A8JCjb5m0d0MotydVY6eHW9GrrnezCP2hIrGtTB7iBJQaS8HSmbaubLLvbOEwEFd1AwU Y4nKLkkmEYL9atMXbUbAZFFBIXckKQRQLkBUUHtnrU17dM/sv/B9E0r1k5EpKBBHQfIF cZEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ntiAGYWvOui4xB3cbO1kuW43WbW64QLsxlfvqLjsP00=; b=JX5qyNuAIy5tbJlh2/704PsB8i7x4oqaEGfLlej43l8aDPAcFiNLcHe6FpJBnRP9yj c8czBMI7WtIf+AkW4q6YK4P1PRscH33UagXty4dzMmwlf6AFAU9+rAcoZ7RjlimtRJsM x0KpCyXVIu4sTO2TjcrE1HSBQs4N9FKtLib+v5f51ViQpWyEaFZqNRsqkDlSvkiMjSLg oN3N/ITDLSgb/yPCFpCn7eiOEmP23f8JxcLvb9nvWtdfcDZkwv5PWjI53i6hyzt1LVPn wDzie4IhwG6146T1x7+DSpbV+CP0bJFKWbV/gUXhsIifRY6h0KYBC2pLIztI8/0tdLaL uFdQ== X-Gm-Message-State: AOAM531wKYdVOptzYmx2dJ3j4IBHw3puCapWnr9IyPfwcsOQE8r3/lRW UdYj1e98BCzVAeJnE/8IFFg= X-Google-Smtp-Source: ABdhPJyA1lhiKwlzudDECY/g6A/17Ban2AXmzmlCM0DNLWnaso1OtO7XN2+wdSLdJ6SJvCSQi3abLQ== X-Received: by 2002:a05:6a00:1594:b0:51b:f4ec:4c02 with SMTP id u20-20020a056a00159400b0051bf4ec4c02mr5896399pfk.27.1654409235449; Sat, 04 Jun 2022 23:07:15 -0700 (PDT) Received: from localhost ([2409:10:24a0:4700:e8ad:216a:2a9d:6d0c]) by smtp.gmail.com with ESMTPSA id u1-20020a1709026e0100b0015e8d4eb231sm8153260plk.123.2022.06.04.23.07.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 23:07:14 -0700 (PDT) Date: Sun, 5 Jun 2022 15:07:12 +0900 From: Stafford Horne To: Anshuman Khandual Subject: Re: [PATCH 6/6] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT Message-ID: References: <20220603101411.488970-1-anshuman.khandual@arm.com> <20220603101411.488970-7-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220603101411.488970-7-anshuman.khandual@arm.com> 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: Catalin Marinas , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Paul Mackerras , sparclinux@vger.kernel.org, Will Deacon , Jonas Bonn , linux-s390@vger.kernel.org, x86@kernel.org, linux-csky@vger.kernel.org, Ingo Molnar , Geert Uytterhoeven , Vasily Gorbik , Heiko Carstens , openrisc@lists.librecores.org, Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Thomas Bogendoerfer , linux-mips@vger.kernel.org, Dinh Nguyen , Andrew Morton , linuxppc-dev@lists.ozlabs.org, "David S. Miller" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, Jun 03, 2022 at 03:44:11PM +0530, Anshuman Khandual wrote: > This defines and exports a platform specific custom vm_get_page_prot() via > subscribing ARCH_HAS_VM_GET_PAGE_PROT. Subsequently all __SXXX and __PXXX > macros can be dropped which are no longer needed. > > Cc: Jonas Bonn > Cc: openrisc@lists.librecores.org > Cc: linux-kernel@vger.kernel.org > Acked-by: Stafford Horne > Signed-off-by: Anshuman Khandual Is it possible to retract my Acked-by? I was following the discussion of this new function actually being sub optimal. So as far as I am concerned all these architecture patches should be nak'ed. -Stafford 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 59C37C43334 for ; Sun, 5 Jun 2022 06:09:16 +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=wiQLaFKn56sC7tJ/HCOV84DhHXA/ackv0KgsTDx4T5A=; b=1+WgWUH3rLo6uy bKhPXb/foecfhBxkEJd7ecIJ8pNAtv5FYjbCYs0jbK45FPidrYm3xWOsTjNZXblEHLElPPdNEQo4I QVj96jLe/dcpcsgj//5DjPuIuon3QBG/sQY7NPJv6rnF6vXFu93M/mkS+e05Tu/P2AORcaSJX4+gn eNCV0KZtEg/St0uEkEi4zq2VaHQ5M+LUDnvHMvf8eMLSPe0uO+oQUQi/jzHX0o3DBZH3X74HFn66B 4TBmHaFTuSNythLBRsOy8PEj24mB78kNwDmA4VkED8wqHtmh1fIPNDTsRB7Erstd9hHeqCinxpmkT Q20xThkyaN4o1qRc4LqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nxjQ0-00DY1o-5K; Sun, 05 Jun 2022 06:07:20 +0000 Received: from mail-pg1-x531.google.com ([2607:f8b0:4864:20::531]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nxjPx-00DY07-60 for linux-arm-kernel@lists.infradead.org; Sun, 05 Jun 2022 06:07:18 +0000 Received: by mail-pg1-x531.google.com with SMTP id c14so10418875pgu.13 for ; Sat, 04 Jun 2022 23:07:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ntiAGYWvOui4xB3cbO1kuW43WbW64QLsxlfvqLjsP00=; b=UNdwgXBqNRzek8pEr5Qw32/XwVITDA54mg7Kzlts/3Dok86B2ZXU7Lqr1Wdv51FkOu D+DjiX7VwRrTKbDe9kWrgm/TbkjVysKd4l5D7wVPorYtHyYfdyRppXHf4MZfzJ7QRI0G EC3BWN8KlO2/z7rWQ5i+BIzMbh+leiVDSOc8qAYViWptCWWG4Owq+H4XBnLjjs1xCcOz A8JCjb5m0d0MotydVY6eHW9GrrnezCP2hIrGtTB7iBJQaS8HSmbaubLLvbOEwEFd1AwU Y4nKLkkmEYL9atMXbUbAZFFBIXckKQRQLkBUUHtnrU17dM/sv/B9E0r1k5EpKBBHQfIF cZEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ntiAGYWvOui4xB3cbO1kuW43WbW64QLsxlfvqLjsP00=; b=B9ZHlkW44obpu5P1b9pL5KAAF2A87cO6S3WmiW4IugFbyeawDteDP0Svc9MbTF+bSF ADHOARVqRkBbLIHKofhkYbtjrBG9OrQuoIh5cPRbr1vq5xLL4vA2givGprILrdiomOAE x/vwEhHrvW9brItaruSL9RQItWwOgNxG3SSSK2tjWmOEmk0r9lJ/5siWI2w5d+xkRWHJ OQyAlJLgB98SktvpzrO2IkMjY69X9HhsiP33LNFrIR+kinNCfTMS8CEmahyfhRpbIVgi 81IglFLnUsyi8fl1q421ng+Kp5zE4FLWraD/Y5UF3KvsGhMdJsq6p7guGN4RzzHmktoz g6RQ== X-Gm-Message-State: AOAM531K8/H7pMqMMM38CAhFWnNtZu1rH+WAapvwhxa0eZgYkrKWyCKQ +aXQy7hII/Avee6PKSQpri4= X-Google-Smtp-Source: ABdhPJyA1lhiKwlzudDECY/g6A/17Ban2AXmzmlCM0DNLWnaso1OtO7XN2+wdSLdJ6SJvCSQi3abLQ== X-Received: by 2002:a05:6a00:1594:b0:51b:f4ec:4c02 with SMTP id u20-20020a056a00159400b0051bf4ec4c02mr5896399pfk.27.1654409235449; Sat, 04 Jun 2022 23:07:15 -0700 (PDT) Received: from localhost ([2409:10:24a0:4700:e8ad:216a:2a9d:6d0c]) by smtp.gmail.com with ESMTPSA id u1-20020a1709026e0100b0015e8d4eb231sm8153260plk.123.2022.06.04.23.07.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 23:07:14 -0700 (PDT) Date: Sun, 5 Jun 2022 15:07:12 +0900 From: Stafford Horne To: Anshuman Khandual Cc: linux-mm@kvack.org, Catalin Marinas , Will Deacon , Michael Ellerman , Paul Mackerras , "David S. Miller" , Thomas Gleixner , Ingo Molnar , Heiko Carstens , Vasily Gorbik , Thomas Bogendoerfer , Geert Uytterhoeven , Dinh Nguyen , Jonas Bonn , Andrew Morton , x86@kernel.org, openrisc@lists.librecores.org, linux-csky@vger.kernel.org, linux-mips@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/6] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT Message-ID: References: <20220603101411.488970-1-anshuman.khandual@arm.com> <20220603101411.488970-7-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220603101411.488970-7-anshuman.khandual@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220604_230717_284797_33F9DB44 X-CRM114-Status: GOOD ( 10.79 ) 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, Jun 03, 2022 at 03:44:11PM +0530, Anshuman Khandual wrote: > This defines and exports a platform specific custom vm_get_page_prot() via > subscribing ARCH_HAS_VM_GET_PAGE_PROT. Subsequently all __SXXX and __PXXX > macros can be dropped which are no longer needed. > > Cc: Jonas Bonn > Cc: openrisc@lists.librecores.org > Cc: linux-kernel@vger.kernel.org > Acked-by: Stafford Horne > Signed-off-by: Anshuman Khandual Is it possible to retract my Acked-by? I was following the discussion of this new function actually being sub optimal. So as far as I am concerned all these architecture patches should be nak'ed. -Stafford _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel