Skip to content

Commit 01a46ef

Browse files
committed
Merge tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Pull printk fix from Petr Mladek: - Revert exporting symbols needed for dumping the raw printk buffer in panic(). I pushed the export prematurely before the user was ready for merging into the mainline. * tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux: Revert "printk: export symbols for debug modules"
2 parents d0a45ee + 4952801 commit 01a46ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/printk/printk.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,14 +538,12 @@ char *log_buf_addr_get(void)
538538
{
539539
return log_buf;
540540
}
541-
EXPORT_SYMBOL_GPL(log_buf_addr_get);
542541

543542
/* Return log buffer size */
544543
u32 log_buf_len_get(void)
545544
{
546545
return log_buf_len;
547546
}
548-
EXPORT_SYMBOL_GPL(log_buf_len_get);
549547

550548
/*
551549
* Define how much of the log buffer we could take at maximum. The value

0 commit comments

Comments
 (0)