From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH] Revert "kconfig: Temporarily disable dependency warnings" Date: Sun, 21 Nov 2010 17:44:56 -0800 Message-ID: <20101121174456.c6f77f56.randy.dunlap@oracle.com> References: <20101011145930.11fe570c.randy.dunlap@oracle.com> <1286889586-13483-1-git-send-email-mmarek@suse.cz> <20101029113731.5c7c54b9.sfr@canb.auug.org.au> <20101122114801.2eee4c4d.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20101122114801.2eee4c4d.sfr@canb.auug.org.au> Sender: linux-kbuild-owner@vger.kernel.org To: Stephen Rothwell Cc: Michal Marek , catalin.marinas@arm.com, linux-kbuild@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, lacombar@gmail.com, xiyou.wangcong@gmail.com, Mauro Carvalho Chehab List-Id: linux-next.vger.kernel.org On Mon, 22 Nov 2010 11:48:01 +1100 Stephen Rothwell wrote: > On Fri, 29 Oct 2010 11:37:31 +1100 Stephen Rothwell wrote: > > > > On Tue, 12 Oct 2010 15:19:46 +0200 Michal Marek wrote: > > > > > > This reverts commit 71ebc01, which was a 2.6.36-only stopgap solution. > > > > I was hoping that we would have the number of these warnings down to > > something reasonable before this revert made it into Linus' tree ... > > > > I guess fixing the V4L stuff will become a bit more urgent, now :-) > > Is there any chance that the V4L kconfig warnings will be fixed? It is > quite irritating for those of us who do allmodconfig (and allyesconfig) > builds ... Yes, the MEDIA kconfig warnings are irritating. I just use "grep -v MEDIA" to ignore them. :) I haven't seen any email from Michal for more than one week. Hopefully he will be back soon. There are patches from Arnaud Lacombe to introduce a VISIBLE property for kconfig symbols (this fixes the MEDIA kconfig warnings), but Michal has not commented on them. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***