]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm: limit to INT_MAX in create_blob ioctl
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 5 Dec 2019 00:52:37 +0000 (16:52 -0800)
committerKhalid Elmously <khalid.elmously@canonical.com>
Wed, 29 Jan 2020 04:47:27 +0000 (23:47 -0500)
commitd470ed9187df336c77c8fd10b3b97ac94b26d154
tree071e519527950cbcaa8edcd0bec117c8a22ab0db
parentbef0e0a24073ba2782cbcb3d9811274f5d361176
drm: limit to INT_MAX in create_blob ioctl

BugLink: https://bugs.launchpad.net/bugs/1860602
[ Upstream commit 5bf8bec3f4ce044a223c40cbce92590d938f0e9c ]

The hardened usercpy code is too paranoid ever since commit 6a30afa8c1fb
("uaccess: disallow > INT_MAX copy sizes")

Code itself should have been fine as-is.

Link: http://lkml.kernel.org/r/20191106164755.31478-1-daniel.vetter@ffwll.ch
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Reported-by: syzbot+fb77e97ebf0612ee6914@syzkaller.appspotmail.com
Fixes: 6a30afa8c1fb ("uaccess: disallow > INT_MAX copy sizes")
Cc: Kees Cook <keescook@chromium.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/gpu/drm/drm_property.c