On Wed, Mar 27, 2024 at 6:23 PM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > On Wed, Mar 27, 2024, at 08:50, Jani Nikula wrote: > > On Tue, 26 Mar 2024, "Arnd Bergmann" <arnd@xxxxxxxx> wrote: > >> On Tue, Mar 26, 2024, at 21:24, Jani Nikula wrote: > >>> On Tue, 26 Mar 2024, Arnd Bergmann <arnd@xxxxxxxxxx> wrote: > >> > >> It works now. > >> > >> The original __diag_ignore_all() only did it for gcc-8 and above > >> because that was initially needed to suppress warnings that > >> got added in that version, but this was always a mistake. > >> > >> 689b097a06ba ("compiler-gcc: Suppress -Wmissing-prototypes > >> warning for all supported GCC") made it work correctly. > > > > Oh, nice! Then I think we'd like to go back to __diag_ignore_all() in > > i915 and xe. > > > > The diff is below. I'm fine with you squashing it to your patch, or if > > you want me to turn it into a proper patch for you to pick up in your > > series, that's fine too. Just let me know. > > I think I'd prefer to keep my patch simpler for the moment and > get that merged through the kbuild tree, it already touches > too many places at once. > > It may be better for me to just drop the drivers/gpu/ part of > my patch so you can just just take your patch through the > drm tree. I actually have a similar patch for the amdgpu driver > that I can send if you like this option better. > > Arnd > Applied to linux-kbuild/fixes. Thanks. -- Best Regards Masahiro Yamada