From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f199.google.com (mail-wr0-f199.google.com [209.85.128.199]) by kanga.kvack.org (Postfix) with ESMTP id 231306B062F for ; Thu, 10 May 2018 13:14:36 -0400 (EDT) Received: by mail-wr0-f199.google.com with SMTP id z7-v6so1821679wrg.11 for ; Thu, 10 May 2018 10:14:36 -0700 (PDT) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id m7-v6si201277eda.442.2018.05.10.10.14.34 for (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 10 May 2018 10:14:34 -0700 (PDT) Date: Thu, 10 May 2018 17:14:32 +0000 From: "Luis R. Rodriguez" Subject: Re: [PATCH v2 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC for architectures Message-ID: <20180510171432.GC27853@wotan.suse.de> References: <20180510014447.15989-1-mcgrof@kernel.org> <20180510014447.15989-3-mcgrof@kernel.org> <20180510153355.GB27853@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180510153355.GB27853@wotan.suse.de> Sender: owner-linux-mm@kvack.org List-ID: To: "Luis R. Rodriguez" Cc: Geert Uytterhoeven , Arnd Bergmann , Greg KH , Matthew Wilcox , linux-m68k , Linux-Arch , Linux MM , Linux Kernel Mailing List On Thu, May 10, 2018 at 03:33:55PM +0000, Luis R. Rodriguez wrote: > On Thu, May 10, 2018 at 09:45:56AM +0200, Geert Uytterhoeven wrote: > > Hi Luis, > > > > On Thu, May 10, 2018 at 3:44 AM, Luis R. Rodriguez wrote: > > > Some architectures just don't have PAGE_KERNEL_EXEC. The mm/nommu.c > > > and mm/vmalloc.c code have been using PAGE_KERNEL as a fallback for years. > > > Move this fallback to asm-generic. > > > > > > Architectures which do not define PAGE_KERNEL_EXEC yet: > > > > > > o alpha > > > o mips > > > o openrisc > > > o sparc64 > > > > The above list seems to be far from complete? > > I'll look again. If you know of others lemme know. You know, better just ignore documenting these. I'll respin without that. Luis