diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-01-23 10:33:11 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-01-23 10:33:19 -0500 |
commit | ad8be0c4fdfa5308432fef8c0e3f8084bc909dc5 (patch) | |
tree | 4592b89d14463cd598d278be3416f3626a2cd17f /kernel.spec | |
parent | d849e539446c2e97b64c1d6cbb7691e6b1c686fc (diff) | |
download | kernel-ad8be0c4fdfa5308432fef8c0e3f8084bc909dc5.tar.gz kernel-ad8be0c4fdfa5308432fef8c0e3f8084bc909dc5.tar.xz kernel-ad8be0c4fdfa5308432fef8c0e3f8084bc909dc5.zip |
Revert fsnotify changes as they cause slab corruption for multiple people
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 66b75b380..b43525a2b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -644,6 +644,8 @@ Patch25185: perf-plugin-dir.patch Patch25186: peterz-printk-timestamp-fix.patch +Patch25187: revert-fsnotify-changes.patch + # END OF PATCH DEFINITIONS %endif @@ -1310,6 +1312,10 @@ ApplyPatch perf-plugin-dir.patch ApplyPatch peterz-printk-timestamp-fix.patch +# Davej and others are reporting slab corruption with the fsnotify changes. +# Revert them until they're worked out upstream +ApplyPatch revert-fsnotify-changes.patch + # END OF PATCH APPLICATIONS %endif @@ -2089,6 +2095,7 @@ fi # || || %changelog * Thu Jan 23 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc0.git6.1.1 +- Revert fsnotify changes as they cause slab corruption for multiple people - Linux v3.13-3995-g0dc3fd0 * Thu Jan 23 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc0.git5.1 |