From: Yinghai Lu Date: Sat, 23 Mar 2013 19:16:37 +0000 (+0000) Subject: ACPI: Set length even for TYPE_END_TAG acpi resource X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~8^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f084dbb939070281be7c882db63a4a428c51fcf4;p=pandora-kernel.git ACPI: Set length even for TYPE_END_TAG acpi resource Found with a network device in QEMU/KVM guest not working anymore. Bisected to commit c13085e5 ACPICA: Resource Mgr: Prevent infinite loops in resource walks That commit will check acpi_resource length strictly which causes acpi_set_current_resources to return failure and IRQ for PCI devices is not set properly. Set length for all those TYPE_END_TAG acpi_resources. [rjw: Changelog] Bisected-by: Yinghai Lu Signed-off-by: Yinghai Lu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed