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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 43AA2C433F5 for ; Wed, 27 Apr 2022 17:24:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Mime-Version:References:In-Reply-To: Message-Id:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Osy3aWERBax3SeCQ8U1B+QZz+pyjOL0fQM61Tz6jpbo=; b=ccaW1xX5UXFhQk S6yylj2ryG69eKGQgeh/pPA1FTI2WNW2WaDI3mcadofn68/4Eaj9I2hJLsGG8X2PYut0FwZzWJ6BF USct8VCLX37mR5wcLOaNo3RoziWKI5eStqBMbu4wXPYA8w9PA0RyAwMrUmWxzHaY8re4nBnqk/FAW x8J8k7Pvvgyk2KyYYXN5I5mJdkJi7GUkn4KUt5eq3kK3YzI30Dtf5xc4qvJqVhxkX/gGU9IEB0Ibn AFiUSjlw+sH7F17qR71gkRRXn8ryLxu2ETj2H53phmDIl10psvS/uaQB7vn0jb0dtAWzKatSAXBm8 mp18FQZyiT38HdlQxwzA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njlOB-002dag-R0; Wed, 27 Apr 2022 17:23:44 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1njlBx-002YUd-PY for linux-arm-kernel@lists.infradead.org; Wed, 27 Apr 2022 17:11:07 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2760161DFF; Wed, 27 Apr 2022 17:11:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4ACCDC385A9; Wed, 27 Apr 2022 17:11:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1651079464; bh=AGwDx7+cWoakdmlg+hI61Nz04dn+bM8npW2iCZ4X5+A=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oNccGLwlKlsoO191v5NWE2I3DB+8wmf/xO7RLfiEdIq7/6ZcLQHBpHWo4XV0eGijB Jk9HEngiZOPbASj0CHCn8sbwZZ7OyKfsDcmJ6+Fu5PJt7DAxmATJTROtMbJae2DD2a 2oFsxNEO2HNdxYz6Uagh8lXmpOH/QmuxngaJdo8I= Date: Wed, 27 Apr 2022 10:11:03 -0700 From: Andrew Morton To: Kefeng Wang Cc: Catalin Marinas , Will Deacon , , , Subject: Re: [PATCH 3/4] arm64: mm: Convert to GENERIC_IOREMAP Message-Id: <20220427101103.9cb55ee5a9682c9be277b468@linux-foundation.org> In-Reply-To: <20220427121413.168468-4-wangkefeng.wang@huawei.com> References: <20220427121413.168468-1-wangkefeng.wang@huawei.com> <20220427121413.168468-4-wangkefeng.wang@huawei.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220427_101105_932870_87916269 X-CRM114-Status: UNSURE ( 8.24 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 27 Apr 2022 20:14:12 +0800 Kefeng Wang wrote: > Subject: [PATCH 3/4] arm64: mm: Convert to GENERIC_IOREMAP doh, that's why. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel