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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 CF65FCA9EA0 for ; Mon, 4 Nov 2019 10:02:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A2F7221E6F for ; Mon, 4 Nov 2019 10:02:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572861759; bh=RwuWoZThXjDNqHvn7aTTzoFOSaLFxJpu4JuE9FFAq2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xQ46il1rvZ1OFg4WG1WbaCVrj920XgIdnKGDS72G3lLlvi7FnahzEjNaMXi1fu0r0 Cy2Eppj3f+2/ESTqoeBExR4ntcJv+sJXex5x6d/62ORmPqGtHmPz9WANtcQBitsOHR mssr9bg//nHm6KMTJwkht8ZISUfJyXCNLxwmBioc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728223AbfKDKCf (ORCPT ); Mon, 4 Nov 2019 05:02:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:53892 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726364AbfKDKCf (ORCPT ); Mon, 4 Nov 2019 05:02:35 -0500 Received: from rapoport-lnx (nesher1.haifa.il.ibm.com [195.110.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 3768B217F4; Mon, 4 Nov 2019 10:02:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572861754; bh=RwuWoZThXjDNqHvn7aTTzoFOSaLFxJpu4JuE9FFAq2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZQXJDyCwPvvErBhc/JPFvqf0ahcZeThDhCNKls9A5hiFMXg7/bxxaR+FRMEZqomQo 7UkvkxzVQJ8UmcmpblINg/P6vMg4z3dq8+ii2/Ci/olfoMvg0slJoe+lmMsP+7zPv5 4p/WigolfFBvLYahqoidIrM5ZrPlGWpuHfVEwAZI= Date: Mon, 4 Nov 2019 12:02:22 +0200 From: Mike Rapoport To: Arnd Bergmann Cc: Linux-MM , Andrew Morton , Anton Ivanov , "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 , Michal Simek , Peter Rosin , Richard Weinberger , Rolf Eike Beer , Russell King , Sam Creasey , Vincent Chen , Vineet Gupta , alpha , linux-arch , Linux ARM , linux-c6x-dev@linux-c6x.org, "linux-kernel@vger.kernel.org" , linux-m68k , Parisc List , linux-um@lists.infradead.org, sparclinux , Mike Rapoport Subject: Re: [PATCH v3 13/13] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h Message-ID: <20191104100221.GC23288@rapoport-lnx> References: <1572850587-20314-1-git-send-email-rppt@kernel.org> <1572850587-20314-14-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) Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org On Mon, Nov 04, 2019 at 10:11:51AM +0100, Arnd Bergmann wrote: > On Mon, Nov 4, 2019 at 7:58 AM Mike Rapoport wrote: > > > > From: Mike Rapoport > > > > There are no architectures that use include/asm-generic/4level-fixup.h > > therefore it can be removed along with __ARCH_HAS_4LEVEL_HACK define. > > > > Signed-off-by: Mike Rapoport > > For asm-generic: > > Acked-by: Arnd Bergmann > > Have you discussed how the series should get merged? I assume an initial > set of patches can just go through architecture maintainer trees, but > whatever patches don't get picked up that way would go through either > Andrew's -mm tree (for memory management) or my asm-generic tree > (for cross-architecture cleanups). I thought that the entire set could go via -mm or asm-generic, but if architecture maintainers would prefer to pick relevant patches to the arch trees, I'll resend the rest afterwards. > Since there is still at least one regression, I expect not to do anything > for now. Please let me know when/if you expect me to merge the > remaining patches. Sure, thanks! > Arnd -- Sincerely yours, Mike.