Comment 0 for bug 715930

Revision history for this message
Paweł Sikora (pluto-pld-linux) wrote : geninitrd fails on masked vendor:class devices.

the new logic in /lib/geninitrd/mod-sata.sh is broken. it simply doesn't work for masked vendor's classes.

e.g., for jmicorn sata/ide controlers we have masked 0xffff (all devices) entries:

pata_jmicron 0x0000197b 0x0000ffff 0x0000ffff 0x0000ffff 0x00010100 0x00ffff00 0x0
jmicron 0x0000197b 0x0000ffff 0x0000ffff 0x0000ffff 0x00010100 0x00ffff00 0x0

in such situation the awk logic which uses equality operator won't work and return empty list of kernel modules.
this is a serious bug.

geninitrd-10000.31-0.1.noarch