On Thu, 28 May 2020 at 17:22, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > > On Thu, May 28, 2020 at 09:59:00AM +0200, Marco Elver wrote: > > > > Ouch. The below should be all we need, assuming it's the best we can do > > for sparse right now. > > Upstream sparse should be OK with it now. Very good, thank you! For 5.8 we probably still want the ifdef __CHECKER__, otherwise we might break too many existing workflows. But hopefully we can remove it again at some point. At the latest when the kernel deprecates GCC 4.8 support, because then we can just remove the whole unoptimized __unqual_scalar_typeof() definition. Thanks, -- Marco