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=-2.2 required=3.0 tests=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 C639CC47255 for ; Mon, 11 May 2020 16:35:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC2392082E for ; Mon, 11 May 2020 16:35:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730637AbgEKQfK (ORCPT ); Mon, 11 May 2020 12:35:10 -0400 Received: from verein.lst.de ([213.95.11.211]:36967 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729862AbgEKQfJ (ORCPT ); Mon, 11 May 2020 12:35:09 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 796BC68BEB; Mon, 11 May 2020 18:35:04 +0200 (CEST) Date: Mon, 11 May 2020 18:35:04 +0200 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Christoph Hellwig , Andrew Morton , Arnd Bergmann , Roman Zippel , Linux-Arch , "open list:TENSILICA XTENSA PORT (xtensa)" , Michal Simek , Jessica Yu , "linux-ia64@vger.kernel.org" , linux-c6x-dev@linux-c6x.org, Linux-sh list , "open list:QUALCOMM HEXAGON..." , the arch/x86 maintainers , linux-um , Linux Kernel Mailing List , "open list:BROADCOM NVRAM DRIVER" , Linux MM , linux-m68k , Openrisc , alpha , sparclinux , Linux FS Devel , linux-riscv@lists.infradead.org, linuxppc-dev , Linux ARM Subject: Re: sort out the flush_icache_range mess Message-ID: <20200511163503.GA32228@lst.de> References: <20200510075510.987823-1-hch@lst.de> <20200511151356.GB28634@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2020 at 05:25:45PM +0200, Geert Uytterhoeven wrote: > > Do you want to drop the: > > > > select HAVE_AOUT if MMU > > > > for m68k then? > > If that helps to reduce maintenance, it's fine for me. > That leaves alpha as the sole user? Yes. And for alpha it isn't classic Linux a.out, but the OSF/1 ECOFF format, which might lead to further cleanups eventually.