Summary: | sys-fs/aufs2-0_p20110120 appears to compile with 2.6.37, but fails to insert/modprobe | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Evans <mjevans1983> |
Component: | [OLD] Core system | Assignee: | Thomas Sachau <tommy> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | jlec, jmbsvicetto |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Michael Evans
2011-02-24 06:17:44 UTC
Reassigning to maintainers. You need to compile and boot the kernel with the aufs patches applied. My mistake; should I make a feature request based on the answer to this question: My main source of the confusion is that in every other case I've ever seen modules, even out of tree video drivers, can be loaded without recompiling the kernel. If a kernel recompile is necessary then why is this being built as a module? (In reply to comment #3) > My mistake; should I make a feature request based on the answer to this > question: > > My main source of the confusion is that in every other case I've ever seen > modules, even out of tree video drivers, can be loaded without recompiling the > kernel. If a kernel recompile is necessary then why is this being built as a > module? > because there are some other source files patched, which aren't build into the module, but into other parts of the kernel. Yes, that much is obvious when you watch the files that are being patched (this scrolls by far too quickly when months ago it had been setup with kernel-patch use flag); the result is a compiled module that seems to fail. This breaks the standard conventions one thinks of when they think modules. There is a bit that is a module, and a part that isn't that module. So why make the module if part /HAS/ to be compiled in to the kernel? Why not instead apply the patch and ask the user to rebuild the kernel. (I saw no changes to the .config or config.gz btw; there is no easy way of testing if this is part of a kernel.) You are right with this. I will check and include a more verbose warning about the need of a kernel rebuild and reload. Additionally there will be a aufs2 patched gentoo sources in future. But this needs another 2 month until I have time for this. + 27 Feb 2011; Justin Lecher <jlec@gentoo.org> aufs2-0_p20100809.ebuild, + aufs2-0_p20101122.ebuild, aufs2-0_p20110120.ebuild, metadata.xml: + Increase Warning level for rebuilding kernel with patches, #356267; Changed + to me as the primary maintainer + |