rpms/kernel/F-9 kernel.spec,1.685,1.686

Dave Jones (davej) fedora-extras-commits at redhat.com
Sat Jun 21 02:39:28 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24177

Modified Files:
	kernel.spec 
Log Message:
Fix hpwdt driver to not oops on init. (452183)


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -r1.685 -r1.686
--- kernel.spec	20 Jun 2008 21:25:44 -0000	1.685
+++ kernel.spec	21 Jun 2008 02:38:43 -0000	1.686
@@ -650,6 +650,8 @@
 Patch785: linux-2.6-eeepc-laptop-backlight.patch
 Patch786: linux-2.6-eeepc-laptop-fan.patch
 
+Patch800: linux-2.6-hpwdt-assembly-fix.patch
+
 Patch1101: linux-2.6-default-mmf_dump_elf_headers.patch
 Patch1400: linux-2.6-smarter-relatime.patch
 Patch1515: linux-2.6-lirc.patch
@@ -1104,6 +1106,9 @@
 ApplyPatch linux-2.6-eeepc-laptop-backlight.patch
 ApplyPatch linux-2.6-eeepc-laptop-fan.patch
 
+# Fix hpwdt driver to not oops on init.
+ApplyPatch linux-2.6-hpwdt-assembly-fix.patch
+
 # Various low-impact patches to aid debugging.
 ApplyPatch linux-2.6-debug-sizeof-structs.patch
 ApplyPatch linux-2.6-debug-nmi-timeout.patch
@@ -1847,6 +1852,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Fri Jun 20 2008 Dave Jones <davej at redhat.com>
+- Fix hpwdt driver to not oops on init. (452183)
+
 * Fri Jun 20 2008 Jarod Wilson <jwilson at redhat.com> 2.6.25.7-66
 - firewire: add phy config packet send timeout, prevents deadlock
   with flaky ALi controllers (#446763, #444694)




More information about the fedora-extras-commits mailing list