From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755928Ab1HKNLZ (ORCPT ); Thu, 11 Aug 2011 09:11:25 -0400 Received: from mail.windriver.com ([147.11.1.11]:36674 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755826Ab1HKNLW (ORCPT ); Thu, 11 Aug 2011 09:11:22 -0400 Message-ID: <4E43D4AD.6080702@windriver.com> Date: Thu, 11 Aug 2011 09:10:05 -0400 From: Paul Gortmaker User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: Mike Frysinger CC: Linus Torvalds , , , , , Subject: Re: [RFC/PULL 00/11] introduce export.h; reduce module.h usage References: <1311830178-30314-1-git-send-email-paul.gortmaker@windriver.com> <20110802183019.GB8393@windriver.com> <4E42D769.8030704@windriver.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.146.65] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11-08-11 12:34 AM, Mike Frysinger wrote: > On Wed, Aug 10, 2011 at 15:09, Paul Gortmaker wrote: >> On 11-08-07 10:42 PM, Mike Frysinger wrote: >> >> [...] >> >>> Blackfin is broken because of this. a simple grep of the tree >> >> I've run all the in-tree blackfin configs, so it is all good. > > so you made a change and it's all good ? Correct. > >> Have you thought about getting at least one blackfin defconfig in >> the linux-next build coverage? Gives you a better chance of >> having people see when they've broken it. > > all of the blackfin defconfigs get tested nightly in linux-next by an > ADI build machine. i just didnt have a chance to review the logs as i > was traveling. That is good, but as you've noted, it isn't something that anyone else can see when they are combing the normal linux-next build results below looking to see if they broke anything. http://kisskb.ellerman.id.au/kisskb/branch/9/ Thanks, Paul. > -mike