]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ttm: check the return value of kzalloc
authorXiongwei Song <sxwjean@gmail.com>
Tue, 2 Jan 2018 13:24:55 +0000 (21:24 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2018 09:24:33 +0000 (10:24 +0100)
commit7cbd67344e05aac1e29778f5724478eda8ac0626
tree9f650b8417f63e08fa3de67c382c72e0ff9c5cb2
parentd31d0cf5a9803ea5ae3accc51bc5b3ce776c5c1f
drm/ttm: check the return value of kzalloc

[ Upstream commit 19d859a7205bc59ffc38303eb25ae394f61d21dc ]

In the function ttm_page_alloc_init, kzalloc call is made for variable
_manager, we need to check its return value, it may return NULL.

Signed-off-by: Xiongwei Song <sxwjean@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/ttm/ttm_page_alloc.c