[patch] drm/amdgpu: information leak in amdgpu_info_ioctl()

2015-07-28 Thread Alex Deucher
On Tue, Jul 28, 2015 at 11:51 AM, Dan Carpenter wrote: > We recently changed the drm_amdgpu_info_device struct so now there is > a 4 byte hole at the end. We need to initialize it so we don't disclose > secret information from the stack. > > Fixes: fa92754e9c47 ('drm/amdgpu: add VCE harvesting in

[patch] drm/amdgpu: information leak in amdgpu_info_ioctl()

2015-07-28 Thread Dan Carpenter
We recently changed the drm_amdgpu_info_device struct so now there is a 4 byte hole at the end. We need to initialize it so we don't disclose secret information from the stack. Fixes: fa92754e9c47 ('drm/amdgpu: add VCE harvesting instance query') Signed-off-by: Dan Carpenter diff --git a/driver