From 1270a00f83456397f1c9c3900e715654e51fd015 Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Fri, 22 Oct 2010 21:46:20 -0400 Subject: Linux 2.6.32.25-rc1 Comment out patches merged upstream: execve-improve-interactivity-with-large-arguments.patch execve-make-responsive-to-sigkill-with-large-arguments.patch setup_arg_pages-diagnose-excessive-argument-size.patch xen-fix-typo-in-xen-irq-fix.patch r8169-fix-dma-allocations.patch skge-quirk-to-4gb-dma.patch --- kernel.spec | 28 +++++++++++++++++++--------- sources | 3 ++- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/kernel.spec b/kernel.spec index 94f99a1..342f776 100644 --- a/kernel.spec +++ b/kernel.spec @@ -47,7 +47,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 170 +%global baserelease 171 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -59,9 +59,9 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 23 +%define stable_update 25 # 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} @@ -1549,18 +1549,18 @@ ApplyPatch kvm-mmu-fix-conflict-access-permissions-in-direct-sp.patch ApplyPatch net-do-not-check-capable-if-kernel.patch # Mitigate DOS with large argument lists -ApplyPatch execve-improve-interactivity-with-large-arguments.patch -ApplyPatch execve-make-responsive-to-sigkill-with-large-arguments.patch -ApplyPatch setup_arg_pages-diagnose-excessive-argument-size.patch +#ApplyPatch execve-improve-interactivity-with-large-arguments.patch +#ApplyPatch execve-make-responsive-to-sigkill-with-large-arguments.patch +#ApplyPatch setup_arg_pages-diagnose-excessive-argument-size.patch # Fix typo in Xen patch from 2.6.22 that causes hang on boot. -ApplyPatch xen-fix-typo-in-xen-irq-fix.patch +#ApplyPatch xen-fix-typo-in-xen-irq-fix.patch # rhbz#629158 -ApplyPatch r8169-fix-dma-allocations.patch +#ApplyPatch r8169-fix-dma-allocations.patch # rhbz#447489 -ApplyPatch skge-quirk-to-4gb-dma.patch +#ApplyPatch skge-quirk-to-4gb-dma.patch # rhbz#596475 ApplyPatch add-support-for-ricoh-e822-sdhci.patch @@ -2217,6 +2217,16 @@ fi %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Fri Oct 22 2010 Chuck Ebbert 2.6.32.25-171.rc1 +- Linux 2.6.32.25-rc1 +- Comment out patches merged upstream: + execve-improve-interactivity-with-large-arguments.patch + execve-make-responsive-to-sigkill-with-large-arguments.patch + setup_arg_pages-diagnose-excessive-argument-size.patch + xen-fix-typo-in-xen-irq-fix.patch + r8169-fix-dma-allocations.patch + skge-quirk-to-4gb-dma.patch + * Thu Oct 14 2010 Kyle McMartin - rhbz447489: skge-quirk-to-4gb-dma.patch - rhbz629158: r8169-fix-dma-allocations.patch diff --git a/sources b/sources index 70d5251..fec6be1 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 260551284ac224c3a43c4adac7df4879 linux-2.6.32.tar.bz2 -6eac9aebbf9e74546b7c44c0fb9348a7 patch-2.6.32.23.bz2 +e3346e3b4b92f048b8ecded829f45cdf patch-2.6.32.24.bz2 +811287361e4449aaad026b1c2df79d63 patch-2.6.32.25-rc1.bz2 -- cgit