rpms/kernel/devel patch-2.6.34-rc1-git9.bz2.sign, NONE, 1.1 .cvsignore, 1.1175, 1.1176 Makefile, 1.124, 1.125 config-debug, 1.40, 1.41 config-generic, 1.360, 1.361 config-nodebug, 1.52, 1.53 config-sparc64-generic, 1.33, 1.34 kernel.spec, 1.1949, 1.1950 sources, 1.1134, 1.1135 upstream, 1.1047, 1.1048 patch-2.6.34-rc1-git1.bz2.sign, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Mon Mar 22 13:32:02 UTC 2010


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22760

Modified Files:
	.cvsignore Makefile config-debug config-generic config-nodebug 
	config-sparc64-generic kernel.spec sources upstream 
Added Files:
	patch-2.6.34-rc1-git9.bz2.sign 
Removed Files:
	patch-2.6.34-rc1-git1.bz2.sign 
Log Message:
* Mon Mar 22 2010 Kyle McMartin <kyle at redhat.com> 2.6.34-0.15.rc2.git0
- 2.6.34-rc2
- generic:
 - CEFS distributed filesystem (=m)
 - PPS (pulse per second) (off, excessively niche.)
 - smsc75xx usb gigabit ethernet (=m)
- x86:
 - dell netbook LEDs (=m)
- sparc64:
 - xvr1000 framebuffer (=y)



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

iD8DBQBLpBFuyGugalF9Dw4RAtKYAJ9whdlePhrt/yjfWlH9zdysAw/B1ACdG0M1
P2KJGO/Jce0LKRat0uY0wQ0=
=hcUM
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1175
retrieving revision 1.1176
diff -u -p -r1.1175 -r1.1176
--- .cvsignore	11 Mar 2010 22:31:56 -0000	1.1175
+++ .cvsignore	22 Mar 2010 13:31:58 -0000	1.1176
@@ -6,4 +6,5 @@ temp-*
 kernel-2.6.33
 linux-2.6.33.tar.bz2
 patch-2.6.34-rc1.bz2
-patch-2.6.34-rc1-git1.bz2
+patch-2.6.34-rc1-git9.bz2
+patch-2.6.34-rc2.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -p -r1.124 -r1.125
--- Makefile	6 Mar 2010 20:41:30 -0000	1.124
+++ Makefile	22 Mar 2010 13:31:58 -0000	1.125
@@ -97,6 +97,7 @@ debug:
 	@perl -pi -e 's/# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set/CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DMADEVICES_DEBUG is not set/CONFIG_DMADEVICES_DEBUG=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DMADEVICES_VDEBUG is not set/CONFIG_DMADEVICES_VDEBUG=y/' config-nodebug
+	@perl -pi -e 's/# CONFIG_CEPH_FS_PRETTYDEBUG is not set/CONFIG_CEPH_FS_PRETTYDEBUG=y/' config-nodebug
 
 	@# just in case we're going from extremedebug -> debug
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug
@@ -162,6 +163,7 @@ release:
 	@perl -pi -e 's/CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y/# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DMADEVICES_DEBUG=y/# CONFIG_DMADEVICES_DEBUG is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DMADEVICES_VDEBUG=y/# CONFIG_DMADEVICES_VDEBUG is not set/' config-nodebug
+	@perl -pi -e 's/CONFIG_CEPH_FS_PRETTYDEBUG=y/# CONFIG_CEPH_FS_PRETTYDEBUG is not set/' config-nodebug
 
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug


Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- config-debug	6 Mar 2010 20:41:30 -0000	1.40
+++ config-debug	22 Mar 2010 13:31:58 -0000	1.41
@@ -82,3 +82,5 @@ CONFIG_DMADEVICES_DEBUG=y
 CONFIG_DMADEVICES_VDEBUG=y
 
 CONFIG_PM_ADVANCED_DEBUG=y
+
+CONFIG_CEPH_FS_PRETTYDEBUG=y


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -p -r1.360 -r1.361
--- config-generic	18 Mar 2010 15:05:36 -0000	1.360
+++ config-generic	22 Mar 2010 13:31:58 -0000	1.361
@@ -1469,6 +1469,7 @@ CONFIG_RTL8187=m
 CONFIG_TMD_HERMES=m
 CONFIG_USB_ZD1201=m
 CONFIG_USB_NET_RNDIS_WLAN=m
+CONFIG_USB_NET_SMSC75XX=m
 CONFIG_ZD1211RW=m
 # CONFIG_ZD1211RW_DEBUG is not set
 CONFIG_AR9170_USB=m
@@ -3151,6 +3152,7 @@ CONFIG_EXOFS_FS=m
 # CONFIG_EXOFS_DEBUG is not set
 CONFIG_NILFS2_FS=m
 CONFIG_LOGFS=m
+CONFIG_CEPH_FS=m
 
 CONFIG_FSCACHE=m
 CONFIG_FSCACHE_STATS=y
@@ -3728,6 +3730,7 @@ CONFIG_LEDS_CLASS=y
 # CONFIG_LEDS_PCA955X is not set
 # CONFIG_LEDS_BD2802 is not set
 # CONFIG_LEDS_S3C24XX is not set
+CONFIG_LEDS_DELL_NETBOOKS=m
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=m
 CONFIG_LEDS_TRIGGER_IDE_DISK=y
@@ -4026,7 +4029,10 @@ CONFIG_IEEE802154_FAKEHARD=m
 
 # CONFIG_GCOV_KERNEL is not set
 
-CONFIG_PPS=m
+### is this generally useful?
+# CONFIG_PPS is not set
+# CONFIG_PPS_CLIENT_KTIMER is not set
+# CONFIG_PPS_CLIENT_LDISC is not set
 # CONFIG_PPS_DEBUG is not set
 
 # CONFIG_USB_SERIAL_QUATECH2 is not set


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- config-nodebug	6 Mar 2010 20:41:31 -0000	1.52
+++ config-nodebug	22 Mar 2010 13:31:59 -0000	1.53
@@ -82,3 +82,5 @@ CONFIG_DMADEVICES_DEBUG=y
 CONFIG_DMADEVICES_VDEBUG=y
 
 CONFIG_PM_ADVANCED_DEBUG=y
+
+CONFIG_CEPH_FS_PRETTYDEBUG=y


Index: config-sparc64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-sparc64-generic,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- config-sparc64-generic	6 Mar 2010 20:41:31 -0000	1.33
+++ config-sparc64-generic	22 Mar 2010 13:31:59 -0000	1.34
@@ -198,3 +198,4 @@ CONFIG_EARLYFB=y
 CONFIG_SERIAL_GRLIB_GAISLER_APBUART=m
 
 CONFIG_GRETH=m
+CONFIG_FB_XVR1000=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1949
retrieving revision 1.1950
diff -u -p -r1.1949 -r1.1950
--- kernel.spec	19 Mar 2010 13:16:56 -0000	1.1949
+++ kernel.spec	22 Mar 2010 13:31:59 -0000	1.1950
@@ -59,9 +59,9 @@ Summary: The Linux kernel
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
 # The rc snapshot level
-%define rcrev 1
+%define rcrev 2
 # The git snapshot level
-%define gitrev 1
+%define gitrev 0
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1167,7 +1167,7 @@ ApplyPatch linux-2.6-utrace.patch
 #
 ### NOT (YET) UPSTREAM:
 # Alleviate G5 thermal shutdown problems
-ApplyPatch linux-2.6-g5-therm-shutdown.patch
+#ApplyPatch linux-2.6-g5-therm-shutdown.patch
 # Provide modalias in sysfs for vio devices
 ApplyPatch linux-2.6-vio-modalias.patch
 
@@ -1194,7 +1194,7 @@ ApplyPatch linux-2.6.29-sparc-IOC_TYPECH
 # eCryptfs
 
 # NFSv4
-ApplyPatch linux-2.6-nfs4-callback-hidden.patch
+#ApplyPatch linux-2.6-nfs4-callback-hidden.patch
 
 # USB
 #ApplyPatch linux-2.6-driver-level-usb-autosuspend.diff
@@ -1241,7 +1241,7 @@ ApplyPatch linux-2.6-defaults-aspm.patch
 #ApplyPatch linux-2.6-input-kill-stupid-messages.patch
 
 # stop floppy.ko from autoloading during udev...
-ApplyPatch die-floppy-die.patch
+#ApplyPatch die-floppy-die.patch #x
 
 # Get away from having to poll Toshibas
 #ApplyPatch linux-2.6-input-fix-toshiba-hotkeys.patch
@@ -1332,7 +1332,7 @@ ApplyOptionalPatch linux-2.6-v4l-dvb-exp
 ApplyPatch linux-2.6-v4l-dvb-gspca-fixes.patch
 
 # Patches headed upstream
-ApplyPatch linux-2.6-rfkill-all.patch
+#ApplyPatch linux-2.6-rfkill-all.patch
 
 #ApplyPatch add-appleir-usb-driver.patch
 
@@ -2002,6 +2002,17 @@ fi
 #                 ||     ||
 
 %changelog
+* Mon Mar 22 2010 Kyle McMartin <kyle at redhat.com> 2.6.34-0.15.rc2.git0
+- 2.6.34-rc2
+- generic:
+ - CEFS distributed filesystem (=m)
+ - PPS (pulse per second) (off, excessively niche.)
+ - smsc75xx usb gigabit ethernet (=m)
+- x86:
+ - dell netbook LEDs (=m)
+- sparc64:
+ - xvr1000 framebuffer (=y)
+
 * Fri Mar 19 2010 Hans de Goede <hdegoede at redhat.com>
 - Cherry pick various webcam driver fixes
   (#571188, #572302, #572373)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1134
retrieving revision 1.1135
diff -u -p -r1.1134 -r1.1135
--- sources	11 Mar 2010 22:31:57 -0000	1.1134
+++ sources	22 Mar 2010 13:32:01 -0000	1.1135
@@ -1,3 +1,4 @@
 c3883760b18d50e8d78819c54d579b00  linux-2.6.33.tar.bz2
 9a6712d626feaf4e851b2b27c54fc44b  patch-2.6.34-rc1.bz2
-24dfbbfd3802e4b760a3aede6ebaf8c3  patch-2.6.34-rc1-git1.bz2
+cb4d45281cc18261b2ac8c59c756da13  patch-2.6.34-rc1-git9.bz2
+c8cd09a878441b8e99697ada6d3ae1ea  patch-2.6.34-rc2.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1047
retrieving revision 1.1048
diff -u -p -r1.1047 -r1.1048
--- upstream	11 Mar 2010 22:31:57 -0000	1.1047
+++ upstream	22 Mar 2010 13:32:01 -0000	1.1048
@@ -1,3 +1,3 @@
 linux-2.6.33.tar.bz2
 patch-2.6.34-rc1.bz2
-patch-2.6.34-rc1-git1.bz2
+patch-2.6.34-rc1-git9.bz2


--- patch-2.6.34-rc1-git1.bz2.sign DELETED ---



More information about the scm-commits mailing list