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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDA34C433FE for ; Wed, 15 Sep 2021 07:46:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B96A561242 for ; Wed, 15 Sep 2021 07:46:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236666AbhIOHrU (ORCPT ); Wed, 15 Sep 2021 03:47:20 -0400 Received: from verein.lst.de ([213.95.11.211]:35237 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231364AbhIOHrT (ORCPT ); Wed, 15 Sep 2021 03:47:19 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2B15D67373; Wed, 15 Sep 2021 09:45:58 +0200 (CEST) Date: Wed, 15 Sep 2021 09:45:57 +0200 From: Christoph Hellwig To: guoren@kernel.org Cc: anup.patel@wdc.com, atish.patra@wdc.com, palmerdabbelt@google.com, christoph.muellner@vrull.eu, philipp.tomsich@vrull.eu, hch@lst.de, liush@allwinnertech.com, wefu@redhat.com, lazyparser@gmail.com, drew@beagleboard.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, taiten.peng@canonical.com, aniket.ponkshe@canonical.com, heinrich.schuchardt@canonical.com, gordan.markus@canonical.com, Guo Ren , Andrew Morton , Arnd Bergmann , Palmer Dabbelt Subject: Re: [RFC PATCH V4 1/6] riscv: pgtable: Add custom protection_map init Message-ID: <20210915074557.GA20024@lst.de> References: <20210911092139.79607-1-guoren@kernel.org> <20210911092139.79607-2-guoren@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210911092139.79607-2-guoren@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 11, 2021 at 05:21:34PM +0800, guoren@kernel.org wrote: > From: Guo Ren > > Some RISC-V CPU vendors have defined their own PTE attributes to > solve non-coherent DMA bus problems. That makes _P/SXXX definitions > contain global variables which could be initialized at the early > boot stage before setup_vm. The patch prevents compile errors. That sounds way to nice for someone who deliberatly ignores the specification and should definitively not go into the kernel commit log like this. > This patch is similar to 316d097c4cd4 (x86/pti: Filter at > vma->vm_page_prot population) which give a choice for arch custom > implementation. How? To me it looks like a bad duplication of such functionality in a way that totally breaks abstractions. architectures really do not have any business changing protection_map.