From d6d51a1a425c1f4be8167dfd866e7fbd9d3c9d67 Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Aug 13 2010 11:47:42 +0000 Subject: - Linux 2.6.35.2-rc1 - Comment out patches merged in -stable: linux-2.6-tip.git-396e894d289d69bacf5acd983c97cd6e21a14c08.patch linux-2.6-ext4-fix-freeze-deadlock.patch - New config option: CONFIG_CRYPTO_MANAGER_TESTS=y --- diff --git a/config-generic b/config-generic index 7cc1a74..a6719bf 100644 --- a/config-generic +++ b/config-generic @@ -3602,6 +3602,7 @@ CONFIG_CRYPTO_FIPS=y CONFIG_CRYPTO_HW=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_MANAGER=m +CONFIG_CRYPTO_MANAGER_TESTS=y # CONFIG_CRYPTO_CRYPTD is not set CONFIG_CRYPTO_AES=m CONFIG_CRYPTO_ARC4=m diff --git a/kernel.spec b/kernel.spec index ae8ecdc..d8b034b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -48,7 +48,7 @@ Summary: The Linux kernel # reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec). # scripts/rebase.sh should be made to do that for you, actually. # -%global baserelease 6 +%global baserelease 7 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -60,9 +60,9 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 1 +%define stable_update 2 # 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} @@ -1130,7 +1130,7 @@ ApplyOptionalPatch linux-2.6-upstream-reverts.patch -R ApplyPatch linux-2.6-hotfixes.patch -ApplyPatch linux-2.6-tip.git-396e894d289d69bacf5acd983c97cd6e21a14c08.patch +#ApplyPatch linux-2.6-tip.git-396e894d289d69bacf5acd983c97cd6e21a14c08.patch # Roland's utrace ptrace replacement. ApplyPatch git-utrace.patch @@ -1164,7 +1164,7 @@ ApplyPatch linux-2.6-32bit-mmap-exec-randomization.patch # # ext4 -ApplyPatch linux-2.6-ext4-fix-freeze-deadlock.patch +#ApplyPatch linux-2.6-ext4-fix-freeze-deadlock.patch # xfs @@ -1890,6 +1890,14 @@ fi # and build. %changelog +* Fri Aug 13 2010 Chuck Ebbert 2.6.35.2-7.rc1 +- Linux 2.6.35.2-rc1 +- Comment out patches merged in -stable: + linux-2.6-tip.git-396e894d289d69bacf5acd983c97cd6e21a14c08.patch + linux-2.6-ext4-fix-freeze-deadlock.patch +- New config option: + CONFIG_CRYPTO_MANAGER_TESTS=y + * Tue Aug 10 2010 Chuck Ebbert 2.6.35.1-6 - Linux 2.6.35.1 diff --git a/sources b/sources index 272eb45..26e3dd1 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2 3b9d79bebb2e022c0906ca1cd54bd970 patch-2.6.35.1.bz2 +b930a0ff7060566bb2f91755c86de196 patch-2.6.35.2-rc1.bz2