Re: [PATCH] drm/amd/display: fix crash/reboot while accessing sysfs files

2020-09-18 Thread Harry Wentland
On 2020-09-17 4:54 a.m., Shirish S wrote: read/writes to aux_dpcd_* sysfs entries leads to system reboot or hang. Hence fix the handling of input data and reporting of errors appropriately to the user space. Signed-off-by: Shirish S Reviewed-by: Harry Wentland Harry ---

[PATCH] drm/amd/display: fix crash/reboot while accessing sysfs files

2020-09-17 Thread Shirish S
read/writes to aux_dpcd_* sysfs entries leads to system reboot or hang. Hence fix the handling of input data and reporting of errors appropriately to the user space. Signed-off-by: Shirish S --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 10 +- 1 file changed, 5