Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 360099 - Stabilize sys-fs/loop-aes-3.6a
Summary: Stabilize sys-fs/loop-aes-3.6a
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2011-03-23 09:48 UTC by Dustin Polke
Modified: 2011-04-21 23:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Polke 2011-03-23 09:48:38 UTC
In tree since Feb 19, 2011; no bugs; fixes bug #354659.
If you agree, please push to stable.

Thanks.
Dustin
Comment 1 Agostino Sarubbo gentoo-dev 2011-03-23 20:44:10 UTC
there are 4 modules:


/lib/modules/2.6.32-gentoo-r24/block/loop.ko
/lib/modules/2.6.32-gentoo-r24/block/loop_blowfish.ko
/lib/modules/2.6.32-gentoo-r24/block/loop_serpent.ko
/lib/modules/2.6.32-gentoo-r24/block/loop_twofish.ko

only modprobe loop_blowfish is ok.

amd64box src # modprobe loop
FATAL: Error inserting loop (/lib/modules/2.6.32-gentoo-r24/block/loop.ko): Invalid module format

amd64box src # modprobe loop_serpent
FATAL: Error inserting loop_serpent (/lib/modules/2.6.32-gentoo-r24/block/loop_serpent.ko): Unknown symbol in module, or unknown parameter (see dmesg)

amd64box src # modprobe loop_twofish
FATAL: Error inserting loop_twofish (/lib/modules/2.6.32-gentoo-r24/block/loop_twofish.ko): Unknown symbol in module, or unknown parameter (see dmesg)

Have I done something wrong?version of kernel too old?
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2011-03-24 11:08:17 UTC
I think you cant use it if you have AES support built in kernel. There are symbols conflict because of that. amd64 done
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2011-03-26 15:59:57 UTC
(In reply to comment #2)
> I think you cant use it if you have AES support built in kernel. There are
> symbols conflict because of that. amd64 done

 That's right.
Comment 4 David Abbott (RETIRED) gentoo-dev 2011-03-26 18:08:19 UTC
Arch tested on x86, all good here ...
Comment 5 Thomas Kahle (RETIRED) gentoo-dev 2011-04-19 13:27:57 UTC
x86 stable. Thanks everyone
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-21 23:16:01 UTC
sys-fs/loop-aes-3.6b will be stabilized in bug #364407.