diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-08-28 14:56:54 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-08-28 14:56:54 -0400 |
commit | c8610754fd7e66be5dda6d86f3e39ee3a8fd7a6e (patch) | |
tree | 988dacecafc84fa28a8cceadc26cc927197df195 /kernel.spec | |
parent | 760806ab8a5639906afe6678cea69ae097ac5241 (diff) | |
download | kernel-c8610754fd7e66be5dda6d86f3e39ee3a8fd7a6e.tar.gz kernel-c8610754fd7e66be5dda6d86f3e39ee3a8fd7a6e.tar.xz kernel-c8610754fd7e66be5dda6d86f3e39ee3a8fd7a6e.zip |
Fix NFSv3 ACL regression (rhbz 1132786)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 60953a02f..5c7b1769c 100644 --- a/kernel.spec +++ b/kernel.spec @@ -654,6 +654,9 @@ Patch26015: nfs-fix-kernel-warning-when-removing-proc-entry.patch #rhbz 1132666 Patch26016: xhci-Disable-streams-on-Via-XHCI-with-device-id-0x34.patch +#rhbz 1132786 +Patch26018: NFSv3-Fix-another-acl-regression.patch + # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1393,6 +1396,9 @@ ApplyPatch nfs-fix-kernel-warning-when-removing-proc-entry.patch #rhbz 1132666 ApplyPatch xhci-Disable-streams-on-Via-XHCI-with-device-id-0x34.patch +#rhbz 1132786 +ApplyPatch NFSv3-Fix-another-acl-regression.patch + %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch %ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does. @@ -2275,6 +2281,9 @@ fi # ||----w | # || || %changelog +* Thu Aug 28 2014 Josh Boyer <jwboyer@fedoraproject.org> +- Fix NFSv3 ACL regression (rhbz 1132786) + * Thu Aug 28 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc2.git2.1 - Linux v3.17-rc2-42-gf1bd473f95e0 - Don't enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH (rhbz 1114160) |