]> git.itanic.dy.fi Git - linux-stable/commit
drm/xe/selftests: Fix an error pointer dereference bug
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 5 Jan 2024 12:20:35 +0000 (15:20 +0300)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 15 Jan 2024 14:36:57 +0000 (15:36 +0100)
commit616576df35193bbadac31dc42a32d5943e183f45
treebec45440a8e1482ae3f16ce24d58c45f99a0e703
parentffd915e41a4a2277fd8041dc77603df59acf3e01
drm/xe/selftests: Fix an error pointer dereference bug

Check if "bo" is an error pointer before calling xe_bo_lock() on it.

Fixes: d6abc18d6693 ("drm/xe/xe2: Modify xe_bo_test for system memory")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
(cherry picked from commit 88ec23528b32ddb9ce2e8492f2629b0056353697)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/tests/xe_bo.c