You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem is that journal splits long lines without preserving trailing space, then is not possible to determine if "abcd" and "efgh" was previously 2 words or 1 word and causes wrong parsing of kernel module names in rare situations, for more details see: https://bugzilla.redhat.com/show_bug.cgi?id=1520450
kernel always writes those modules in a single line (procedure print_modules is the only place where modules are printed): https://github.com/torvalds/linux/blob/master/kernel/module.c#L4355
Kernel module names are not split when separated by "\n"
The text was updated successfully, but these errors were encountered: