Linux v3.8-rc4-139-g1d85490
This commit is contained in:
parent
0246c53993
commit
11dc6fb0e3
3 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
10
kernel.spec
10
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.
|
||||
|
||||
|
|
|
|||
2
sources
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue