rpms/kernel/devel patch-2.6.32-rc4-git4.bz2.sign, NONE, 1.1 .cvsignore, 1.1134, 1.1135 git-linus.diff, 1.18, 1.19 kernel.spec, 1.1828, 1.1829 sources, 1.1093, 1.1094 upstream, 1.1006, 1.1007

Chuck Ebbert cebbert at fedoraproject.org
Thu Oct 15 02:07:14 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11295

Modified Files:
	.cvsignore git-linus.diff kernel.spec sources upstream 
Added Files:
	patch-2.6.32-rc4-git4.bz2.sign 
Log Message:
2.6.32-rc4-git4


--- NEW FILE patch-2.6.32-rc4-git4.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBK1mg8yGugalF9Dw4RAr/oAJ9nzwpJCyZCJmkB2D4G/Bu0gCAEEwCcC1I+
elVEU0xhlz9hKH+ZcHuoHtg=
=BGDF
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1134
retrieving revision 1.1135
diff -u -p -r1.1134 -r1.1135
--- .cvsignore	11 Oct 2009 22:51:57 -0000	1.1134
+++ .cvsignore	15 Oct 2009 02:07:11 -0000	1.1135
@@ -6,3 +6,4 @@ temp-*
 kernel-2.6.31
 linux-2.6.31.tar.bz2
 patch-2.6.32-rc4.bz2
+patch-2.6.32-rc4-git4.bz2

git-linus.diff:
 0 files changed

Index: git-linus.diff
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/git-linus.diff,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- git-linus.diff	12 Oct 2009 04:30:03 -0000	1.18
+++ git-linus.diff	15 Oct 2009 02:07:11 -0000	1.19
@@ -1,39 +1 @@
-# HG changeset patch
-# User Linus Torvalds <torvalds at linux-foundation.org>
-# Date 1255301877 25200
-# Node ID 7d6c25d3acd4ffe9cd339ae4032b80480837a5d8
-# Parent  606b8ffcf2f0fe29cd00e35bd04dbae63487951e
-Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"
-
-This reverts commit db8be50c4307dac2b37305fc59c8dc0f978d09ea, as per
-
-	http://bugzilla.kernel.org/show_bug.cgi?id=14374
-	http://marc.info/?l=linux-kernel&m=125446885705223&w=4
-
-We simply can't do the USB handoff at FIXUP_HEADER time, since it will
-often require us to have valid IO mappings etc.  But that in turn
-requires a whole different approach, not this trivial one-liner.
-
-Maybe we could teach all the USB quirk handoff handlers to only do the
-quirk if the device has all its registers set up (since if it isn't
-initialized, it's unlikely to be active), but regardless that will need
-a whole lot more code than just saying "let's do it really early".
-
-The proper fix is almost certainly to just leave the legacy IOMMU
-mappings active until after all devices have been initialized.
-
-Reported-by: Nick Piggin <npiggin at suse.de>
-Cc: David Woodhouse <David.Woodhouse at intel.com>
-Cc: Greg Kroah-Hartman <gregkh at suse.de>
-Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
-
-committer: Linus Torvalds <torvalds at linux-foundation.org>
-
---- a/drivers/usb/host/pci-quirks.c	Sun Oct 11 22:00:06 2009 +0000
-+++ b/drivers/usb/host/pci-quirks.c	Sun Oct 11 15:57:57 2009 -0700
-@@ -475,4 +475,4 @@
- 	else if (pdev->class == PCI_CLASS_SERIAL_USB_XHCI)
- 		quirk_usb_handoff_xhci(pdev);
- }
--DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff);
-+DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff);
+empty


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1828
retrieving revision 1.1829
diff -u -p -r1.1828 -r1.1829
--- kernel.spec	14 Oct 2009 22:28:15 -0000	1.1828
+++ kernel.spec	15 Oct 2009 02:07:12 -0000	1.1829
@@ -61,7 +61,7 @@ Summary: The Linux kernel
 # The rc snapshot level
 %define rcrev 4
 # The git snapshot level
-%define gitrev 0
+%define gitrev 4
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1971,6 +1971,9 @@ fi
 # ##############################################################
 
 %changelog
+* Wed Oct 14 2009 Chuck Ebbert <cebbert at redhat.com>
+- 2.6.32-rc4-git4
+
 * Wed Oct 14 2009 Steve Dickson <steved at redhat.com>
 - Updated the NFS v4 pseudo root patch so it will apply
 - Fixed hang during NFS installs (bz 528537)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1093
retrieving revision 1.1094
diff -u -p -r1.1093 -r1.1094
--- sources	11 Oct 2009 22:51:58 -0000	1.1093
+++ sources	15 Oct 2009 02:07:13 -0000	1.1094
@@ -1,2 +1,3 @@
 84c077a37684e4cbfa67b18154390d8a  linux-2.6.31.tar.bz2
 c028f9c392515eea1c5945dc0dbeb0ef  patch-2.6.32-rc4.bz2
+b1e34b32787f62814e3f8861c3ded771  patch-2.6.32-rc4-git4.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1006
retrieving revision 1.1007
diff -u -p -r1.1006 -r1.1007
--- upstream	11 Oct 2009 22:51:58 -0000	1.1006
+++ upstream	15 Oct 2009 02:07:13 -0000	1.1007
@@ -1,2 +1,3 @@
 linux-2.6.31.tar.bz2
 patch-2.6.32-rc4.bz2
+patch-2.6.32-rc4-git4.bz2




More information about the fedora-extras-commits mailing list