On ma, 2017-05-22 at 13:21 +0100, Chris Wilson wrote: > The compiler doesn't always spot the guard that object is allocated on > the first pass, leading to: > > drivers/gpu/drm/i915/selftests/i915_gem_context.c: warning: 'obj' may be used > uninitialized in this function [-Wuninitialized]: => 370:8 > > Reported-by: Geert Uytterhoeven <[email protected]> > Fixes: 791ff39ae32a ("drm/i915: Live testing for context execution") > Signed-off-by: Chris Wilson <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Tvrtko Ursulin <[email protected]> > Cc: Matthew Auld <[email protected]> > c: <[email protected]> # v4.12-rc1+
Maybe should be "Cc:" too? Code is, Reviewed-by: Joonas Lahtinen <[email protected]> I'm not sure if this is the best way to address similar problems. Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
