diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2015-09-02 12:00:59 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-09-03 11:37:18 -0400 |
commit | 9b5419c22b45c71fe4f5ff2dc13d90aff1585bee (patch) | |
tree | fcee835f8ba76dda163ccc17dd9907a223fc6b3c /kernel.spec | |
parent | d07b889185195409a6090ed3e12fff475b4258f4 (diff) | |
download | kernel-9b5419c22b45c71fe4f5ff2dc13d90aff1585bee.tar.gz kernel-9b5419c22b45c71fe4f5ff2dc13d90aff1585bee.tar.xz kernel-9b5419c22b45c71fe4f5ff2dc13d90aff1585bee.zip |
Make flush_workqueue() available again to non GPL modules (rhbz 1259231)
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 2c50fbb9f..989b8255d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -625,6 +625,9 @@ Patch514: drm-qxl-validate-monitors-config-modes.patch Patch517: vmwgfx-Rework-device-initialization.patch Patch518: drm-vmwgfx-Allow-dropped-masters-render-node-like-ac.patch +#rhbz 1259231 +Patch519: make-flush-workqueue-available-to-non-GPL-modules.patch + # END OF PATCH DEFINITIONS %endif @@ -1368,6 +1371,9 @@ ApplyPatch drm-qxl-validate-monitors-config-modes.patch ApplyPatch vmwgfx-Rework-device-initialization.patch ApplyPatch drm-vmwgfx-Allow-dropped-masters-render-node-like-ac.patch +#rhbz 1259231 +ApplyPatch make-flush-workqueue-available-to-non-GPL-modules.patch + # END OF PATCH APPLICATIONS %endif @@ -2218,6 +2224,9 @@ fi # # %changelog +* Wed Sep 02 2015 Justin M. Forbes <jforbes@fedoraproject.org> +- Make flush_workqueue() available again to non GPL modules (rhbz 1259231) + * Tue Sep 1 2015 Laura Abbott <labbott@fedoraproject.org> - 4.2.0-200 - Linux v4.2 |