[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110418122522.GC9462@sirena.org.uk>
Date: Mon, 18 Apr 2011 13:25:22 +0100
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Micha? Miros?aw <mirq-linux@...e.qmqm.pl>
Cc: netdev@...r.kernel.org
Subject: Re: Driver build-testing (was: [PATCH] net: dm9000: Fix build)
On Mon, Apr 18, 2011 at 01:12:03PM +0200, Micha? Miros?aw wrote:
> On Mon, Apr 18, 2011 at 12:04:37PM +0100, Mark Brown wrote:
> > Commit c88fcb (net: dm9000: convert to hw_features) broke the build of
> > the dm9000 driver since it merged functions which use different names
> > for the board info structure used for I/O operations without updating
> > all the references to use the same name. Fix that.
> This brings the issue of build testing effectiveness. In current code
> there is no configuration that makes all drivers build. I would like
> to see something like 'make brokenconfig' that would allow most of
> the code to be built, and not necessarily working. Maybe someone has
> an idea how to implement that?
For the drivers that genuinely are rather platform specific this tends
to fail very badly as you need headers that only come along with the
architecture.
In the case of DM9000 if it fails to build on your platform then the
driver is just buggy - looking at the Kconfig I rather suspect that the
dependency on architectures should just be removed.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists