Re: [PATCH 2/3] selftests/livepatch: use $(dmesg --notime) instead of manually filtering
From: Petr Mladek <pmladek@suse.com>
Date: 2020-06-12 10:12:27
Also in:
linux-kselftest
From: Petr Mladek <pmladek@suse.com>
Date: 2020-06-12 10:12:27
Also in:
linux-kselftest
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