summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2013-01-23 10:10:19 -0600
committerJustin M. Forbes <jforbes@redhat.com>2013-01-23 10:10:19 -0600
commit11dc6fb0e3ad7cc107c2ca6aa69e83501ccf1833 (patch)
tree008b04816302e855c7e3b8772b27978941e11ee4
parent0246c539939c17e015cd1a28d979bc55c8467e43 (diff)
downloadkernel-11dc6fb0e3ad7cc107c2ca6aa69e83501ccf1833.tar.gz
kernel-11dc6fb0e3ad7cc107c2ca6aa69e83501ccf1833.tar.xz
kernel-11dc6fb0e3ad7cc107c2ca6aa69e83501ccf1833.zip
Linux v3.8-rc4-139-g1d85490
-rw-r--r--config-nodebug2
-rw-r--r--kernel.spec10
-rw-r--r--sources2
3 files changed, 9 insertions, 5 deletions
diff --git a/config-nodebug b/config-nodebug
index c471b853e..541a0e9a0 100644
--- a/config-nodebug
+++ b/config-nodebug
@@ -8,7 +8,7 @@ CONFIG_SND_PCM_XRUN_DEBUG=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
-# CONFIG_DEBUG_SPINLOCK is not set
+CONFIG_DEBUG_SPINLOCK=y
# CONFIG_PROVE_RCU is not set
# CONFIG_PROVE_RCU_REPEATEDLY is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
diff --git a/kernel.spec b/kernel.spec
index 9d4b6d1f8..8e21b96d5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -95,7 +95,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 4
# The git snapshot level
-%define gitrev 1
+%define gitrev 3
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -159,7 +159,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'.
-%define debugbuildsenabled 1
+%define debugbuildsenabled 0
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -172,7 +172,7 @@ Summary: The Linux kernel
%define doc_build_fail true
%endif
-%define rawhide_skip_docs 0
+%define rawhide_skip_docs 1
%if 0%{?rawhide_skip_docs}
%define with_doc 0
%define doc_build_fail true
@@ -2312,6 +2312,10 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Jan 23 2013 Justin M. Forbes <jforbes@redhat.com> - 3.8.0-0.rc4.git3.1
+- Linux v3.8-rc4-139-g1d85490
+- Enable debug spinlocks
+
* Wed Jan 23 2013 Dave Jones <davej@redhat.com>
- Remove warnings about empty IPI masks.
diff --git a/sources b/sources
index 8aaf77893..908445858 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
21223369d682bcf44bcdfe1521095983 linux-3.7.tar.xz
68f3bd39cd3274dab38d16d420419ac1 patch-3.8-rc4.xz
-82696c0cf4f3d9321fee0eafed3619b3 patch-3.8-rc4-git1.xz
+2eb9afa2cd922672cacc1b433a40eac7 patch-3.8-rc4-git3.xz