ktest.pl: Fix the logic for truncating the size of the log file for email
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 30 Nov 2020 21:38:41 +0000 (16:38 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2020 12:28:19 +0000 (13:28 +0100)
commit1ad78471c7c64a3b29611d32be5ededf97caa52d
tree326afb14684d43e219c5bcecaa3d686e1c79915a
parentc15018f5a0090465502492617f4f28b7993f9efc
ktest.pl: Fix the logic for truncating the size of the log file for email

commit 170f4869e66275f498ae4736106fb54c0fdcd036 upstream.

The logic for truncating the log file for emailing based on the
MAIL_MAX_SIZE option is confusing and incorrect. Simplify it and have the
tail of the log file truncated to the max size specified in the config.

Cc: stable@vger.kernel.org
Fixes: 855d8abd2e8ff ("ktest.pl: Change the logic to control the size of the log file emailed")
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/ktest/ktest.pl