From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tobin C. Harding" Subject: Re: [PATCH 5/7] scripts/leaking_addresses: add emailing results Date: Thu, 9 Nov 2017 11:58:14 +1100 Message-ID: <20171109005814.GG27823@eros> References: <1510112259-11572-1-git-send-email-me@tobin.cc> <1510112259-11572-6-git-send-email-me@tobin.cc> <20171108101643.GG2652@pathway.suse.cz> <20171108115120.GA2522@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Petr Mladek , Linus Torvalds , "Jason A. Donenfeld" , Theodore Ts'o , Kees Cook , Paolo Bonzini , Tycho Andersen , "Roberts, William C" , Tejun Heo , Jordan Glover , Joe Perches , Ian Campbell , Sergey Senozhatsky , Catalin Marinas , Will Deacon , Steven Rostedt , Chris Fries , Dave Weinstein , Daniel Micay , Djalal Harouni Return-path: Content-Disposition: inline In-Reply-To: <20171108115120.GA2522@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Nov 08, 2017 at 12:51:20PM +0100, Greg KH wrote: > On Wed, Nov 08, 2017 at 11:16:43AM +0100, Petr Mladek wrote: > > On Wed 2017-11-08 14:37:37, Tobin C. Harding wrote: > > > Developers may not have the time (or inclination) to investigate script > > > output. This information is, however, useful. If we add functionality to > > > the script to email results for further investigation. > > > > > > Add --send-report flag to email scan results (to Tobin C. Harding). > > > > I am not sure that it is wise to make spaming one person > > so easy ;-) > > I agree, I would strongly discourage this, as you will end up getting > reports from really old kernels for the next 20+ years. We have seen > that happen for every time we have added a "report this to foo@baz" in a > kernel log message. > > If you _really_ want to do this, at least point it at a mailing list. Will remove --send-report for next version. thanks, Tobin.