[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YGcqcDnjv8xqS0en@kroah.com>
Date: Fri, 2 Apr 2021 16:30:08 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Dinh Nguyen <dinguyen@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
kernel test robot <lkp@...el.com>,
Richard Gong <richard.gong@...ux.intel.com>
Subject: Re: [PATCH] firmware: stratix10-svc: build only on 64-bit ARM
On Thu, Apr 01, 2021 at 10:13:29AM -0500, Dinh Nguyen wrote:
> From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
>
> The Stratix10 service layer and RCU drivers are useful only on
> Stratix10, so on ARMv8. Compile testing the RCU driver on 32-bit ARM
> fails:
>
> drivers/firmware/stratix10-rsu.c: In function 'rsu_status_callback':
> include/linux/compiler_types.h:320:38: error: call to '__compiletime_assert_179'
> declared with attribute error: FIELD_GET: type of reg too small for mask
> _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
> ...
> drivers/firmware/stratix10-rsu.c:96:26: note: in expansion of macro 'FIELD_GET'
> priv->status.version = FIELD_GET(RSU_VERSION_MASK,
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
> Reported-by: kernel test robot <lkp@...el.com>
> Acked-by: Richard Gong <richard.gong@...ux.intel.com>
> Signed-off-by: Dinh Nguyen <dinguyen@...nel.org>
> ---
> drivers/firmware/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
What commit caused this error to happen? Can you resend this with a
"Fixes:" tag with that information in it?
thanks,
greg k-h
Powered by blists - more mailing lists