Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 362233

Summary: 2.6.36-gentoo-r8 - module xts doesn't load: [timestamp] xts: Unknown symbol gf128mul_x_ble (err 0)
Product: Gentoo Linux Reporter: desperado1
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: kernel config
strace modprobe xts
emerge --info

Description desperado1 2011-04-05 21:18:02 UTC
module xts doesn't load.
I need it to use truecrypt. Quite fresh gentoo installation. I also tried to include xts into the kernel, truecrypt doesn't work anyway.
truecrypt error:
Error: device-mapper: reload ioctl failed: No such file or directory
Command failed
dmesg after truecrypt:
[85329.538919] xts: Unknown symbol gf128mul_x_ble (err 0)
[85329.542170] device-mapper: table: 253:0: crypt: Error allocating crypto tfm
[85329.542181] device-mapper: ioctl: error adding target to table


Reproducible: Always

Steps to Reproduce:
1. modprobe xts
Actual Results:  
#modprobe xts
FATAL: Error inserting xts (/lib/modules/2.6.36-gentoo-r8/kernel/crypto/xts.ko): Unknown symbol in module, or unknown parameter (see dmesg)


Expected Results:  
module loads without errors

dmesg:
[84574.194838] xts: Unknown symbol gf128mul_x_ble (err 0)
Comment 1 desperado1 2011-04-05 21:19:45 UTC
Created attachment 268641 [details]
kernel config
Comment 2 desperado1 2011-04-05 21:20:13 UTC
Created attachment 268643 [details]
strace modprobe xts
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-04-07 15:39:33 UTC
Please post your `emerge --info' output too.
Comment 4 Stratos Psomadakis (RETIRED) gentoo-dev 2011-04-11 18:40:13 UTC
Can you check the output of the command:
grep "gf128mul" /proc/kallsyms

The config seems ok(GF128MUL is set) and the symbols needed should be exported.

Have you tried 2.6.37 or 2.6.38 kernels?
Comment 5 desperado1 2011-04-12 13:35:48 UTC
Created attachment 269669 [details]
emerge --info
Comment 6 desperado1 2011-04-12 14:43:34 UTC
Sorry, I am an idiot, I forgot to mount the boot partition before copying the kernel to /boot.
I guess it is time for me to leave the computer for a while and get some fresh air for my brain.