On Wed 2020-06-10 13:21:00, Joe Lawrence wrote:
The dmesg utility already comes with a command line switch to omit kernel timestamps, let's use it instead of applying an extra regex to filter them out.
Now without the '[timestamp]: ' prefix at the beginning of the log entry, revise the filtering regex to search for the 'livepatch:' subsystem prefix at the beginning of the line.
Signed-off-by: Joe Lawrence joe.lawrence@redhat.com
Nice simplification.
Reviewed-by: Petr Mladek pmladek@suse.com
Best Regards, Petr