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=-10.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 863F8CA9EA0 for ; Fri, 25 Oct 2019 20:33:34 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 355D621872 for ; Fri, 25 Oct 2019 20:33:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="1ISSeESR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 355D621872 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id B597F6B0003; Fri, 25 Oct 2019 16:33:33 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id B09406B0006; Fri, 25 Oct 2019 16:33:33 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id A1E4F6B0007; Fri, 25 Oct 2019 16:33:33 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0002.hostedemail.com [216.40.44.2]) by kanga.kvack.org (Postfix) with ESMTP id 7C3876B0003 for ; Fri, 25 Oct 2019 16:33:33 -0400 (EDT) Received: from smtpin20.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with SMTP id 374B24835 for ; Fri, 25 Oct 2019 20:33:33 +0000 (UTC) X-FDA: 76083457506.20.point94_5928368fdf601 X-HE-Tag: point94_5928368fdf601 X-Filterd-Recvd-Size: 4756 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf01.hostedemail.com (Postfix) with ESMTP for ; Fri, 25 Oct 2019 20:33:32 +0000 (UTC) Received: from rapoport-lnx (unknown [87.70.40.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9F0C9205F4; Fri, 25 Oct 2019 20:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572035611; bh=+V3MYXgziPOZllvPaeN2wWalwWrmuc8yiZofvYCWoNY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1ISSeESRZG09GzO0p+0h+u/Da++xXbkOcsQ5mlswN8E+JmDJy8i2vG7sk1XtBAlth O+JkATp4aZZ6UwRybaJhjTl0dq8o88pCslQd7+isc/kOjQ3j0a42WMTbSUrvr9icVT /jJxJNBEQReX2euA+K+z//obJVLa7yxkT+K4iwqU= Date: Fri, 25 Oct 2019 23:33:19 +0300 From: Mike Rapoport To: Michal Simek Cc: linux-mm@kvack.org, Andrew Morton , Anton Ivanov , Arnd Bergmann , "David S. Miller" , Geert Uytterhoeven , Greentime Hu , Greg Ungerer , Helge Deller , "James E.J. Bottomley" , Jeff Dike , "Kirill A. Shutemov" , Linus Torvalds , Mark Salter , Matt Turner , Richard Weinberger , Russell King , Sam Creasey , Vincent Chen , Vineet Gupta , linux-alpha@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-parisc@vger.kernel.org, linux-um@lists.infradead.org, sparclinux@vger.kernel.org, Mike Rapoport Subject: Re: [PATCH 06/12] microblaze: use pgtable-nopmd instead of 4level-fixup Message-ID: <20191025203318.GA8413@rapoport-lnx> References: <1571822941-29776-1-git-send-email-rppt@kernel.org> <1571822941-29776-7-git-send-email-rppt@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Fri, Oct 25, 2019 at 10:24:30AM +0200, Michal Simek wrote: > Hi Mike, > > On 23. 10. 19 11:28, Mike Rapoport wrote: > > From: Mike Rapoport > > > > microblaze has only two-level page tables and can use pgtable-nopmd and > > folding of the upper layers. > > > > Replace usage of include/asm-generic/4level-fixup.h and explicit definition > > of __PAGETABLE_PMD_FOLDED in microblaze with > > include/asm-generic/pgtable-nopmd.h and adjust page table manipulation > > macros and functions accordingly. > > > > Signed-off-by: Mike Rapoport > > --- > > arch/microblaze/include/asm/page.h | 3 --- > > arch/microblaze/include/asm/pgalloc.h | 16 ---------------- > > arch/microblaze/include/asm/pgtable.h | 32 ++------------------------------ > > arch/microblaze/kernel/signal.c | 10 +++++++--- > > arch/microblaze/mm/init.c | 7 +++++-- > > arch/microblaze/mm/pgtable.c | 13 +++++++++++-- > > 6 files changed, 25 insertions(+), 56 deletions(-) > > I have take a look at this and when this is applied on the top of > 5.4-rc2 there is not a problem. > But as was reported by 0-day there is compilation issue on the top of > mmotm/master tree and I am able to replicate it. > It means there are other changes in Andrew's tree which are causing it. 0day is still using an old tree for mmotm: > url: https://github.com/0day-ci/linux/commits/Mike-Rapoport/mm-remove-__ARCH_HAS_4LEVEL_HACK/20191025-063009 > base: git://git.cmpxchg.org/linux-mmotm.git master > config: microblaze-mmu_defconfig (attached as .config) A while ago Johannes moved the mmotm to github and the last commit in git.cmpxchg.org/linux-mmotm.git was in the end of August. [1] https://lore.kernel.org/linux-mm/20190916134327.GC29985@cmpxchg.org > Thanks, > Michal > > -- > Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 > w: www.monstr.eu p: +42-0-721842854 > Maintainer of Linux kernel - Xilinx Microblaze > Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs > U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs > -- Sincerely yours, Mike.