Re: [RFT][PATCH v3] gcc: upgrade 11.2 -> current gcc-12 snapshot
On Sat, Apr 16, 2022 at 1:07 AM Richard Purdie
<richard.purdie@...> wrote: these are fixed with https://github.com/torvalds/linux/commit/a431dbbc540532b7465eae4fc8b56a85a9fc7d17 and I see its already backported to 5.15 branch. so whenever Bruce bumps to latest tip of linux-5.15 we should be getting this fixed. meta-arm in linux-yocto 5.15:this can be addressed by disabling -Werror=stringop-overread but perhaps better to change code to fix it. meta-intel in intel-media-driver:error: the address of '_CODEC_VP8_PIC_PARAMS::ucMvUpdateProb' will never be NULL [-Werror=address] | 238 | if (codecPicParams->ucMvUpdateProb[0] && picParam->mv_probs[0]) perhaps fixable by not checking the redundant qemuppc/qemuppc-alt in linux-yocto 5.15/5.10:include/linux/printk.h:450:44: error: using a dangling pointer to '__str' [-Werror=dangling-pointer=] this needs fixing too. I see it on ppc64 as well. Four oe-selftest failures due to missing maintainer entries (easy fix)I will add it in v4.
|
|