From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 2E901ABA for ; Sat, 11 Jul 2015 08:32:54 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id B7D0E1F9 for ; Sat, 11 Jul 2015 08:32:53 +0000 (UTC) Date: Sat, 11 Jul 2015 16:32:13 +0800 From: Fengguang Wu To: "Luis R. Rodriguez" Message-ID: <20150711083213.GA24211@wfg-t540p.sh.intel.com> References: <201507080121.41463.PeterHuewe@gmx.de> <559C73DF.2030008@roeck-us.net> <20150708114011.3a1f1861@noble> <2879113.fraeuJIr2M@avalon> <20150709193718.GD9169@vmdeb7> <20150709201127.GA3426@cloud> <20150709203830.GF7021@wotan.suse.de> <20150709210059.GA3720@cloud> <20150709210300.GG7021@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150709210300.GG7021@wotan.suse.de> Cc: ksummit-discuss@lists.linuxfoundation.org, Jason Cooper Subject: Re: [Ksummit-discuss] [CORE TOPIC] Recruitment (Reviewers, Testers, Maintainers, Hobbyists) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jul 09, 2015 at 11:03:00PM +0200, Luis R. Rodriguez wrote: > On Thu, Jul 09, 2015 at 02:00:59PM -0700, josh@joshtriplett.org wrote: > > On Thu, Jul 09, 2015 at 10:38:30PM +0200, Luis R. Rodriguez wrote: > > > On Thu, Jul 09, 2015 at 01:11:27PM -0700, josh@joshtriplett.org wrote: > > > > Bonus if this is also wired into the 0day bot, so that you also find out > > > > if you introduce a new warning or error. > > > > > > No reason to make bots do stupid work, if we really wanted to consider > > > this a bit more seriously the pipeline could be: > > > > > > mailing-list | coccinelle coccicheck| smatch | sparse | 0-day-bot > > > > That would effectively make the bot duplicate part of 0-day. Seems > > easier to have some way to tell 0-day "if you see obvious procedural > > issues, don't bother with full-scale testing, just reject". > > Yeah true, Fengguang, is that an option? Never mind, 0-day is powerful enough to do full-scale testing for early stage branches and expose as much errors as possible in one iteration. Thanks, Fengguang