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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D5A3C10F14 for ; Tue, 15 Oct 2019 17:31:06 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 5760920872 for ; Tue, 15 Oct 2019 17:31:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="iNNNfNRJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5760920872 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=y1B0ZRoLuEdgOx+mTf/ytjCysXW9ZJIYS9T9gxehruA=; b=iNNNfNRJdQt1/c Kzc+sbNikPD6ya99P1IKIgwho90m0F/RoCHBO9dXdjjXa6m+4E0v+eGW2Ib9xQbbjDtYwjfxqAV25 B9dKVqWx9xXJSJY4OAP/CcaQih/pjmhf1AynaR8cNsdxzq3LQX1BuMABzBiCDWF52NqwrbILjzlBn qRcuDckFuxkZXGgHejTZZVm4q88gUm0jCfb5+J5PpOa/4/gQd6nk5Yd8qqa4BpbKVBLJ3ue65Hrb8 eWPNIGm1vOFA+Ru6mTCRd3NDwSKTDIHtmqHGT9bjyoorDvj6KysrQGnwQaNT/cFGxyA1rRBpbKOf3 5PQu2GWsKHXIP5LZ5gdw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKQev-0006Ia-Gr; Tue, 15 Oct 2019 17:30:57 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKQeg-000678-8V for linux-arm-kernel@lists.infradead.org; Tue, 15 Oct 2019 17:30:43 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 91900337; Tue, 15 Oct 2019 10:30:39 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3D9DB3F68E; Tue, 15 Oct 2019 10:30:38 -0700 (PDT) Date: Tue, 15 Oct 2019 18:30:36 +0100 From: Catalin Marinas To: Marc Zyngier Subject: Re: [PATCH v3 0/2] arm64: Relax ICC_PMR_EL1 synchronisation when possible Message-ID: <20191015173035.GN13874@arrakis.emea.arm.com> References: <20191002090613.14236-1-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191002090613.14236-1-maz@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191015_103042_344298_C03F6469 X-CRM114-Status: GOOD ( 10.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Suzuki K Poulose , liwei391@huawei.com, linux-kernel@vger.kernel.org, James Morse , uohanjun@huawei.com, huawei.libin@huawei.com, Will Deacon , Julien Thierry Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Oct 02, 2019 at 10:06:11AM +0100, Marc Zyngier wrote: > This is a very late update on [1], fixing the 32bit compilation issue that > was present in v2, and adding an extra message in the kernel log to find out > what is going on. > > [1] http://lore.kernel.org/r/20190802125208.73162-1-maz@kernel.org > > Marc Zyngier (2): > arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clear > arm64: Document ICC_CTLR_EL3.PMHE setting requirements Queued for 5.5. Thanks. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel