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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 991D4C54E8F for ; Mon, 11 May 2020 07:41:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 804D6214DB for ; Mon, 11 May 2020 07:41:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729110AbgEKHlC (ORCPT ); Mon, 11 May 2020 03:41:02 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:43469 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728402AbgEKHlB (ORCPT ); Mon, 11 May 2020 03:41:01 -0400 Received: by mail-ot1-f66.google.com with SMTP id g14so6759418otg.10; Mon, 11 May 2020 00:41:00 -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=VS2fk1JcC03oZxkfqvBGknuVzDopGVbMhfQjjlcRALA=; b=ILqja3Dq36MXQ8lFuQq2JCpcnw3RBo+OG1PPqGmjzQqwrJWz1ZXK2qT0cxUMtoJC91 X6X7vUxSTgRgV1fDhFNkS3lQgkpFbLLG8XKg4GdWqHo6NKdcRtoD7NKOvd6ytxr4Gwvt xDvYgeOn5sDI7fxr7d04Ih1WY7KlV09GCMr32bq3BDXVnvM0Xsg0U2VWimRwhzwVQYYv 8B++jdIxL2HCcU07HBqbT1lUnzsJPevL7Ti/Zm7QGwXwrPQsWGFIJIwE0UKpavqSlYWL vi1m8GdeH4BV/3iQ2IgyePBgE/7pRq5AhiAWIebpM52dcRFxafDvvKOHu14EDveSprlF 1gSA== X-Gm-Message-State: AGi0PuZOGd7H10ajd/Ev2EsNTwCy3z4oDCBinFm2LMfLrRAlX2JaZQ4w zbMs0vHS7Xjk9wo7Zldy2ZYxULrJRjmFjdKpwog= X-Google-Smtp-Source: APiQypLrnA3x0TQgcu4GbQXkWDUyTXgEK7R9Byl6mAxrtqxgZZGXhJd6czCyilOQXM5O9JA2CdYzbDyIV5/QIHKRb9A= X-Received: by 2002:a9d:63da:: with SMTP id e26mr10878643otl.107.1589182859874; Mon, 11 May 2020 00:40:59 -0700 (PDT) MIME-Version: 1.0 References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-32-hch@lst.de> In-Reply-To: <20200510075510.987823-32-hch@lst.de> From: Geert Uytterhoeven Date: Mon, 11 May 2020 09:40:39 +0200 Message-ID: Subject: Re: [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k To: Christoph Hellwig Cc: Andrew Morton , Arnd Bergmann , Roman Zippel , Jessica Yu , Michal Simek , "the arch/x86 maintainers" , alpha , Linux Kernel Mailing List , Linux ARM , linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." , "linux-ia64@vger.kernel.org" , linux-m68k , "open list:BROADCOM NVRAM DRIVER" , Openrisc , linuxppc-dev , linux-riscv@lists.infradead.org, Linux-sh list , sparclinux , Linux-Arch , Linux MM , linux-um , "open list:TENSILICA XTENSA PORT (xtensa)" , Linux FS Devel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig wrote: > > flush_icache_range generally operates on kernel addresses, but for some > reason m68k needed a set_fs override. Move that into the m68k code > insted of keeping it in the module loader. > > Signed-off-by: Christoph Hellwig Reviewed-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven 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