OSDN Git Service

drm/amdgpu: Fix potential NULL dereference
authorLuben Tuikov <luben.tuikov@amd.com>
Wed, 4 Jan 2023 22:09:02 +0000 (17:09 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Jan 2023 21:24:26 +0000 (16:24 -0500)
commit08e60fac1d8c81f211464a30d53832a05e64ed16
tree785526e44307147a1f8113253f62094ae74c51f5
parentf6e856e72ce51df1e0fe67aecb5f256fbd4190a6
drm/amdgpu: Fix potential NULL dereference

Fix potential NULL dereference, in the case when "man", the resource manager
might be NULL, when/if we print debug information.

Cc: Alex Deucher <Alexander.Deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: AMD Graphics <amd-gfx@lists.freedesktop.org>
Cc: Dan Carpenter <error27@gmail.com>
Cc: kernel test robot <lkp@intel.com>
Fixes: 7554886daa31ea ("drm/amdgpu: Fix size validation for non-exclusive domains (v4)")
Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c