[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090205193619.GB31839@elte.hu>
Date: Thu, 5 Feb 2009 20:36:19 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Eric Anholt <eric@...olt.net>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Norbert Preining <preining@...ic.at>,
"Rafael J. Wysocki" <rjw@...k.pl>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jens Axboe <jens.axboe@...cle.com>,
Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>,
samr <sam@...nborg.org>
Subject: Re: 2.6.29-rc3-git6: Reported regressions from 2.6.28
* Randy Dunlap <randy.dunlap@...cle.com> wrote:
> > kconfig was not broken at all in this case. It detected a circular
> > dependency and did its work well.
>
> Maybe. I haven't seen an explanation for the problems that Eric reported
> 2+ weeks ago.
The thing he reported 2 weeks ago is a straightforward recursive dependency
bug in the config entries:
drivers/gpu/drm/Kconfig:8:error: found recursive dependency:
DRM -> <choice> -> DRM_I915 -> FB -> FB_I810 -> AGP -> DRM
this is the precise circular dependency problem that the I810_FB and
INTEL_FB changes in my patch solve.
Give my patch a try :-)
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists