From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757431AbYEMJvp (ORCPT ); Tue, 13 May 2008 05:51:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751655AbYEMJvh (ORCPT ); Tue, 13 May 2008 05:51:37 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:38468 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751432AbYEMJvg (ORCPT ); Tue, 13 May 2008 05:51:36 -0400 Date: Tue, 13 May 2008 11:50:57 +0200 From: Ingo Molnar To: Johannes Stezenbach Cc: Oliver Endriss , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , Andrew de Quincey , "Rafael J. Wysocki" Subject: Re: [patch, 2.6.26-rc2] dvb: drivers/media/dvb/ttpci/fdump firmware build error fix Message-ID: <20080513095057.GA24037@elte.hu> References: <20080512101231.GA11755@elte.hu> <200805121930.10909@orion.escape-edv.de> <20080512194630.GA10174@linuxtv.org> <200805122218.15887@orion.escape-edv.de> <20080512204634.GA10620@linuxtv.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080512204634.GA10620@linuxtv.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Johannes Stezenbach wrote: > > > The point of PREVENT_FIRMWARE_BUILD is to make build testing with > > > "make randconfig" possible. I think you should ACK this patch, it > > > doesn't have any downsides for users of this driver. > > > > No. If randconfig deselects both STANDALONE and > > PREVENT_FIRMWARE_BUILD, the same problem will happen again... > > You can put PREVENT_FIRMWARE_BUILD=y in your allrandom.config. yes. This is a clear bug and regression. Ingo