dyndbg: increase PREFIX_SIZE to 128
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 9 Jul 2023 21:17:59 +0000 (23:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Aug 2023 13:28:41 +0000 (15:28 +0200)
commit3bdaf739057e80811a9c299115d3272a69276049
tree2fb90049d2ce123539b0c81f88bb34bd88689a54
parent882f7a64edd119bc4ac9c96b37c2ef365a687d45
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>
lib/dynamic_debug.c