summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-10-27 13:36:48 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-12-08 08:43:26 +0100
commit4eb5dc3b8cbc889869e400001d5264d9234efd12 (patch)
tree5698276725118a2fab0f120e9c38bc069a164f99 /include/linux
parente6771a834b30746d255fa9055cbf5245bcb0fe94 (diff)
fbdev: stifb: Make the STI next font pointer a 32-bit signed offset
[ Upstream commit 8a32aa17c1cd48df1ddaa78e45abcb8c7a2220d6 ] The pointer to the next STI font is actually a signed 32-bit offset. With this change the 64-bit kernel will correctly subract the (signed 32-bit) offset instead of adding a (unsigned 32-bit) offset. It has no effect on 32-bit kernels. This fixes the stifb driver with a 64-bit kernel on qemu. Signed-off-by: Helge Deller <deller@gmx.de> Cc: stable@vger.kernel.org Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions