]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 20 Aug 2019 13:39:53 +0000 (15:39 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Aug 2019 03:18:38 +0000 (22:18 -0500)
commit1997fa20b9319ad8db47dc4ca3a91483c22c438a
treef770f59187dca7ea7bcd3a14bea51347f3e27462
parenteb1e92b906cabce5636467027dc23b865456704f
drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl

Error out if the AMDGPU_CS ioctl is called with multiple SYNCOBJ_OUT and/or
TIMELINE_SIGNAL chunks, since otherwise the last chunk wins while the
allocated array as well as the reference counts of sync objects are leaked.

Signed-off-by: Nicolai Hähnle <nicolai.haehnle@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_cs.c