Linux v3.17-rc6

- Revert EFI GOT fixes as it causes boot failures
- Disable debugging options.
This commit is contained in:
Josh Boyer 2014-09-22 16:08:53 -04:00
commit f4cf24d458
60 changed files with 338 additions and 120 deletions

View file

@ -67,9 +67,9 @@ 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 5
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@ -124,7 +124,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 0
%define debugbuildsenabled 1
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@ -618,6 +618,8 @@ Patch26021: drm-vmwgfx-Fix-drm.h-include.patch
Patch26022: x86-efi-Delete-misleading-efi_printk-error-message.patch
Patch26023: Revert-x86-efi-Fixup-GOT-in-all-boot-code-paths.patch
# git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel
Patch30000: kernel-arm64.patch
@ -1347,6 +1349,8 @@ ApplyPatch drm-vmwgfx-Fix-drm.h-include.patch
ApplyPatch x86-efi-Delete-misleading-efi_printk-error-message.patch
ApplyPatch Revert-x86-efi-Fixup-GOT-in-all-boot-code-paths.patch
%if 0%{?aarch64patches}
ApplyPatch kernel-arm64.patch
%ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does.
@ -2215,6 +2219,11 @@ fi
# ||----w |
# || ||
%changelog
* Mon Sep 22 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc6.git0.1
- Linux v3.17-rc6
- Revert EFI GOT fixes as it causes boot failures
- Disable debugging options.
* Fri Sep 19 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc5.git5.1
- Linux v3.17-rc5-105-g598a0c7d0932