diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-10-07 14:08:27 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-10-07 14:08:27 -0400 |
commit | ce8e218a5e0856615ab3d25219fe73a576faa213 (patch) | |
tree | 2b26c6613742cf3c551972634b33dc701aecf959 /kernel.spec | |
parent | e9b747ebb7fd4e16d7ec77bccf448611b0c46a05 (diff) | |
download | kernel-ce8e218a5e0856615ab3d25219fe73a576faa213.tar.gz kernel-ce8e218a5e0856615ab3d25219fe73a576faa213.tar.xz kernel-ce8e218a5e0856615ab3d25219fe73a576faa213.zip |
Add patch to fix GFS2 regression (from Bob Peterson)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 194396c1d..1955ea0b1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -625,6 +625,8 @@ Patch26028: HID-rmi-check-sanity-of-incoming-report.patch #rhbz 1145318 Patch26029: KEYS-Reinstate-EPERM-for-a-key-type-name-beginning-w.patch +Patch26030: GFS2-Make-rename-not-save-dirent-location.patch + # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1362,6 +1364,8 @@ ApplyPatch HID-rmi-check-sanity-of-incoming-report.patch #rhbz 1145318 ApplyPatch KEYS-Reinstate-EPERM-for-a-key-type-name-beginning-w.patch +ApplyPatch GFS2-Make-rename-not-save-dirent-location.patch + %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch %ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does. @@ -2230,6 +2234,9 @@ fi # ||----w | # || || %changelog +* Tue Oct 07 2014 Josh Boyer <jwboyer@fedoraproject.org> +- Add patch to fix GFS2 regression (from Bob Peterson) + * Mon Oct 06 2014 Kyle McMartin <kyle@fedoraproject.org> - enable 64K pages on arm64... (presently) needed to boot on amd seattle platforms due to physical memory being unreachable. |