]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fbcon: Use oops_in_progress instead of panic_cpu
authorJocelyn Falempe <jfalempe@redhat.com>
Mon, 22 Jul 2024 11:47:51 +0000 (13:47 +0200)
committerJocelyn Falempe <jfalempe@redhat.com>
Mon, 22 Jul 2024 15:51:29 +0000 (17:51 +0200)
commit1c1ed27ee117da726657c10d6614995eeae33b68
tree1e5e80ccf50092f0ecdf1b52addcd8ca8bcfc052
parent7e33fc2ff6754b5ff39b11297f713cd0841d9962
fbcon: Use oops_in_progress instead of panic_cpu

Panic_cpu is not exported, so it can't be used if fbcon is used as
a module. Use oops_in_progress in this case, but non-fatal oops won't
be printed.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202407210203.2ISiIC9m-lkp@intel.com/
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240722114800.174558-1-jfalempe@redhat.com
drivers/video/fbdev/core/fbcon.c