diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-09-12 18:21:08 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-09-12 18:21:08 -0400 |
commit | 0471e51e8bc5d77e3aa8c9c94f74fbb52a48fcab (patch) | |
tree | 76d7a0fdd33f5a22225c8a5855b85e81f481f283 /kernel.spec | |
parent | 27b62b6f8575354a5ed22c9bee9fe0f9bba8f07f (diff) | |
download | kernel-0471e51e8bc5d77e3aa8c9c94f74fbb52a48fcab.tar.gz kernel-0471e51e8bc5d77e3aa8c9c94f74fbb52a48fcab.tar.xz kernel-0471e51e8bc5d77e3aa8c9c94f74fbb52a48fcab.zip |
3.1-rc6
This is another hand-rolled patch from a fully updated git tree as of today.
The top level upstream commit is b6fd41e29dea9c6753b1843a77e50433e6123bcb
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index d5dfaedc9..385e40a92 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 2 +%global baserelease 0 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -82,7 +82,7 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%define rcrev 5 +%define rcrev 6 # The git snapshot level %define gitrev 0 # Set rpm version accordingly @@ -2044,6 +2044,7 @@ fi # || || %changelog * Mon Sep 12 2011 Josh Boyer <jwboyer@redhat.com> +- Linux 3.1-rc6 - Avoid false quiescent states in rcutree with CONFIG_RCU_FAST_NO_HZ. (rhbz 577968) * Fri Sep 09 2011 Josh Boyer <jwboyer@redhat.com> |