]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Drop fbdev-stifb-make-the-sti-next-font-pointer-a-32-bit-.patch-17578
authorSasha Levin <sashal@kernel.org>
Mon, 4 Dec 2023 19:51:01 +0000 (14:51 -0500)
committerSasha Levin <sashal@kernel.org>
Mon, 4 Dec 2023 19:51:01 +0000 (14:51 -0500)
Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-5.15/fbdev-stifb-make-the-sti-next-font-pointer-a-32-bit-.patch-17578 [deleted file]
queue-5.15/series

diff --git a/queue-5.15/fbdev-stifb-make-the-sti-next-font-pointer-a-32-bit-.patch-17578 b/queue-5.15/fbdev-stifb-make-the-sti-next-font-pointer-a-32-bit-.patch-17578
deleted file mode 100644 (file)
index e017b3e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From c539321ecbf8b8022fc8dd5eb254b548696a427b Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 27 Oct 2023 13:36:48 +0200
-Subject: fbdev: stifb: Make the STI next font pointer a 32-bit signed offset
-
-From: Helge Deller <deller@gmx.de>
-
-[ 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>
----
- drivers/video/fbdev/sticore.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/video/fbdev/sticore.h b/drivers/video/fbdev/sticore.h
-index 0ebdd28a0b813..d83ab3ded5f3d 100644
---- a/drivers/video/fbdev/sticore.h
-+++ b/drivers/video/fbdev/sticore.h
-@@ -231,7 +231,7 @@ struct sti_rom_font {
-        u8 height;
-        u8 font_type;          /* language type */
-        u8 bytes_per_char;
--      u32 next_font;
-+      s32 next_font;          /* note: signed int */
-        u8 underline_height;
-        u8 underline_pos;
-        u8 res008[2];
--- 
-2.42.0
-
index f0cb0a54a02bbf0ff67718d0dea3dde36570fe86..c9df95b10672bd5d4f66c4f2793e8211db38772f 100644 (file)
@@ -62,7 +62,6 @@ cpufreq-imx6q-don-t-disable-792-mhz-opp-unnecessaril.patch
 iommu-vt-d-omit-devtlb-invalidation-requests-when-te.patch
 iommu-vt-d-make-context-clearing-consistent-with-con.patch
 smb3-fix-touch-h-of-symlink.patch-27885
-fbdev-stifb-make-the-sti-next-font-pointer-a-32-bit-.patch-17578
 fs-add-ctime-accessors-infrastructure.patch-279
 smb3-fix-caching-of-ctime-on-setxattr.patch-25511
 cpufreq-imx6q-don-t-warn-for-disabling-a-non-existin.patch-28374