Helge Deller
3270095f6e
fbcon: Fix null-ptr-deref in soft_cursor
...
commit d78bd6cc68276bd57f766f7cb98bfe32c23ab327 upstream.
syzbot repored this bug in the softcursor code:
BUG: KASAN: null-ptr-deref in soft_cursor+0x384/0x6b4 drivers/video/fbdev/core/softcursor.c:70
Read of size 16 at addr 0000000000000200 by task kworker/u4:1/12
CPU: 0 PID: 12 Comm: kworker/u4:1 Not tainted 6.4.0-rc3-syzkaller-geb0f1697d729 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 04/28/2023
Workqueue: events_power_efficient fb_flashcursor
Call trace:
dump_backtrace+0x1b8/0x1e4 arch/arm64/kernel/stacktrace.c:233
show_stack+0x2c/0x44 arch/arm64/kernel/stacktrace.c:240
__dump_stack lib/dump_stack.c:88 [inline]
dump_stack_lvl+0xd0/0x124 lib/dump_stack.c:106
print_report+0xe4/0x514 mm/kasan/report.c:465
kasan_report+0xd4/0x130 mm/kasan/report.c:572
kasan_check_range+0x264/0x2a4 mm/kasan/generic.c:187
__asan_memcpy+0x3c/0x84 mm/kasan/shadow.c:105
soft_cursor+0x384/0x6b4 drivers/video/fbdev/core/softcursor.c:70
bit_cursor+0x113c/0x1a64 drivers/video/fbdev/core/bitblit.c:377
fb_flashcursor+0x35c/0x54c drivers/video/fbdev/core/fbcon.c:380
process_one_work+0x788/0x12d4 kernel/workqueue.c:2405
worker_thread+0x8e0/0xfe8 kernel/workqueue.c:2552
kthread+0x288/0x310 kernel/kthread.c:379
ret_from_fork+0x10/0x20 arch/arm64/kernel/entry.S:853
This fix let bit_cursor() bail out early when a font bitmap
isn't available yet.
Signed-off-by: Helge Deller <deller@gmx.de>
Reported-by: syzbot+d910bd780e6efac35869@syzkaller.appspotmail.com
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Cc: stable@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-06-09 10:34:26 +02:00
..
2022-10-05 11:24:12 -07:00
2023-06-09 10:34:26 +02:00
2023-04-06 12:10:41 +02:00
2022-07-19 13:19:11 +02:00
2023-04-06 12:10:41 +02:00
2022-07-19 13:19:11 +02:00
2023-01-12 12:02:44 +01:00
2022-10-08 15:20:09 +02:00
2023-05-11 23:03:31 +09:00
2023-04-06 12:10:41 +02:00
2022-08-24 21:53:41 +02:00
2023-01-24 07:24:32 +01:00
2022-07-19 13:19:11 +02:00
2022-07-19 13:19:11 +02:00
2022-10-24 20:28:41 +02:00
2022-12-31 13:32:43 +01:00
2022-12-31 13:32:43 +01:00
2022-07-18 07:54:20 +02:00
2021-02-24 13:38:31 -08:00
2019-06-19 17:09:55 +02:00
2022-07-26 08:56:22 +02:00
2022-07-18 07:54:17 +02:00
2023-05-24 17:32:33 +01:00
2022-10-08 15:20:08 +02:00
2022-07-19 13:19:11 +02:00
2022-07-18 07:56:18 +02:00
2022-01-30 19:38:35 +01:00
2022-06-20 20:19:50 +02:00
2022-02-16 10:54:42 +01:00
2023-04-06 12:10:41 +02:00
2022-05-03 16:04:22 +02:00
2022-08-24 22:06:15 +02:00
2020-03-09 11:12:19 +01:00
2022-07-19 13:19:11 +02:00
2020-12-08 18:34:08 +01:00
2020-12-08 18:34:08 +01:00
2020-01-15 17:31:50 +01:00
2023-03-22 13:33:39 +01:00
2022-10-05 11:24:12 -07:00
2022-08-24 22:06:15 +02:00
2019-12-05 10:57:53 +02:00
2022-10-08 15:20:08 +02:00
2022-10-27 20:29:59 +02:00
2019-06-19 17:09:55 +02:00
2022-10-18 10:22:28 +02:00
2022-07-18 07:54:20 +02:00
2022-06-20 18:21:25 +02:00
2022-12-31 13:32:43 +01:00
2022-08-24 22:06:15 +02:00
2022-07-18 07:54:20 +02:00
2020-10-17 08:23:14 +02:00
2020-02-19 10:58:22 -08:00
2022-10-18 10:28:41 +02:00
2020-12-08 18:34:50 +01:00
2020-07-20 11:47:29 +02:00
2022-10-05 11:24:12 -07:00
2022-05-03 16:04:22 +02:00
2021-05-21 15:04:05 +02:00
2020-06-09 09:39:13 -07:00
2022-07-18 07:54:20 +02:00
2022-12-31 13:32:56 +01:00
2022-10-05 11:24:12 -07:00
2023-06-09 10:34:09 +02:00
2022-10-08 15:20:08 +02:00
2022-12-31 13:32:43 +01:00
2020-12-08 18:34:08 +01:00
2020-07-20 11:47:29 +02:00
2022-04-21 15:00:45 +02:00
2019-12-05 10:57:53 +02:00
2022-05-03 16:04:22 +02:00
2022-04-19 12:06:18 +01:00
2022-07-19 13:19:11 +02:00
2022-01-29 22:24:25 +01:00
2022-07-28 16:22:12 +10:00
2020-12-08 18:34:08 +01:00
2022-04-04 08:55:23 +02:00
2022-12-31 13:32:43 +01:00
2022-07-19 13:19:11 +02:00
2020-01-30 08:04:01 -08:00
2020-01-30 08:04:01 -08:00
2020-01-30 08:04:01 -08:00
2020-12-04 01:01:22 +11:00
2022-07-19 13:19:11 +02:00
2022-06-20 20:12:17 +02:00
2022-04-19 16:29:03 +02:00
2022-08-24 22:06:15 +02:00
2022-08-24 22:06:15 +02:00
2019-08-26 10:02:02 +02:00
2022-07-18 07:54:20 +02:00
2020-11-29 22:51:07 +01:00
2020-08-20 17:48:12 +02:00
2020-08-20 17:48:12 +02:00
2022-03-24 16:19:43 -07:00
2022-10-05 11:24:12 -07:00
2022-07-18 07:54:18 +02:00
2020-04-17 15:50:11 +02:00
2020-09-25 16:34:50 +02:00
2020-01-30 08:04:01 -08:00
2022-05-03 16:04:22 +02:00
2019-06-12 20:28:11 +02:00
2022-08-24 22:06:15 +02:00
2022-09-06 10:56:04 +02:00
2022-10-18 10:22:28 +02:00
2022-07-19 13:19:11 +02:00
2023-02-09 11:28:27 +01:00
2022-09-16 20:42:18 +01:00
2022-10-05 11:24:12 -07:00
2022-06-04 15:47:03 +02:00
2023-06-09 10:34:09 +02:00
2022-10-05 11:24:12 -07:00
2022-08-24 22:06:15 +02:00
2022-10-05 11:24:12 -07:00
2022-08-24 22:06:15 +02:00
2022-10-05 11:24:12 -07:00
2023-04-06 12:10:40 +02:00
2019-12-05 10:57:53 +02:00
2022-10-08 15:20:09 +02:00
2023-05-30 14:03:20 +01:00
2022-12-31 13:32:43 +01:00
2022-07-18 07:54:20 +02:00
2022-05-28 19:26:56 +02:00
2019-12-05 10:57:53 +02:00
2022-10-08 15:20:09 +02:00
2020-04-17 15:50:08 +02:00
2019-06-05 17:36:37 +02:00
2022-09-06 10:56:04 +02:00
2022-01-29 22:24:26 +01:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:36:37 +02:00
2020-03-02 16:32:04 +01:00
2020-12-08 18:34:36 +01:00
2022-05-30 12:46:49 -07:00
2022-10-20 08:36:41 +02:00