Re: [for-next][PATCH 8/8] ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed

2020-07-02 Thread Greg KH
On Thu, Jul 02, 2020 at 08:58:49AM -0400, Steven Rostedt wrote: > On Thu, 2 Jul 2020 14:34:02 +0200 > Greg KH wrote: > > > > I can add an option to do that if you want. My full logs end up being a > > > few hundred megabytes. Perhaps I could add a compress option too. > > > > It's fine, the de

Re: [for-next][PATCH 8/8] ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed

2020-07-02 Thread Steven Rostedt
On Thu, 2 Jul 2020 14:34:02 +0200 Greg KH wrote: > > I can add an option to do that if you want. My full logs end up being a > > few hundred megabytes. Perhaps I could add a compress option too. > > It's fine, the default should be good enough for me for now. If not, > I'll just bump the valu

Re: [for-next][PATCH 8/8] ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed

2020-07-02 Thread Greg KH
On Thu, Jul 02, 2020 at 08:19:49AM -0400, Steven Rostedt wrote: > On Thu, 2 Jul 2020 09:41:03 +0200 > Greg KH wrote: > > > On Wed, Jul 01, 2020 at 07:17:25PM -0400, Steven Rostedt wrote: > > > From: "Steven Rostedt (VMware)" > > > > > > Add the ktest config option MAIL_MAX_SIZE that will limit

Re: [for-next][PATCH 8/8] ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed

2020-07-02 Thread Steven Rostedt
On Thu, 2 Jul 2020 09:41:03 +0200 Greg KH wrote: > On Wed, Jul 01, 2020 at 07:17:25PM -0400, Steven Rostedt wrote: > > From: "Steven Rostedt (VMware)" > > > > Add the ktest config option MAIL_MAX_SIZE that will limit the size of the > > log file that is placed into the email on failure. > > >

Re: [for-next][PATCH 8/8] ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed

2020-07-02 Thread Greg KH
On Wed, Jul 01, 2020 at 07:17:25PM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > Add the ktest config option MAIL_MAX_SIZE that will limit the size of the > log file that is placed into the email on failure. > > Cc: Greg KH > Signed-off-by: Steven Rostedt (VMware) > --- >

[for-next][PATCH 8/8] ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed

2020-07-01 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" Add the ktest config option MAIL_MAX_SIZE that will limit the size of the log file that is placed into the email on failure. Cc: Greg KH Signed-off-by: Steven Rostedt (VMware) --- tools/testing/ktest/ktest.pl| 12 +++- tools/testing/ktest/sample.con