All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix out of bounds writes in amdgpu_dm_debugfs
@ 2021-10-27 14:26 Harry Wentland
  2021-10-27 14:26 ` [PATCH 1/3] drm/amd/display: Don't allow partial copy_from_user Harry Wentland
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Harry Wentland @ 2021-10-27 14:26 UTC (permalink / raw)
  To: amd-gfx, sunpeng.li, alexander.deucher, christian.koenig,
	rodrigo.siqueira, patrik.r.jakobsson
  Cc: Harry Wentland

Fixes for out of bounds writes in amdgpu_dm_debugfs as well
as a fix to disallow partial copy_from_user so we don't
end up inadvertently reading corrupted buffers if a caller
fails to initialize the buffer to zero.

Harry Wentland (2):
  drm/amd/display: Don't allow partial copy_from_user
  drm/amd/display: Fix dp_max_bpc out of bounds write

Patrik Jakobsson (1):
  drm/amdgpu: Fix even more out of bound writes from debugfs

 .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 28 +++++++++----------
 1 file changed, 13 insertions(+), 15 deletions(-)

--
2.33.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-03 14:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 14:26 [PATCH 0/3] Fix out of bounds writes in amdgpu_dm_debugfs Harry Wentland
2021-10-27 14:26 ` [PATCH 1/3] drm/amd/display: Don't allow partial copy_from_user Harry Wentland
2021-11-03 14:49   ` Rodrigo Siqueira Jordao
2021-10-27 14:26 ` [PATCH 2/3] drm/amdgpu: Fix even more out of bound writes from debugfs Harry Wentland
2021-10-27 14:26 ` [PATCH 3/3] drm/amd/display: Fix dp_max_bpc out of bounds write Harry Wentland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.