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 3020AC04A94 for ; Tue, 1 Aug 2023 11:13:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232190AbjHALNZ (ORCPT ); Tue, 1 Aug 2023 07:13:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232394AbjHALMe (ORCPT ); Tue, 1 Aug 2023 07:12:34 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 219EB2686 for ; Tue, 1 Aug 2023 04:08:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=xQ7qpM74rvVAxh/R7yF1VX16lTCqWk7Q9ekIOoTYz8o=; b=fT7zK16RX8OetHir6wcM2THFzQ JowHgR6pE95MipWheHvhDGdVynfNp+6ic1O9QMekUm0yeubKRhD9XN0E9vbnigrySR2nKufCJVuVQ 6pob316TTJRlUwHirXxrcV6wB/jwjfE5rur5kmekDY90RBYn2QrnCPbtqpJiy4VEBucpTVPCiSNqf 70o+6h9NkIEojMZoI4BHyNquwphaxl1T6xezC1EpV5j6DcII5eoWtDY4IiD2P/HpzwaRhMLzLw6YG x4qUhgdGIioGpCP+YGRsxbQYvzIKoDFiddNtmn4oA4Ab8T5bEVjiVn0FzXYLdADjuYtmQZGhhDSs/ /PngbnWQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qQnET-0023Xo-2x; Tue, 01 Aug 2023 11:08:05 +0000 Date: Tue, 1 Aug 2023 04:08:05 -0700 From: Christoph Hellwig To: Arnd Bergmann Cc: Andrew Morton , Arnd Bergmann , Baoquan He , linux-kernel@vger.kernel.org Subject: Re: [PATCH] iomem: remove __weak ioremap_cache helper Message-ID: References: <20230726145432.1617809-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230726145432.1617809-1-arnd@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ah, nice: Reviewed-by: Christoph Hellwig