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 0960FC433FE for ; Mon, 14 Feb 2022 14:14:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354983AbiBNOOH (ORCPT ); Mon, 14 Feb 2022 09:14:07 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:50244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231236AbiBNOOE (ORCPT ); Mon, 14 Feb 2022 09:14:04 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 40D72B7; Mon, 14 Feb 2022 06:13:55 -0800 (PST) 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 08D5F1042; Mon, 14 Feb 2022 06:13:55 -0800 (PST) Received: from bogus (unknown [10.57.3.35]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EB4943F66F; Mon, 14 Feb 2022 06:13:51 -0800 (PST) Date: Mon, 14 Feb 2022 14:13:03 +0000 From: Sudeep Holla To: Naresh Kamboju Cc: Robin Murphy , Lorenzo Pieralisi , Sudeep Holla , Liviu Dudau , Linux ARM , linux-stable , Linux Kernel Mailing List , Greg Kroah-Hartman , Sasha Levin , Arnd Bergmann , lkft-triage@lists.linaro.org, Linux Kernel Functional Testing , Anders Roxell , Mark Brown Subject: Re: [PATCH 2/2] arm64: dts: juno: Enable more SMMUs Message-ID: <20220214141303.3lmnassl4qibsp3y@bogus> References: <720d0a9a42e33148fcac45cd39a727093a32bf32.1614965598.git.robin.murphy@arm.com> <0a1d437d-9ea0-de83-3c19-e07f560ad37c@arm.com> <20210730143431.GB1517404@mutt> <8b358507-dbdf-b05b-c1da-2ec9903a2912@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 14, 2022 at 07:36:00PM +0530, Naresh Kamboju wrote: > Hi Robin, > > Since we did not get a reply on this email thread. > and those intermittent failures are causing a lot of noise in reports summary. > We will wait one more week and stop running 64k page size testing on > Juno-r2 devices. > > > > > diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi > > > > index 8e7a66943b01..d3148730e951 100644 > > > > --- a/arch/arm64/boot/dts/arm/juno-base.dtsi > > > > +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi > > > > @@ -545,8 +545,7 @@ pcie_ctlr: pcie@40000000 { > > > > <0x02000000 0x00 0x50000000 0x00 0x50000000 0x0 0x08000000>, > > > > <0x42000000 0x40 0x00000000 0x40 0x00000000 0x1 0x00000000>; > > > > /* Standard AXI Translation entries as programmed by EDK2 */ > > > > - dma-ranges = <0x02000000 0x0 0x2c1c0000 0x0 0x2c1c0000 0x0 0x00040000>, > > > > - <0x02000000 0x0 0x80000000 0x0 0x80000000 0x0 0x80000000>, > > > > + dma-ranges = <0x02000000 0x0 0x80000000 0x0 0x80000000 0x0 0x80000000>, > > > > <0x43000000 0x8 0x00000000 0x8 0x00000000 0x2 0x00000000>; > > > > #interrupt-cells = <1>; > > > > interrupt-map-mask = <0 0 0 7>; > > > > > > Reference email thread, > https://lore.kernel.org/stable/0a1d437d-9ea0-de83-3c19-e07f560ad37c@arm.com/ > I was about to tag the fix for this and was just reading this thread. I will send the pull request soon. Sorry for the delay, it is in next for some time now. Are you seeing the issue even in linux-next ? -- Regards, Sudeep