On Mon, 20 Mar 2023 at 19:05, Nathan Chancellor <[email protected]> wrote: > > On Sun, Mar 19, 2023 at 01:50:21PM -0700, Linus Torvalds wrote: > > So rc3 is fairly big, but that's not hugely usual: it's when a lot of > > the fixes tick up as it takes a while before people find and start > > reporting issues. > > ... > > > Please test and report any issues you find, > > On the clang front, I am still seeing the following warning turned error > for arm64 allmodconfig at least: > > drivers/gpu/host1x/dev.c:520:6: error: variable 'syncpt_irq' is > uninitialized when used here [-Werror,-Wuninitialized] > if (syncpt_irq < 0) > ^~~~~~~~~~ > drivers/gpu/host1x/dev.c:490:16: note: initialize the variable 'syncpt_irq' > to silence this warning > int syncpt_irq; > ^ > = 0 > 1 error generated. > > There is an obvious fix that has been available on the mailing list for > some time: > > https://lore.kernel.org/[email protected]/ > > It appears there was some sort of process snafu, since the fix never got > applied to the drm tree before the main pull for 6.3 and I have not been > able to get anyone to apply it to a tree targeting -rc releases. > > https://lore.kernel.org/Y%[email protected]/ > https://lore.kernel.org/[email protected]/ > > If that does not come to you through other means before -rc4, could you > just apply it directly so that I can stop applying it to our CI? :)
I'll include it in the next drm-fixes pull. -Daniel > > Cheers, > Nathan -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch
