diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-04-29 08:32:41 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-04-29 08:32:55 -0400 |
commit | e1d539a21b32e4e70b12f24d26738f86c7ba30de (patch) | |
tree | 675d2b0e2278917b729c7f77fea59f5af7b7166f /kernel.spec | |
parent | 6c6f27531fdde64e62b1a94c261cdcea8ca22f72 (diff) | |
download | kernel-e1d539a21b32e4e70b12f24d26738f86c7ba30de.tar.gz kernel-e1d539a21b32e4e70b12f24d26738f86c7ba30de.tar.xz kernel-e1d539a21b32e4e70b12f24d26738f86c7ba30de.zip |
Linux v3.9
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 19 |
1 files changed, 6 insertions, 13 deletions
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 <jwboyer@redhat.com> +- Linux v3.9 + * Fri Apr 26 2013 Josh Boyer <jwboyer@redhat.com> - Add patch to prevent scheduling while atomic error in blkcg |