Re: [GIT *] Allow request_firmware() to be satisfied from in-kernel,use it in more drivers.

From: david
Date: Tue Jul 15 2008 - 18:25:24 EST


On Tue, 15 Jul 2008, Linus Torvalds wrote:

On Tue, 15 Jul 2008, david@xxxxxxx wrote:

a kernel compiled with this option would just drop-in to an older distro with
zero impact. newer distros that have updated their userspace tools could
compile with different options and have the firmware seperate.

The 'zero impact' is what doesn't make sense here.

You are supposed to be able to run ol distributions, yes.

But that doesn't mean that you can necessarily just plop things in the
same way as you always did before.

For example, you have to rewrite your distro's initrd if you are using
modules. You cannot just re-use the modules in the distro initrd. So doing
a new kernel has _never_ been 'zero impact' in the sense that you could
just switch vmlinux files around.

this time I will call 'strawman'. we've been required to put in the appropriate modules ever since modules were introduced. as Jeff gave examples of the userspace tools have been taking care of that for many years (and on distros where they don't take care of that you go with monolithic kernels), but they don't take care of firmware in many cases.

(Btw, I personally actually want my kernel to be _truly_ zero impact, but
that also means that I don't use modules - because that way I really can
avoid changing even the initrd image too. But that also already works)

I do the same thing 99% of the time.

Why is it suddenly so important that a kernel be 'zero impact' for that
module case, when it's never been zero impact for that case before? You
had to rewrite the initrd to begin with, but now you're not willing to do
it again, just because you have to rewrite it slightly _differently_?

becouse the tools that wrote the initrd already put the modules in. I don't maintain those tools, they came with the distro. we're just asking to not require those tools to be updated immediatly.

David Lang

THAT is what I find so odd. The inability to accept just a slight change
in kernel build.

But whatever. This really isn't worth it. The request_firmware() thing
will clearly happen regardless, and as long as the backwards compat code
is small and Jeff writes it, what do I care? Even if I think it looks
largely pointless..

Linus



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/