Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp1432036pxy; Thu, 29 Apr 2021 07:04:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyDdQw0cid0yVTkuvAX25VinGRSsCRTJxGUugVn5JXQs8fToKSvw2D0kADMd82+WAlVEHHE X-Received: by 2002:a50:f0d6:: with SMTP id a22mr528657edm.354.1619705043904; Thu, 29 Apr 2021 07:04:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619705043; cv=none; d=google.com; s=arc-20160816; b=cUIpktWqHb+nurcXBBrZLmDx8bvOQSRs2PDgOlpBwaprUhOfDfBgSwPb92nirLTBmw dDHcmTrllj7Rqwpt7rU12Z1nzprpgsB3UwQG8J4sr/VrnJnAUl15uAiKtAtZWwzGNEzU AL4Mm6iuyHFk0q6oYrTHTQgew9t/2392W82EBBGqCaV9Fy58gHDHjm6qbH415vPQhnb0 JyUH0Pldj7Toj5uPkdMX2064xLYPlMie3zqlZuZgf79XG00QSDNQGUAjcdO3HZl11n/c xB6GiMN0VMfLsRktKrhv4QN8BoBEqlwekHIvjntPXwezqZm2bjs+FEyRFyFqOdjM8hgn q07w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=Q9/+Vnflh/E3L2jyrpzV3I+RP7/3PjJszFr79nLgejo=; b=LpdqJoDL4KzaV+3G/UGn15Iqh30vgM5OQ1lMbF3pSltkWtSTNhmyyqN70RiTjT2nzi g4RBZRAHzDPcKJiOdLE6ITBLtz53WtHNizUvnqMgb22oXtWcIZYsDtwjqHGL8IG1RpTY Fr3VQzWxIPzNIUgl+bVgc1LSSDjZyPVGb86Ws1jPeNVUBEg+QaUlYbux1fadKUNIR5Bf qHGJQ9gBFE9ZW2ru7sx8fsnmNdrm7ucv8qZu45zCcPaHqS+/tnFHgFeaTbrKsInbxsVY S1vqs8WTlE68nTkeKI0YL+A3yc52wex1B/LIfJAhrF45npqCiQ7sWnFaaNj0ykR8FXSU t4zQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z14si3210358edc.429.2021.04.29.07.03.40; Thu, 29 Apr 2021 07:04:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238982AbhD2ODR (ORCPT + 99 others); Thu, 29 Apr 2021 10:03:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238948AbhD2ODP (ORCPT ); Thu, 29 Apr 2021 10:03:15 -0400 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E60FC06138C for ; Thu, 29 Apr 2021 07:02:28 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4FWHJ22hV8z9sXM; Fri, 30 Apr 2021 00:02:26 +1000 (AEST) From: Michael Ellerman To: Benjamin Herrenschmidt , Christophe Leroy , Michael Ellerman , chris.packham@alliedtelesis.co.nz, Paul Mackerras Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <0d51620eacf036d683d1a3c41328f69adb601dc0.1618925560.git.christophe.leroy@csgroup.eu> References: <0d51620eacf036d683d1a3c41328f69adb601dc0.1618925560.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH v2 1/2] powerpc/64: Fix the definition of the fixmap area Message-Id: <161970488259.4033873.1485850306530211519.b4-ty@ellerman.id.au> Date: Fri, 30 Apr 2021 00:01:22 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 20 Apr 2021 13:32:48 +0000 (UTC), Christophe Leroy wrote: > At the time being, the fixmap area is defined at the top of > the address space or just below KASAN. > > This definition is not valid for PPC64. > > For PPC64, use the top of the I/O space. > > [...] Applied to powerpc/next. [1/2] powerpc/64: Fix the definition of the fixmap area https://git.kernel.org/powerpc/c/9ccba66d4d2aff9a3909aa77d57ea8b7cc166f3c [2/2] powerpc/legacy_serial: Use early_ioremap() https://git.kernel.org/powerpc/c/0bd3f9e953bd3636e73d296e9bed11a25c09c118 cheers