From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jessica Yu Subject: Re: [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k Date: Mon, 18 May 2020 15:04:44 +0200 Message-ID: <20200518130444.GA21096@linux-8ccs.fritz.box> References: <20200515143646.3857579-1-hch@lst.de> <20200515143646.3857579-30-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Content-Disposition: inline In-Reply-To: <20200515143646.3857579-30-hch@lst.de> Sender: linux-sh-owner@vger.kernel.org To: Christoph Hellwig Cc: Andrew Morton , Arnd Bergmann , Roman Zippel , Michal Simek , x86@kernel.org, linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, openrisc@lists.librecores.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-um@lists.infradead.org, linux-xtensa@linux-xtensa.org, linux-fsdevel@vger.kernel.org, Geert Uytterhoeven List-Id: linux-arch.vger.kernel.org +++ Christoph Hellwig [15/05/20 16:36 +0200]: >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 >--- > arch/m68k/mm/cache.c | 4 ++++ > kernel/module.c | 8 -------- > 2 files changed, 4 insertions(+), 8 deletions(-) Thanks for cleaning this up. For module.c: Acked-by: Jessica Yu From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:47346 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726872AbgERNEw (ORCPT ); Mon, 18 May 2020 09:04:52 -0400 Date: Mon, 18 May 2020 15:04:44 +0200 From: Jessica Yu Subject: Re: [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k Message-ID: <20200518130444.GA21096@linux-8ccs.fritz.box> References: <20200515143646.3857579-1-hch@lst.de> <20200515143646.3857579-30-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200515143646.3857579-30-hch@lst.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Christoph Hellwig Cc: Andrew Morton , Arnd Bergmann , Roman Zippel , Michal Simek , x86@kernel.org, linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, openrisc@lists.librecores.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-um@lists.infradead.org, linux-xtensa@linux-xtensa.org, linux-fsdevel@vger.kernel.org, Geert Uytterhoeven Message-ID: <20200518130444.WfRddALJpEL1JOVI-T1U4D8l1vgB3StKCvanQE3wzts@z> +++ Christoph Hellwig [15/05/20 16:36 +0200]: >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 >--- > arch/m68k/mm/cache.c | 4 ++++ > kernel/module.c | 8 -------- > 2 files changed, 4 insertions(+), 8 deletions(-) Thanks for cleaning this up. For module.c: Acked-by: Jessica Yu