rpms/kernel/F-11 patch-2.6.29.6-rc1.bz2.sign, NONE, 1.1 .cvsignore, 1.1046, 1.1047 config-debug, 1.26, 1.27 config-generic, 1.285, 1.286 config-nodebug, 1.35, 1.36 kernel.spec, 1.1670, 1.1671 sources, 1.1008, 1.1009 upstream, 1.919, 1.920 linux-2.6-input-atkbd-forced-release.patch, 1.1, NONE linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Wed Jul 1 02:26:11 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6655

Modified Files:
	.cvsignore config-debug config-generic config-nodebug 
	kernel.spec sources upstream 
Added Files:
	patch-2.6.29.6-rc1.bz2.sign 
Removed Files:
	linux-2.6-input-atkbd-forced-release.patch 
	linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch 
Log Message:
Linux 2.6.29.6-rc1
Enable CONFIG_DEBUG_CREDENTIALS in debug kernels only.
Dropped patches merged upstream:
    linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
    linux-2.6-input-atkbd-forced-release.patch


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

iD8DBQBKSqw6yGugalF9Dw4RAm9XAJ9ALZmMV3sdS+KKV3BKK5PjZG8ekQCeKkjt
WceNOiZQu+kndIDavARWdnk=
=EqXv
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/.cvsignore,v
retrieving revision 1.1046
retrieving revision 1.1047
diff -u -p -r1.1046 -r1.1047
--- .cvsignore	15 Jun 2009 22:09:50 -0000	1.1046
+++ .cvsignore	1 Jul 2009 02:26:10 -0000	1.1047
@@ -6,3 +6,4 @@ temp-*
 kernel-2.6.29
 linux-2.6.29.tar.bz2
 patch-2.6.29.5.bz2
+patch-2.6.29.6-rc1.bz2


Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/config-debug,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- config-debug	16 Jun 2009 19:05:14 -0000	1.26
+++ config-debug	1 Jul 2009 02:26:10 -0000	1.27
@@ -50,3 +50,6 @@ CONFIG_DEBUG_NOTIFIERS=y
 CONFIG_DMA_API_DEBUG=y
 
 CONFIG_MMIOTRACE=y
+
+# for bug #494067
+CONFIG_DEBUG_CREDENTIALS=y


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/config-generic,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -p -r1.285 -r1.286
--- config-generic	24 Jun 2009 20:26:09 -0000	1.285
+++ config-generic	1 Jul 2009 02:26:10 -0000	1.286
@@ -3860,7 +3860,3 @@ CONFIG_FCOE=m
 # CONFIG_CRASH is not set
 
 CONFIG_MMC_VIA_SDMMC=m
-
-# for bug #494067
-CONFIG_DEBUG_CREDENTIALS=y
-


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/config-nodebug,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- config-nodebug	16 Jun 2009 19:05:14 -0000	1.35
+++ config-nodebug	1 Jul 2009 02:26:10 -0000	1.36
@@ -49,3 +49,6 @@ CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
 # CONFIG_DMA_API_DEBUG is not set
 
 # CONFIG_MMIOTRACE is not set
+
+# for bug #494067
+# CONFIG_DEBUG_CREDENTIALS is not set


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1670
retrieving revision 1.1671
diff -u -p -r1.1670 -r1.1671
--- kernel.spec	1 Jul 2009 00:03:06 -0000	1.1670
+++ kernel.spec	1 Jul 2009 02:26:10 -0000	1.1671
@@ -37,9 +37,9 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 5
+%define stable_update 6
 # Is it a -stable RC?
-%define stable_rc 0
+%define stable_rc 1
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -640,7 +640,6 @@ Patch450: linux-2.6-input-kill-stupid-me
 Patch451: linux-2.6-input-fix-toshiba-hotkeys.patch
 Patch452: linux-2.6-input-hid-extra-gamepad.patch
 Patch453: linux-2.6-input-wacom-bluetooth.patch
-Patch454: linux-2.6-input-atkbd-forced-release.patch
 Patch455: linux-2.6-input-bcm5974-new-header-type.patch
 Patch456: linux-2.6-input-bcm5974-add-quad-finger.patch
 Patch457: linux-2.6-input-bcm5974-add-macbook-unibody.patch
@@ -671,7 +670,6 @@ Patch611: linux-2.6.29-alsa-update-quirk
 Patch612: alsa-hda-add-debugging.patch
 
 Patch630: net-revert-forcedeth-power-down-phy-when-interface-is.patch
-Patch641: linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
 Patch642: linux-2.6-netdev-r8169-use-different-family-defaults.patch
 
 Patch670: linux-2.6-ata-quirk.patch
@@ -1319,7 +1317,6 @@ ApplyPatch alsa-hda-add-debugging.patch
 ApplyPatch net-revert-forcedeth-power-down-phy-when-interface-is.patch
 
 # r8169 fixes from 2.6.30
-ApplyPatch linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
 ApplyPatch linux-2.6-netdev-r8169-use-different-family-defaults.patch
 
 # Misc fixes
@@ -1335,9 +1332,6 @@ ApplyPatch linux-2.6-input-hid-extra-gam
 # HID: add support for Bluetooth Wacom pads
 ApplyPatch linux-2.6-input-wacom-bluetooth.patch
 
-# atkbd: add forced key release quirks for four more notebooks
-ApplyPatch linux-2.6-input-atkbd-forced-release.patch
-
 # bcm5974: macbook 5 (unibody) support
 ApplyPatch linux-2.6-input-bcm5974-new-header-type.patch
 ApplyPatch linux-2.6-input-bcm5974-add-quad-finger.patch
@@ -2097,8 +2091,17 @@ fi
 # and build.
 
 %changelog
+* Wed Jul 01 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.6-209.rc1
+- Linux 2.6.29.6-rc1
+- Enable CONFIG_DEBUG_CREDENTIALS in debug kernels only.
+- Dropped patches merged upstream:
+    linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
+    linux-2.6-input-atkbd-forced-release.patch
+
 * Wed Jul 01 2009 Dave Airlie <airlied at redhat.com> 2.6.29.5-208
-- drm-intel-a17-fix.patch, drm-pnp-add-resource-range-checker.patch, drm-i915-enable-mchbar.patch: backport upstream fixes for 915/945 tiling slowness.
+- drm-intel-a17-fix.patch, drm-pnp-add-resource-range-checker.patch,
+  drm-i915-enable-mchbar.patch:
+    backport upstream fixes for 915/945 tiling slowness.
 
 * Tue Jun 30 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-207
 - Fix stalled NFS writes (#508174)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/sources,v
retrieving revision 1.1008
retrieving revision 1.1009
diff -u -p -r1.1008 -r1.1009
--- sources	15 Jun 2009 22:09:52 -0000	1.1008
+++ sources	1 Jul 2009 02:26:10 -0000	1.1009
@@ -1,2 +1,3 @@
 64921b5ff5cdadbccfcd3820f03be7d8  linux-2.6.29.tar.bz2
 bd23086872a85c9fd00163e9ab78038a  patch-2.6.29.5.bz2
+40677f71b9e485bebe73d95ac4ea70a6  patch-2.6.29.6-rc1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/upstream,v
retrieving revision 1.919
retrieving revision 1.920
diff -u -p -r1.919 -r1.920
--- upstream	15 Jun 2009 22:09:52 -0000	1.919
+++ upstream	1 Jul 2009 02:26:10 -0000	1.920
@@ -1,2 +1,3 @@
 linux-2.6.29.tar.bz2
 patch-2.6.29.5.bz2
+patch-2.6.29.6-rc1.bz2


--- linux-2.6-input-atkbd-forced-release.patch DELETED ---


--- linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch DELETED ---




More information about the fedora-extras-commits mailing list