On Mon, 5 May 2008, Rusty Russell wrote:I don't use modules much, so many of my kernels tend to have modules off entirely. However, the Intel wireless drivers used to not work when built-in (fixed now, but I still had a legacy config), so my laptop had modules enabled, and MODVERSIONS set. And I don't build initrd's etc crap, very much on purpose. I want to replace the kernel, nothing else, so my /etc/grub.conf file just replaces the distro kernel with my own, and keeps everything else untouched. Wouldn't help one whit, and is against my rules anyway. See above. I want my own kernel, no other changes. That means that I run the distro initrd, which has its modules for bringing stuff up with distro kernels. And quite frankly, when I finally figured out what was going on, I was like *WHAT THE HELL*. That kernel/module.c code was absolute and utter crap in accepting modules that neither matched the kernel version signature (because it had CONFIG_MODVERSIONS) *nor* the actual versioned symbols (because the distro modules had been built without CONFIG_MODVERSIONS). So no, I'm not at all interested in blowing away old modules. I'm interested in having a module loader that isn't complete and utter crap and bypasses all the sanity checks that it has. Which is what that changeset basically does. People can still set CONFIG_MODULE_LOAD_FORCE, but quite frankly, I suspect that anybody who does that is just insane and/or works with proprietary and broken modules. So it's off by default, and hopefully no distro will ever set it. Linus --
| Alan Cox | [PATCH 00/76] Queued TTY Patches |
| Nick Piggin | [patch 1/6] mm: debug check for the fault vs invalidate race |
| Andi Kleen | [PATCH] [1/22] x86_64: dma_ops as const |
| Linus Torvalds | Linux 2.6.27-rc8 |
git: | |
| Jeff King | Re: What's cooking in git/spearce.git (topics) |
| Jeff King | Re: [RFC] origin link for cherry-pick and revert |
| Matt Seitz (matseitz) | Symbolic link documentation |
| Jon Smirl | Huge win, compressing a window of delta runs as a unit |
| Richard Stallman | Real men don't attack straw men |
| Leon Dippenaar | New tcp stack attack |
| Nuno Magalhães | Can't scp, ssh is slow to authenticate. |
| Brandon Lee | DELL PERC 5iR slow performance |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Denys Vlasenko | Re: bnx2 dirver's firmware images |
| Pavel Emelyanov | [PATCH 0/8] Cleanup/fix the sk_alloc() call |
| Kok, Auke | Re: [PATCH] drivers/net: remove network drivers' last few uses of IRQF_SAMPLE_RANDOM |
