Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751660AbeAPREW (ORCPT + 1 other); Tue, 16 Jan 2018 12:04:22 -0500 Received: from out02.mta.xmission.com ([166.70.13.232]:60666 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbeAPREU (ORCPT ); Tue, 16 Jan 2018 12:04:20 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Dmitry Vyukov Cc: Guenter Roeck , LKML , "Theodore Ts'o" , Greg Kroah-Hartman , Andrew Morton , Linus Torvalds , syzkaller , Stephen Rothwell , David Miller , Fengguang Wu References: Date: Tue, 16 Jan 2018 11:02:17 -0600 In-Reply-To: (Dmitry Vyukov's message of "Tue, 16 Jan 2018 10:58:51 +0100") Message-ID: <873735n3dy.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=1ebUe6-00042F-9C;;;mid=<873735n3dy.fsf@xmission.com>;;;hst=in02.mta.xmission.com;;;ip=97.121.73.102;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1+jnlx52I7VcpXDLyl1TefXGUj2UZGdnk4= X-SA-Exim-Connect-IP: 97.121.73.102 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: what trees/branches to test on syzbot X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in02.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: > On Tue, Jan 16, 2018 at 10:45 AM, Guenter Roeck wrote: >> On Mon, Jan 15, 2018 at 11:51 PM, Dmitry Vyukov wrote: >>> Hello, >>> >>> Several people proposed that linux-next should not be tested on >>> syzbot. While some people suggested that it needs to test as many >>> trees as possible. I've initially included linux-next as it is a >>> staging area before upstream tree, with the intention that patches are >>> _tested_ there, is they are not tested there, bugs enter upstream >>> tree. And then it takes much longer to get fix into other trees. >>> >>> So the question is: what trees/branches should be tested? Preferably >>> in priority order as syzbot can't test all of them. >>> >> >> I always thought that -next existed specifically to give people a >> chance to test the code in it. Maybe the question is where to report >> the test results ? > > FTR, from Guenter on another thread: > >> Interesting. Assuming that refers to linux-next, not linux-net, that >> may explain why linux-next tends to deteriorate. I wonder if I should >> drop it from my testing as well. I'll be happy to follow whatever the >> result of this exchange is and do the same. > > If we agree on some list of important branches, and what branches > specifically should not be tested with automatic reporting, I think it > will benefit everybody. > +Fengguang, can you please share your list and rationale behind it? The problem is testing linux-next and then using get-maintainer.pl to report the problem. If you are resource limited I would start by testing Linus's tree to find the existing bugs, and to get a baseline. Using get-maintainer.pl is fine for sending emails to developers there. After that I would test the individual tress that are pulled into linux-next. So that any issue not found in Linus's tree can be attributed to the tree you are testing and sent the the appropriate maintainer. After that I would consider testing linux-next itself and see if any issues are caused by the merger of all of those trees. Eric