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 D6AAFC433FE for ; Tue, 15 Feb 2022 19:16:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243476AbiBOTQY (ORCPT ); Tue, 15 Feb 2022 14:16:24 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:39396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234514AbiBOTQW (ORCPT ); Tue, 15 Feb 2022 14:16:22 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C19F108BD4; Tue, 15 Feb 2022 11:16:12 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id A03A268AA6; Tue, 15 Feb 2022 20:16:08 +0100 (CET) Date: Tue, 15 Feb 2022 20:16:08 +0100 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Yoshinori Sato , Rich Felker , Christoph Hellwig , Kuninori Morimoto , kernel test robot , Jonathan Cameron , Arnd Bergmann , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sh: Convert nommu io{re,un}map() to static inline functions Message-ID: <20220215191608.GA25076@lst.de> References: <4ed0a7a0d3fa912a5b44c451884818f2c138ef42.1644914600.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ed0a7a0d3fa912a5b44c451884818f2c138ef42.1644914600.git.geert+renesas@glider.be> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 15, 2022 at 09:51:05AM +0100, Geert Uytterhoeven wrote: > > Reported-by: kernel test robot > Reported-by: Jonathan Cameron > Fixes: 13f1fc870dd74713 ("sh: move the ioremap implementation out of line") > Signed-off-by: Geert Uytterhoeven Looks good: Reviewed-by: Christoph Hellwig > --- > This is actually the third time this change was made, as Christoph > converted iounmap() to a macro before in commit 98c90e5ea34e98bd ("sh: > remove __iounmap"), reverting commit 733f0025f0fb43e3 ("sh: prevent > warnings when using iounmap"). > > Probably sh-nommu should include , but that would > require a lot more changes. I don't think it would be all that bad. But between the breakage and the fact that sh is almost unmaintained let's get the quick fix in if we can..