From e1d539a21b32e4e70b12f24d26738f86c7ba30de Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 29 Apr 2013 08:32:41 -0400 Subject: Linux v3.9 --- kernel.spec | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 84f186fce..12f0aae3b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -6,7 +6,7 @@ Summary: The Linux kernel # For a stable, released kernel, released_kernel should be 1. For rawhide # and/or a kernel built from an rc or git snapshot, released_kernel should # be 0. -%global released_kernel 0 +%global released_kernel 1 # Sign modules on x86. Make sure the config files match this setting if more # architectures are added. @@ -62,13 +62,13 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 2 +%global baserelease 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching # on top of -- for example, 3.1-rc7-git1 starts with a 3.0 base, # which yields a base_sublevel of 0. -%define base_sublevel 8 +%define base_sublevel 9 ## If this is a released kernel ## %if 0%{?released_kernel} @@ -753,11 +753,6 @@ Patch25010: wireless-regulatory-fix-channel-disabling-race-condition.patch #rhbz 951241 Patch25011: iwlwifi-fix-freeing-uninitialized-pointer.patch -Patch25012: events-protect-access-via-task-subsys-state-check.patch - -#rhbz 953447 -Patch25013: efi-Check-EFI-revision-in-setup_efi_vars.patch - Patch25014: blkcg-fix-scheduling-while-atomic-in-blk_queue_bypass_start.patch # END OF PATCH DEFINITIONS @@ -1462,11 +1457,6 @@ ApplyPatch wireless-regulatory-fix-channel-disabling-race-condition.patch #rhbz 951241 ApplyPatch iwlwifi-fix-freeing-uninitialized-pointer.patch -ApplyPatch events-protect-access-via-task-subsys-state-check.patch - -#rhbz 953447 -ApplyPatch efi-Check-EFI-revision-in-setup_efi_vars.patch - ApplyPatch blkcg-fix-scheduling-while-atomic-in-blk_queue_bypass_start.patch # END OF PATCH APPLICATIONS @@ -2302,6 +2292,9 @@ fi # ||----w | # || || %changelog +* Mon Apr 29 2013 Josh Boyer +- Linux v3.9 + * Fri Apr 26 2013 Josh Boyer - Add patch to prevent scheduling while atomic error in blkcg -- cgit