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 6FCA2C433EF for ; Tue, 19 Oct 2021 05:59:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4EFF1611EF for ; Tue, 19 Oct 2021 05:59:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234073AbhJSGCF (ORCPT ); Tue, 19 Oct 2021 02:02:05 -0400 Received: from foss.arm.com ([217.140.110.172]:44754 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229755AbhJSGCE (ORCPT ); Tue, 19 Oct 2021 02:02:04 -0400 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 A99E12F; Mon, 18 Oct 2021 22:59:51 -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 5C3DB3F73D; Mon, 18 Oct 2021 22:59:48 -0700 (PDT) Subject: Re: [PATCH v5 14/15] arm64: errata: Enable workaround for TRBE overwrite in FILL mode 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-15-suzuki.poulose@arm.com> From: Anshuman Khandual Message-ID: Date: Tue, 19 Oct 2021 11:29:47 +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-15-suzuki.poulose@arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/15/21 4:01 AM, Suzuki K Poulose wrote: > With the workaround enabled in TRBE, enable the config entries > 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 f30029f4a9f9..f72fa44d6182 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -672,7 +672,6 @@ config ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE > config ARM64_ERRATUM_2119858 > bool "Cortex-A710: 2119858: workaround TRBE overwriting trace data in FILL mode" > default y > - depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in > depends on CORESIGHT_TRBE > select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE > help > @@ -691,7 +690,6 @@ config ARM64_ERRATUM_2119858 > config ARM64_ERRATUM_2139208 > bool "Neoverse-N2: 2139208: workaround TRBE overwriting trace data in FILL mode" > default y > - depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in > depends on CORESIGHT_TRBE > select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE > help >