Re: Build regressions/improvements in v6.8-rc3
From: Jesse Brandeburg
Date: Mon Feb 05 2024 - 13:53:03 EST
On 2/4/2024 12:39 PM, Geert Uytterhoeven wrote:
> On Sun, 4 Feb 2024, Geert Uytterhoeven wrote:
>> JFYI, when comparing v6.8-rc3[1] to v6.8-rc2[3], the summaries are:
>> - build errors: +4/-44
>
> + /kisskb/src/include/linux/compiler_types.h: error: call to
> '__compiletime_assert_1093' declared with attribute error: FIELD_GET:
> mask is not constant: => 435:38
>
> drivers/net/ethernet/intel/ice/ice_nvm.c: In function
> 'ice_get_orom_ver_info.isra.0':
> powerpc-gcc5/ppc64_book3e_allmodconfig
>
> + /kisskb/src/include/linux/compiler_types.h: error: call to
> '__compiletime_assert_1104' declared with attribute error: FIELD_GET:
> mask is not constant: => 435:38
>
> In function 'ice_get_itr_intrl_gran.isra.2',
> inlined from 'ice_init_hw' at
> drivers/net/ethernet/intel/ice/ice_common.c:984:2:
> powerpc-gcc5/ppc64_book3e_allmodconfig
Hi Geert, thanks for the report, I'm looking into the FIELD_GET/SET
issues being reported (both on rc1 and rc3)
Thanks,
Jesse