diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2017-08-16 09:02:27 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2017-08-16 09:02:27 -0700 |
commit | 1a59a2bc70346fe349abc9289913cd7e9331fde5 (patch) | |
tree | de5e9fdb0fd24f4c1f2ec31612f370921e04b62f /kernel.spec | |
parent | c0d49bcdd3004b140d416267f4097b27c095a8b1 (diff) | |
download | kernel-1a59a2bc70346fe349abc9289913cd7e9331fde5.tar.gz kernel-1a59a2bc70346fe349abc9289913cd7e9331fde5.tar.xz kernel-1a59a2bc70346fe349abc9289913cd7e9331fde5.zip |
Fix for iio race
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 421abb7fe..e9ad53774 100644 --- a/kernel.spec +++ b/kernel.spec @@ -646,6 +646,9 @@ Patch616: 0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch # rhbz 1476467 Patch617: Fix-for-module-sig-verification.patch +# request for bug fix +Patch618: iio-race-fix.patch + # END OF PATCH DEFINITIONS %endif @@ -2199,6 +2202,9 @@ fi # # %changelog +* Wed Aug 16 2017 Laura Abbott <labbott@redhat.com> +- Fix for iio race + * Wed Aug 16 2017 Hans de Goede <jwrdegoede@fedoraproject.org> - Enable CONFIG_DRM_VBOXVIDEO=m on x86 - Enable CONFIG_R8188EU=m on x86_64, some Cherry Trail devices use this |