commit | c71dbd93eb0039838de920ae1712ff65fd648290 | [log] [tgz] |
---|---|---|
author | Tom St Denis <tom.stdenis@amd.com> | Mon May 02 08:35:35 2016 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 07 14:51:11 2016 -0400 |
tree | b6a74ddf50f741dffa1d34d7d8a6b566e9ee5cfb | |
parent | 4f4824b55650fa7014eedf18cb1f9f243cb2b45e [diff] |
drm/amd/amdgpu: ring debugfs is read in increments of 4 bytes If a user tries to read a non-multiple of 4 bytes it would have read until the end of the ring potentially crashing the user task. Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>