<div dir="ltr">Hi Timo-<div><br></div><div>It appears that your backport of this commit introduces a new compiler warning:</div><div><br></div><div><div>[bionic] d6edad3777c2 drm/i915: Mark up GTT sizes as u64<br></div><div>    (backported from commit 9125963a9494253fa5a29cc1b4169885d2be7042)<br></div><div>    Signed-off-by: Timo Aaltonen <<a href="mailto:timo.aaltonen@canonical.com">timo.aaltonen@canonical.com</a>><br></div></div><div><br></div><div><span style="font-family:monospace">/tmp/kernel-kamal-bfcb15d-CSRn/build/drivers/gpu/drm/i915/i915_gem_gtt.c:1669:28: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]</span><br></div><div><font face="monospace">    seq_printf(m, "\t\t0x%llx [%03d,%04d]: =", va, pde, pte);<br>                         ~~~^<br>                         %lx</font><br></div><div><br></div><div>I think the extension to %llx there just shouldn't have been applied in the backport, and should get put back to %lx.  Take a look?  Thanks!</div><div><br></div><div> -Kamal</div></div>