rpms/kernel/FC-4 linux-2.6-acpi-ignore-result.patch, NONE, 1.1 kernel-2.6.spec, 1.1501, 1.1502

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Nov 12 23:13:39 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv10657

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-acpi-ignore-result.patch 
Log Message:
* Sat Nov 12 2005 Dave Jones <davej at redhat.com>
- Ignore result from acpi_bus_find_driver(device);
  Should fix boot hangs on several HP systems (and maybe others).


linux-2.6-acpi-ignore-result.patch:
 scan.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE linux-2.6-acpi-ignore-result.patch ---
--- linux-2.6.14/drivers/acpi/scan.c~	2005-11-12 18:11:20.000000000 -0500
+++ linux-2.6.14/drivers/acpi/scan.c	2005-11-12 18:11:34.000000000 -0500
@@ -1111,7 +1111,7 @@ acpi_add_single_object(struct acpi_devic
 	 *
 	 * TBD: Assumes LDM provides driver hot-plug capability.
 	 */
-	result = acpi_bus_find_driver(device);
+	acpi_bus_find_driver(device);
 
       end:
 	if (!result)


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1501
retrieving revision 1.1502
diff -u -r1.1501 -r1.1502
--- kernel-2.6.spec	11 Nov 2005 07:09:08 -0000	1.1501
+++ kernel-2.6.spec	12 Nov 2005 23:13:37 -0000	1.1502
@@ -346,6 +346,7 @@
 Patch1800: linux-2.6-acpi-enable-ecburst.patch
 Patch1801: linux-2.6-acpi-silence-cutoff.patch
 Patch1802: linux-2.6-acpi-thinkpad-c2c3.patch
+Patch1803: linux-2.6-acpi-ignore-result.patch
 
 # Warn about usage of various obsolete functionality that may go away.
 Patch1900: linux-2.6-obsolete-idescsi-warning.patch
@@ -786,6 +787,8 @@
 %patch1801 -p1
 # Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS.
 %patch1802 -p1
+# Ignore return result from acpi_bus_find_driver()
+%patch1803 -p1
 
 # Warn about obsolete functionality usage.
 %patch1900 -p1
@@ -1243,6 +1246,10 @@
 %endif
 
 %changelog
+* Sat Nov 12 2005 Dave Jones <davej at redhat.com>
+- Ignore result from acpi_bus_find_driver(device);
+  Should fix boot hangs on several HP systems (and maybe others).
+
 * Fri Nov 11 2005 Dave Jones <davej at redhat.com> [2.6.14-1.1638_FC4]
 - 2.6.14.2
 - Hopefully fix the i8k bug for real this time.




More information about the fedora-cvs-commits mailing list