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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 3C6ECC47255 for ; Mon, 11 May 2020 07:48:05 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E97E020735 for ; Mon, 11 May 2020 07:48:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E97E020735 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49LChz007HzDqVx for ; Mon, 11 May 2020 17:48:02 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.167.196; helo=mail-oi1-f196.google.com; envelope-from=geert.uytterhoeven@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49LCgD0GdpzDq5f for ; Mon, 11 May 2020 17:46:31 +1000 (AEST) Received: by mail-oi1-f196.google.com with SMTP id 19so14314810oiy.8 for ; Mon, 11 May 2020 00:46:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2yJ6ElOmiCSyE9da4JBaYJBkgTCIAd7AfbCRMY3E6sk=; b=LgtCIfjpeV6efqtIU8T0RDPQdCinbEWIHmoe/olL5rdH5NDIjevolRA+/NJFavFM2F HK8nz99wihRK3tuSEgDMht5aJQDonNNCHhJvkUtw1hhlj1+RtejAUQpiUEHbCfXzQ9UP dy8x9SvtwDJqZbkVP2pKMWOZvt5mZ9ZukM+WFrtat9nAMrZXtmYtiIdy2fLMvEQaP1co M9sgIaa2dU580ieqpr5TM8ScJHgcig99WDGcKjgHk7k8SpCD0Dy+zZpNGrFE6ahJjNQn +yn6rF9d+thZqwtgZeosmntUIU2PdfjlFOpBl+WF68li5JvPp0Akd5g0e/5Xr+WMdX6R AbEg== X-Gm-Message-State: AGi0PuamvtqZYCOREqo3sqKOqduLzM3xiXEUzvVHyoVv+Le+imu2de/q 4pbGUjIWRhZCQImEgnJS7IoY7LUZ51UpveoXXfU= X-Google-Smtp-Source: APiQypIoFxa7a3EUthZ/8xx0aZ//Vc0pDLpqFY6DB0zkXv6WP4wkoKn8ne3ghzK30RcpwYDHtmi30TMFV3MiIELEMLg= X-Received: by 2002:aca:895:: with SMTP id 143mr18042949oii.153.1589183188927; Mon, 11 May 2020 00:46:28 -0700 (PDT) MIME-Version: 1.0 References: <20200510075510.987823-1-hch@lst.de> In-Reply-To: <20200510075510.987823-1-hch@lst.de> From: Geert Uytterhoeven Date: Mon, 11 May 2020 09:46:17 +0200 Message-ID: Subject: Re: sort out the flush_icache_range mess To: Christoph Hellwig Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "linux-ia64@vger.kernel.org" , Linux-sh list , Roman Zippel , "open list:BROADCOM NVRAM DRIVER" , Linux MM , sparclinux , linux-riscv@lists.infradead.org, Linux-Arch , linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." , the arch/x86 maintainers , "open list:TENSILICA XTENSA PORT \(xtensa\)" , Arnd Bergmann , Jessica Yu , linux-um , linux-m68k , Openrisc , Linux ARM , Michal Simek , Linux Kernel Mailing List , alpha , Linux FS Devel , Andrew Morton , linuxppc-dev Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Christoph, On Sun, May 10, 2020 at 9:55 AM Christoph Hellwig wrote: > none of which really are used by a typical MMU enabled kernel, as a.out can > only be build for alpha and m68k to start with. Quoting myself: "I think it's safe to assume no one still runs a.out binaries on m68k." http://lore.kernel.org/r/CAMuHMdW+m0Q+j3rsQdMXnrEPm+XB5Y2AQrxW5sD1mZAKgmEqoA@mail.gmail.com Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds