lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 11 Oct 2013 16:36:25 +0200
From:	bon@...ktron.ikp.physik.tu-darmstadt.de
To:	linux-kernel@...r.kernel.org
Subject: Lots of "EDD information not available" messages

Hello,

running X86-64 on Intel motherboard DL87-RH with Opensuse-12.3 results in
lots of messages like

kernel: [  459.263752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
kernel: [  459.263753] EDD information not available.
...

until I rename edd.ko. This happens still with "kernel of the day"
3.12.0-rc3-6.g9f1b1d6-desktop.

dmidecode list EDD:

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
...
                EDD is supported
...

so I guess this is the reason why probably sysfs tries to load
edd.ko. However 

edd_init(void)

sees ZERO devices and so denies to load.

        if (!edd_num_devices()) {
                printk(KERN_INFO "EDD information not available.\n");
                return -ENODEV;
        }

Probably the next action on sysfs tries to load edd.ko again. It this a
resonable explanation? What to do against it?

Thanks 

-- 
Uwe Bonnes                bon@...ktron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ