-----Original Message----- From: Andi Shyti <andi.sh...@linux.intel.com> Sent: Monday, June 17, 2024 11:43 AM To: intel-gfx <intel-...@lists.freedesktop.org>; dri-devel <dri-devel@lists.freedesktop.org> Cc: Andi Shyti <andi.sh...@linux.intel.com>; Cavitt, Jonathan <jonathan.cav...@intel.com>; De Marchi, Lucas <lucas.demar...@intel.com> Subject: [PATCH v2 0/2] Sparse errors on the i915_gem_stolen > > Hi Jonathan, > > Commit 05da7d9f717b ("drm/i915/gem: Downgrade stolen lmem setup > warning") produces two sparse warnings. The first one being a bit > more sever as it might cause a segmentation fault. > > The difference between v1 and v2 is that the patch should return > a NULL, which won't cause any issues. > > Andi
Sure. Apply to all: Reviewed-by: Jonathan Cavitt <jonathan.cav...@intel.com> -Jonathan Cavitt > > Cc: Jonathan Cavitt <jonathan.cav...@intel.com> > Cc: Lucas De Marchi <lucas.demar...@intel.com> > > Andi Shyti (2): > drm/i915/gem: Return NULL instead of '0' > drm/i915/gem: Use the correct format specifier for resource_size_t > > drivers/gpu/drm/i915/gem/i915_gem_stolen.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > -- > 2.45.1 > >