Skip to content

Commit d2ebe06

Browse files
Vasily GorbikAlexander Gordeev
authored andcommitted
s390: Use pr_info for "KernelAddressSanitizer initialized" message
sclp_early_printk() ignores boot console debug settings and prints unconditionally. It also prints message without any timestamp or formatting. Convert it to pr_info(). Signed-off-by: Vasily Gorbik <[email protected]> Acked-by: Heiko Carstens <[email protected]> Signed-off-by: Alexander Gordeev <[email protected]>
1 parent 70309dc commit d2ebe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/kernel/early.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static void __init kasan_early_init(void)
5959
{
6060
#ifdef CONFIG_KASAN
6161
init_task.kasan_depth = 0;
62-
sclp_early_printk("KernelAddressSanitizer initialized\n");
62+
pr_info("KernelAddressSanitizer initialized\n");
6363
#endif
6464
}
6565

0 commit comments

Comments
 (0)