From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Mon, 11 May 2020 07:36:05 +0000 Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Message-Id: List-Id: References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-22-hch@lst.de> In-Reply-To: <20200510075510.987823-22-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.orgLinux-shlistlinu On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- 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 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 C39B4C54E8D for ; Mon, 11 May 2020 07:36:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB201208DB for ; Mon, 11 May 2020 07:36:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729005AbgEKHgT (ORCPT ); Mon, 11 May 2020 03:36:19 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:43167 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbgEKHgS (ORCPT ); Mon, 11 May 2020 03:36:18 -0400 Received: by mail-ot1-f66.google.com with SMTP id g14so6750963otg.10; Mon, 11 May 2020 00:36:17 -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=l3VY/12wWR1zHjOHzyqluXVdqy0F7FQQDSlqPm2Zx5o=; b=WISBKD8zngMa/sxm0rbjQnTv5eZowsRN0mqPKYfAyoVGuf57iuK9HextObXljasIu1 l8oJdjM6c3m3bH3ip51ro3MrXqX+Dbq4iqcbO8pIqkinR7H06FB00VQq5R5eOXHBzU2u FhodXVKLiQIbYkHDhNNOaNBgcYewCz7rkPjPWOjJ24jNwEXZ3TG9BXqHiiEX8G+vXzdD e3QsK/IfU3Y1FXvIDkmGULb479xWExYdPQfGweXQrvEXiOYMgcTOhNyYtICMGfedvEbe rIOR3Leq83aN9UI99Bj6E68VMH+0ZNwbCac9lw2+oTNcrq+gEUYBf4t0uAhU5iHhDHS6 eRSQ== X-Gm-Message-State: AGi0PuYvtKik3pQqF7qOf4JdgswojWWBe6cmx6ssuL6OcwfH7ggKplmH zf7E0OdKufweCLggjPwtBOFJXF9Wrpjug7YvIRpgy1V6 X-Google-Smtp-Source: APiQypLU+moEt/plrIiBoDJtx6y9Ecp1jwHNmsr5IHgDhGkXTabpMRQH56iYz7dU/N/BpO7atrGAmOYhZDTTv1TixAM= X-Received: by 2002:a9d:7990:: with SMTP id h16mr11274742otm.145.1589182577008; Mon, 11 May 2020 00:36:17 -0700 (PDT) MIME-Version: 1.0 References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-22-hch@lst.de> In-Reply-To: <20200510075510.987823-22-hch@lst.de> From: Geert Uytterhoeven Date: Mon, 11 May 2020 09:36:05 +0200 Message-ID: Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page 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: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 09:36:05 +0200 Message-ID: References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-22-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-ot1-f66.google.com ([209.85.210.66]:43167 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbgEKHgS (ORCPT ); Mon, 11 May 2020 03:36:18 -0400 In-Reply-To: <20200510075510.987823-22-hch@lst.de> Sender: linux-arch-owner@vger.kernel.org List-ID: 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.orgLinux-sh list On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-f66.google.com ([209.85.210.66]:43167 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbgEKHgS (ORCPT ); Mon, 11 May 2020 03:36:18 -0400 MIME-Version: 1.0 References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-22-hch@lst.de> In-Reply-To: <20200510075510.987823-22-hch@lst.de> From: Geert Uytterhoeven Date: Mon, 11 May 2020 09:36:05 +0200 Message-ID: Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: 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 Message-ID: <20200511073605.3Qrq5zrEvVl2iodOtWJlu4ePbiy70BYokhF5WGVCl2M@z> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- 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 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.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 5E3B4C47255 for ; Mon, 11 May 2020 07:36:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 31A7E2075E for ; Mon, 11 May 2020 07:36:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ZHkNlTHU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 31A7E2075E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:To: Subject:Message-ID:Date:From:In-Reply-To:References:MIME-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=l3VY/12wWR1zHjOHzyqluXVdqy0F7FQQDSlqPm2Zx5o=; b=ZHkNlTHUi0qCUQy3+yQH0lOqt /Umt5C7Q9AqfXP7iaSVszDrLxOhoAlwR4aDMQqI4s+d9bYgOZkEn/DOJiaCWtLgooeWTq7q6/UveD Q4E9JphYWy1w7ax43jsSN4NNhk9bTyAYsU3WzIDyUeZxU4jugQApE666/nRvqKxQo7+otQCiHzE/D +3lr1ywMwprXQc5JNHfC7+wHr8jfSBQAdhlSe07MFtZABHJfUXVhOoFSeIsWK7PiIZNBoZeEikRUQ tRSDzcKSbj7gUCEZKTt34cNFB7rK1ZnUFVNrqvvMXK87oaTUYlN4qYSyF2jUp06AhTELqh148u4MO Jb9PM7GpA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jY2zJ-0002G2-Hp; Mon, 11 May 2020 07:36:33 +0000 Received: from mail-ot1-f68.google.com ([209.85.210.68]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jY2z7-00025O-8l; Mon, 11 May 2020 07:36:23 +0000 Received: by mail-ot1-f68.google.com with SMTP id z17so6777561oto.4; Mon, 11 May 2020 00:36:17 -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=l3VY/12wWR1zHjOHzyqluXVdqy0F7FQQDSlqPm2Zx5o=; b=KSGDcYdiBYZz7evOekAOKlx/fZe3EIdjvVF1d/KQ7rBA8d9Gw1ykLcxt1rmwQ7v8gb 8O9ry/64xy74PbBU7sahPrSLh/xh07nhlId/d2h2LU7mNQCj6/mmdLZbHem1krpTKVPZ 1ohcNUefWbHK4q8awCBQmGVng5F4KyDl+vjkPTgpJSNVlpA0EigwU3dIocGbZ+sVLSL3 DxU5VxaWvwmEXg8Iw5nYfwf3HipGJDx6dbz8DNmxd9/xNv7iCoZCKTs8G83iJxp3Uuwh MLLgFCdbfTZkrilPi/iSb53zWW7UiaYo1dtFCYSfxHXE3jnsZITmwl0hzcpP/QMscjTO tFHw== X-Gm-Message-State: AGi0PuYOzXIVx7X8NL+L2F7T5V+XMPvidgFudxfgfNRu9Gq+httcp3r2 Mq0bTA4ANvriRV33u7uRv5yMdKzv0JYSGKAeK6o= X-Google-Smtp-Source: APiQypLU+moEt/plrIiBoDJtx6y9Ecp1jwHNmsr5IHgDhGkXTabpMRQH56iYz7dU/N/BpO7atrGAmOYhZDTTv1TixAM= X-Received: by 2002:a9d:7990:: with SMTP id h16mr11274742otm.145.1589182577008; Mon, 11 May 2020 00:36:17 -0700 (PDT) MIME-Version: 1.0 References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-22-hch@lst.de> In-Reply-To: <20200510075510.987823-22-hch@lst.de> From: Geert Uytterhoeven Date: Mon, 11 May 2020 09:36:05 +0200 Message-ID: Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page To: Christoph Hellwig Content-Type: text/plain; charset="UTF-8" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200511_003621_308048_B373C3B0 X-CRM114-Status: UNSURE ( 8.60 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: 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 Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- 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 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 2063BC47255 for ; Mon, 11 May 2020 07:36:19 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id DA3CC2075E for ; Mon, 11 May 2020 07:36:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DA3CC2075E 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=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 7B8AC90000B; Mon, 11 May 2020 03:36:18 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 78FA6900006; Mon, 11 May 2020 03:36:18 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 6A64990000B; Mon, 11 May 2020 03:36:18 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0211.hostedemail.com [216.40.44.211]) by kanga.kvack.org (Postfix) with ESMTP id 532CB900006 for ; Mon, 11 May 2020 03:36:18 -0400 (EDT) Received: from smtpin17.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 099E84995F8 for ; Mon, 11 May 2020 07:36:18 +0000 (UTC) X-FDA: 76803630036.17.kitty10_54141e91bc62a X-HE-Tag: kitty10_54141e91bc62a X-Filterd-Recvd-Size: 3833 Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) by imf28.hostedemail.com (Postfix) with ESMTP for ; Mon, 11 May 2020 07:36:17 +0000 (UTC) Received: by mail-ot1-f66.google.com with SMTP id z25so6746334otq.13 for ; Mon, 11 May 2020 00:36:17 -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=l3VY/12wWR1zHjOHzyqluXVdqy0F7FQQDSlqPm2Zx5o=; b=U/1+0LQPElvUGWhI4/Qa2/74k6srn2SXJRUJiBJUMPaDFzCREdEZb8pnoCzkik/aXF LIpuXX0+F0xa0Aexg6/FB+n78C+WmLHQgPQJDAMvPAZNs9Lc6YgxZO9jLMohffxzEZ1w ODIRl+/D8MOkVp0GMiXfke2eB3BOKHRIDqldKGhlZVPEJJm+Hh47Gg1fqdaP+9JEfdm2 PkTGkujihiqg06kNLI25GqSmCryf0WD/SNmUgIPxBEy0+0V+ZkH9kzefPfze6HEpDohk XfGAvB4HXdMRx0J9fDjj3MIlCpbR4m0wtESpi67WH/rlBrsxEsaN7iL5myyy+TpWk2DK q2fg== X-Gm-Message-State: AGi0PubqjiZU380CyX60yc3RuBLqxIxdQZ2oc562QqnsVcYz/VB9nVGd sC3wbwTvhUNotbYK/Od+x882LUczO4VWIFoXDIs= X-Google-Smtp-Source: APiQypLU+moEt/plrIiBoDJtx6y9Ecp1jwHNmsr5IHgDhGkXTabpMRQH56iYz7dU/N/BpO7atrGAmOYhZDTTv1TixAM= X-Received: by 2002:a9d:7990:: with SMTP id h16mr11274742otm.145.1589182577008; Mon, 11 May 2020 00:36:17 -0700 (PDT) MIME-Version: 1.0 References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-22-hch@lst.de> In-Reply-To: <20200510075510.987823-22-hch@lst.de> From: Geert Uytterhoeven Date: Mon, 11 May 2020 09:36:05 +0200 Message-ID: Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page 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" 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 Sun, May 10, 2020 at 9:57 AM Christoph Hellwig wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- 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 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.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 217D5C54E8D for ; Mon, 11 May 2020 07:36:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E0F002075E for ; Mon, 11 May 2020 07:36:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="VR7iJPfj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E0F002075E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ctNLzLmzYLii078VC7iQnzbgC+3x/ZkuW872Tb/iASk=; b=VR7iJPfjcucbOt irmQCVCMH0dlQsGK3TBMBRHIP28Supru3x/1II2Xt3amWuwRAur6+1SXkvo78ETzrPUuLN//k6Lgw ppbPJJ1SHjrc6n4S/7sPyfrUloWuXJQkJYqfFboqxbh+QGhtn8Wo2ZbLMkJNSv5L5KFBwFJikAx8n WvmtkgAbpl3fNBMYsU8qPgsPWYAi3anVOa9GpqRkdxxUS4wYQ4fZ7UJGBZerbiBmWxsOfOkfyRRKz fwJ+CiTqak2dzovpU4+G485sZYki6yDwO9H1oIMl1bUhk1QvazsTalN2G7fjFVJIb+Cuuj7ZJLorM Dir+ZGtnBVvceMhWrjOg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jY2zA-000267-0w; Mon, 11 May 2020 07:36:24 +0000 Received: from mail-ot1-f68.google.com ([209.85.210.68]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jY2z7-00025O-8l; Mon, 11 May 2020 07:36:23 +0000 Received: by mail-ot1-f68.google.com with SMTP id z17so6777561oto.4; Mon, 11 May 2020 00:36:17 -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=l3VY/12wWR1zHjOHzyqluXVdqy0F7FQQDSlqPm2Zx5o=; b=KSGDcYdiBYZz7evOekAOKlx/fZe3EIdjvVF1d/KQ7rBA8d9Gw1ykLcxt1rmwQ7v8gb 8O9ry/64xy74PbBU7sahPrSLh/xh07nhlId/d2h2LU7mNQCj6/mmdLZbHem1krpTKVPZ 1ohcNUefWbHK4q8awCBQmGVng5F4KyDl+vjkPTgpJSNVlpA0EigwU3dIocGbZ+sVLSL3 DxU5VxaWvwmEXg8Iw5nYfwf3HipGJDx6dbz8DNmxd9/xNv7iCoZCKTs8G83iJxp3Uuwh MLLgFCdbfTZkrilPi/iSb53zWW7UiaYo1dtFCYSfxHXE3jnsZITmwl0hzcpP/QMscjTO tFHw== X-Gm-Message-State: AGi0PuYOzXIVx7X8NL+L2F7T5V+XMPvidgFudxfgfNRu9Gq+httcp3r2 Mq0bTA4ANvriRV33u7uRv5yMdKzv0JYSGKAeK6o= X-Google-Smtp-Source: APiQypLU+moEt/plrIiBoDJtx6y9Ecp1jwHNmsr5IHgDhGkXTabpMRQH56iYz7dU/N/BpO7atrGAmOYhZDTTv1TixAM= X-Received: by 2002:a9d:7990:: with SMTP id h16mr11274742otm.145.1589182577008; Mon, 11 May 2020 00:36:17 -0700 (PDT) MIME-Version: 1.0 References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-22-hch@lst.de> In-Reply-To: <20200510075510.987823-22-hch@lst.de> From: Geert Uytterhoeven Date: Mon, 11 May 2020 09:36:05 +0200 Message-ID: Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page To: Christoph Hellwig X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200511_003621_308048_B373C3B0 X-CRM114-Status: UNSURE ( 8.60 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Mon, 11 May 2020 09:36:05 +0200 Subject: [OpenRISC] [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page In-Reply-To: <20200510075510.987823-22-hch@lst.de> References: <20200510075510.987823-1-hch@lst.de> <20200510075510.987823-22-hch@lst.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: openrisc@lists.librecores.org On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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