https://bugzilla.kernel.org/show_bug.cgi?id=68291
--- Comment #21 from Mathias Nyman <[email protected]> --- Created attachment 128821 --> https://bugzilla.kernel.org/attachment.cgi?id=128821&action=edit patch to solve crash great catch, so io_apic code assumes all irqs descriptors belong to a io_apic irq chip, and that all chip_data is of type irq_cfg. This patch checks that the interrupt belongs to ioapic before touching chip data. With this patch device boots, but graphics probing fails because the legacy interrupt it wants is reserved. -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
