Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965173AbeAOQRs (ORCPT + 1 other); Mon, 15 Jan 2018 11:17:48 -0500 Received: from out03.mta.xmission.com ([166.70.13.233]:49530 "EHLO out03.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933523AbeAOQRq (ORCPT ); Mon, 15 Jan 2018 11:17:46 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Dmitry Vyukov Cc: Pavel Machek , Mike Galbraith , LKML , Greg Kroah-Hartman , Andrew Morton , Linus Torvalds , syzkaller References: <20180104092552.GA991@amd> <1515058705.7875.25.camel@gmx.de> <20180104095628.GA4407@atrey.karlin.mff.cuni.cz> <87inchsl4h.fsf@xmission.com> <20180115125439.GA1044@amd> Date: Mon, 15 Jan 2018 10:16:55 -0600 In-Reply-To: (Dmitry Vyukov's message of "Mon, 15 Jan 2018 14:02:24 +0100") Message-ID: <87lggzumfc.fsf@xmission.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1eb7SD-0003xv-1D;;;mid=<87lggzumfc.fsf@xmission.com>;;;hst=in01.mta.xmission.com;;;ip=97.121.73.102;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1++pVl8KDBwlX8SrAujIKGclV0TvESn/HY= X-SA-Exim-Connect-IP: 97.121.73.102 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: LKML admins (syzbot emails are not delivered) X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Dmitry Vyukov writes: 2> On Mon, Jan 15, 2018 at 1:54 PM, Pavel Machek wrote: >> Hi! >> >>> > *Snort* >>> > >>> > If the information to solve an issue is not in the Oops syzbot is >>> > useless. >>> >>> Hi Eric >>> >>> That's true. But maintainers of the subsystem is in the best position >>> to judge that. For that they need to see the report. >> >> Unless they are already overloaded by better quality reports. >> >>> > Further there is no place in the syzbot process to test fixes. >>> >>> Please elaborate. >>> Kernel developer who fixes the bugs, tests it the same way as he/she >>> does for any other bugs. There is really nothing in syzbot that >>> prevents you from testing. >> >> Well, normally people are interested in the bugs they report, and thus >> willing to test the patches. Your bot.. is not interested. > > Not true. syzbot is very much interested in bugs it reports, keeps > careful track of them and tests patches. It offers to test fixes not to add more information so that the bug can be tracked down better. Having asked explicitly for some additional testing to track down and issue and been told the process was happy to test fixes I know that this has been most definitely the case. Modifying the kernel and testing is important as sometimes it can be extremely difficult to figure out what causes an issue. Especially when it is an interaction of factors like running a system on the edge of OOM. So it requires small kmallocs to fail (which does not usually happen). Eric