mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
882f7a64ed
commit
3bdaf73905
@ -808,7 +808,7 @@ const struct kernel_param_ops param_ops_dyndbg_classes = {
|
||||
};
|
||||
EXPORT_SYMBOL(param_ops_dyndbg_classes);
|
||||
|
||||
#define PREFIX_SIZE 64
|
||||
#define PREFIX_SIZE 128
|
||||
|
||||
static int remaining(int wrote)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user