[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <398e2d07-3076-9266-ae16-1be64e221fc7@arm.com>
Date: Thu, 28 May 2020 13:16:16 +0530
From: Anshuman Khandual <anshuman.khandual@....com>
To: Will Deacon <will@...nel.org>, linux-arm-kernel@...ts.infradead.org
Cc: catalin.marinas@....com, linux-kernel@...r.kernel.org,
Mark Brown <broonie@...nel.org>, mark.rutland@....com,
suzuki.poulose@....com
Subject: Re: [PATCH V3] arm64/cpufeature: Add get_arm64_ftr_reg_nowarn()
On 05/27/2020 05:55 PM, Will Deacon wrote:
> On Wed, 27 May 2020 15:34:36 +0530, Anshuman Khandual wrote:
>> There is no way to proceed when requested register could not be searched in
>> arm64_ftr_reg[]. Requesting for a non present register would be an error as
>> well. Hence lets just WARN_ON() when search fails in get_arm64_ftr_reg()
>> rather than checking for return value and doing a BUG_ON() instead in some
>> individual callers. But there are also caller instances that dont error out
>> when register search fails. Add a new helper get_arm64_ftr_reg_nowarn() for
>> such cases.
>
> Applied to arm64 (for-next/cpufeature), thanks!
>
> [1/1] arm64/cpufeature: Add get_arm64_ftr_reg_nowarn()
> https://git.kernel.org/arm64/c/3577dd37c703
Thanks Will, for changing the comment per Catalin.
Powered by blists - more mailing lists