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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1ADDCC001E0 for ; Fri, 28 Jul 2023 09:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234279AbjG1JuU (ORCPT ); Fri, 28 Jul 2023 05:50:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235607AbjG1JuR (ORCPT ); Fri, 28 Jul 2023 05:50:17 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id F42042736; Fri, 28 Jul 2023 02:50:06 -0700 (PDT) Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1qPK6l-0004gi-00; Fri, 28 Jul 2023 11:50:03 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 8FBA5C01E6; Fri, 28 Jul 2023 11:49:50 +0200 (CEST) Date: Fri, 28 Jul 2023 11:49:50 +0200 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, chenhuacai@kernel.org, philmd@linaro.org, kernel test robot Subject: Re: [PATCH v2] MIPS: Loongson64: Fix more __iomem attributes Message-ID: References: <20230725060144.1501195-1-jiaxun.yang@flygoat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230725060144.1501195-1-jiaxun.yang@flygoat.com> Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Tue, Jul 25, 2023 at 02:01:44PM +0800, Jiaxun Yang wrote: > There are some __iomem type casting being missed in previous patch. > Fix them here. > > Fixes: 5bd3990723bd ("MIPS: Loongson64: Prefix ipi register address pointers with __iomem") > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202307020639.QCZOKp8B-lkp@intel.com/ > Signed-off-by: Jiaxun Yang > --- > v2: Drop invalid attribute for play_dead pointers > --- > arch/mips/loongson64/smp.c | 160 ++++++++++++++++++------------------- > 1 file changed, 80 insertions(+), 80 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]