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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E80DBC433EF for ; Tue, 19 Oct 2021 06:01:54 +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 B5425611BF for ; Tue, 19 Oct 2021 06:01:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B5425611BF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=1gWMmOTHek7F7aaTzWVtezFX44GY9DGCQcJLrlXGmuE=; b=ST7lWIHqC5Ekfrnm/7ZGmzoRon YrDuJda3HI3uf3nZYpP2tPKSRAVRIPMrACBmtffvN3hT739VrH3VxKvK4zI70rJCYgMU7wDkUxPb5 MT68BiuMIsDMC8HLxhag96eBXXLbGTel9aM6Uiew5nz+8Gt20ZxB8Y3XVcrYutA/eLskuKiLJMKJN kzXXjClhqCFShgkl5GIHSbDDY7lP4beI69cIoUyW4vyoYyPk2rivuSMqaZI1Z4m47OZyBl5FVQyyg MqgseAdXmqZ9HW+svEjPcQKoiAA/U/EL9TdJsRfe9YzJFv8wUILBk1s3AYdpb+Fkg/TC2qtAuOh5e g3eycT5Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mciAz-000E9l-JA; Tue, 19 Oct 2021 06:00:41 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mciAv-000E8B-GG for linux-arm-kernel@lists.infradead.org; Tue, 19 Oct 2021 06:00:38 +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 613222F; Mon, 18 Oct 2021 23:00:36 -0700 (PDT) Received: from [10.163.74.241] (unknown [10.163.74.241]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 37C043F73D; Mon, 18 Oct 2021 23:00:32 -0700 (PDT) Subject: Re: [PATCH v5 15/15] arm64: errata: Enable TRBE workaround for write to out-of-range address To: Suzuki K Poulose , will@kernel.org, mathieu.poirier@linaro.org Cc: catalin.marinas@arm.com, mike.leach@linaro.org, leo.yan@linaro.org, maz@kernel.org, coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20211014223125.2605031-1-suzuki.poulose@arm.com> <20211014223125.2605031-16-suzuki.poulose@arm.com> From: Anshuman Khandual Message-ID: <378825b9-8cea-27b4-f5f5-bff187834f3d@arm.com> Date: Tue, 19 Oct 2021 11:30:32 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20211014223125.2605031-16-suzuki.poulose@arm.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211018_230037_631795_FAF0EF89 X-CRM114-Status: GOOD ( 14.76 ) 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 10/15/21 4:01 AM, Suzuki K Poulose wrote: > With the TRBE driver workaround available, enable the config symbols > to be built without COMPILE_TEST > > Signed-off-by: Suzuki K Poulose Reviewed-by: Anshuman Khandual > --- > arch/arm64/Kconfig | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index f72fa44d6182..d6383ef05871 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -743,7 +743,6 @@ config ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE > > config ARM64_ERRATUM_2253138 > bool "Neoverse-N2: 2253138: workaround TRBE writing to address out-of-range" > - depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in > depends on CORESIGHT_TRBE > default y > select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE > @@ -762,7 +761,6 @@ config ARM64_ERRATUM_2253138 > > config ARM64_ERRATUM_2224489 > bool "Cortex-A710: 2224489: workaround TRBE writing to address out-of-range" > - depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in > depends on CORESIGHT_TRBE > default y > select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel