]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
video: fbdev: sm712fb: Fix crash in smtcfb_read()
authorHelge Deller <deller@gmx.de>
Sun, 27 Feb 2022 07:43:56 +0000 (08:43 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 20 May 2022 12:37:42 +0000 (14:37 +0200)
commit9b0f02cf3bc9d32bea13ac873924ae1ae58ce12a
tree94d8f76952645b9083aa2000e188a43887104fb0
parentdf5ec4c7c093fa9233a85ac5c8aa5e8137f411f9
video: fbdev: sm712fb: Fix crash in smtcfb_read()

BugLink: https://bugs.launchpad.net/bugs/1969110
commit bd771cf5c4254511cc4abb88f3dab3bd58bdf8e8 upstream.

Zheyu Ma reported this crash in the sm712fb driver when reading
three bytes from the framebuffer:

 BUG: unable to handle page fault for address: ffffc90001ffffff
 RIP: 0010:smtcfb_read+0x230/0x3e0
 Call Trace:
  vfs_read+0x198/0xa00
  ? do_sys_openat2+0x27d/0x350
  ? __fget_light+0x54/0x340
  ksys_read+0xce/0x190
  do_syscall_64+0x43/0x90

Fix it by removing the open-coded endianess fixup-code and
by moving the pointer post decrement out the fb_readl() function.

Reported-by: Zheyu Ma <zheyuma97@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Tested-by: Zheyu Ma <zheyuma97@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 46cdbff26c88fd75dccbf28df1d07cbe18007eac)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/video/fbdev/sm712fb.c