Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dyndbg: increase PREFIX_SIZE to 128

A follow-up patch will add the possibility to print the filename as part
of the prefix.
Increase the maximum prefix size to accommodate this.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/20230709-dyndbg-filename-v2-2-fd83beef0925@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Weißschuh and committed by
Greg Kroah-Hartman
3bdaf739 882f7a64

+1 -1
+1 -1
lib/dynamic_debug.c
··· 808 808 }; 809 809 EXPORT_SYMBOL(param_ops_dyndbg_classes); 810 810 811 - #define PREFIX_SIZE 64 811 + #define PREFIX_SIZE 128 812 812 813 813 static int remaining(int wrote) 814 814 {