Linux v3.12-rc4-19-g8b5ede6
- Reenable debugging options. - Quiet irq remapping stack trace (rhbz 982153)
This commit is contained in:
parent
82bda6aab0
commit
72d016ee09
6 changed files with 124 additions and 65 deletions
17
kernel.spec
17
kernel.spec
|
|
@ -95,7 +95,7 @@ Summary: The Linux kernel
|
|||
# The rc snapshot level
|
||||
%define rcrev 4
|
||||
# The git snapshot level
|
||||
%define gitrev 0
|
||||
%define gitrev 1
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 3.%{upstream_sublevel}.0
|
||||
%endif
|
||||
|
|
@ -158,7 +158,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}
|
||||
|
|
@ -171,7 +171,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
|
||||
|
|
@ -742,6 +742,9 @@ Patch25115: elevator-acquire-q-sysfs_lock-in-elevator_change.patch
|
|||
#rhbz 974072
|
||||
Patch25116: rt2800-add-support-for-rf3070.patch
|
||||
|
||||
#rhbz 982153
|
||||
Patch25123: iommu-Remove-stack-trace-from-broken-irq-remapping-warning.patch
|
||||
|
||||
# END OF PATCH DEFINITIONS
|
||||
|
||||
%endif
|
||||
|
|
@ -1442,6 +1445,9 @@ ApplyPatch elevator-acquire-q-sysfs_lock-in-elevator_change.patch
|
|||
#rhbz 974072
|
||||
ApplyPatch rt2800-add-support-for-rf3070.patch
|
||||
|
||||
#rhbz 982153
|
||||
ApplyPatch iommu-Remove-stack-trace-from-broken-irq-remapping-warning.patch
|
||||
|
||||
# END OF PATCH APPLICATIONS
|
||||
|
||||
%endif
|
||||
|
|
@ -2246,6 +2252,11 @@ fi
|
|||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Tue Oct 08 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc4.git1.1
|
||||
- Linux v3.12-rc4-19-g8b5ede6
|
||||
- Reenable debugging options.
|
||||
- Quiet irq remapping stack trace (rhbz 982153)
|
||||
|
||||
* Mon Oct 7 2013 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||
- General ARM config cleanups
|
||||
- Remove old/dupe ARM config options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue