In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfbwrite() When the sm712fb driver writes three bytes to the framebuffer, the driver will crash: BUG: unable to handle page fault for address: ffffc90001ffffff RIP: 0010:smtcfbwrite+0x454/0x5b0 Call Trace: vfswrite+0x291/0xd60 ? dosysopenat2+0x27d/0x350 ? _fgetlight+0x54/0x340 ksyswrite+0xce/0x190 dosyscall64+0x43/0x90 entrySYSCALL64afterhwframe+0x44/0xae Fix it by removing the open-coded endianness fixup-code.