Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756867AbeAHMMM (ORCPT + 1 other); Mon, 8 Jan 2018 07:12:12 -0500 Received: from mail-pg0-f44.google.com ([74.125.83.44]:40756 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756411AbeAHMML (ORCPT ); Mon, 8 Jan 2018 07:12:11 -0500 X-Google-Smtp-Source: ACJfBouGh/GVCmb5x9dXA5Xdw20PIX62pKWohyBiX9gUtEIeOgARffHpbJvcEiY5DiYtae81HXIYq84/NZWnXw2de8A= MIME-Version: 1.0 In-Reply-To: <20180104235004.GO23371@thunk.org> References: <20180104092327.GA26245@kroah.com> <20180104235004.GO23371@thunk.org> From: Dmitry Vyukov Date: Mon, 8 Jan 2018 13:11:49 +0100 Message-ID: Subject: Re: LKML admins (syzbot emails are not delivered) To: "Theodore Ts'o" , Dmitry Vyukov , Greg Kroah-Hartman , LKML , Andrew Morton , Linus Torvalds , syzkaller , David Miller Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Fri, Jan 5, 2018 at 12:50 AM, Theodore Ts'o wrote: > It also seems to me, looking at other complaints on this thread, that > there is the opportunity for the syzbot to do much more. For example, > you can see if it repro's on the last released mainline kernel (such > as 4.14) and if so, have the syzbot automatically do a bisection > search, so you can make sure the report goes to the best set of > developers to fix it, a pointer to the guilty commit. Hi Ted, I've filed https://github.com/google/syzkaller/issues/501 for this as this come up several times. There is bunch of problems, though: - unreliable reproducers - triggering of unrelated bugs (happens frequently) - flakes (bugs in GCE, crashes in tty on first ssh connection, etc) - bugs (races) that manifest in multiple different ways - bugs that will be attributed to tools improvements (e.g. KASAN, fault injection improvements) - reproducers that need slight changes on different kernel revisions Not sure what quality of bisection we can achieve. And kernel developers tend to be negative to any kind of bot gaffe, so we can lose both ways.