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
| ||
|
Message-ID: <20061120174130.GA19636@redhat.com> Date: Mon, 20 Nov 2006 12:41:30 -0500 From: Dave Jones <davej@...hat.com> To: Linux Kernel <linux-kernel@...r.kernel.org> Subject: multi-function PCI device claiming. I had a user report a bug against the Fedora kernel where his Matrox G400 wouldn't work with the matrox framebuffer driver any more. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=195825 It turned out to be caused by the fact that the matrox_w1 one-wire driver had loaded first. Moving that driver out of the way so that it didn't get loaded would allow the framebuffer driver to load. There are a number of similar cases like this which seem to be coming out of the woodwork lately. I've also heard as-yet unconfirmed rumours that agp-intel and one of the watchdog drivers suffers the same "first to load wins" problem. What's the correct way to fix this ? Dave -- http://www.codemonkey.org.uk - 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/