diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-02-09 19:07:37 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-02-09 19:07:37 +0000 |
commit | e93be638c6cbe21a43b88a2acf620558c8ae4cc2 (patch) | |
tree | b6e1b6236cd4cf0bea6587f57b626226128486c1 /kernel.spec | |
parent | fcf164c466efbed1822c5a30042cca01d9487f36 (diff) | |
download | kernel-e93be638c6cbe21a43b88a2acf620558c8ae4cc2.tar.gz kernel-e93be638c6cbe21a43b88a2acf620558c8ae4cc2.tar.xz kernel-e93be638c6cbe21a43b88a2acf620558c8ae4cc2.zip |
Fix OOPSes in vc4 (Raspberry Pi)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 17e1ba51d..aede923fb 100644 --- a/kernel.spec +++ b/kernel.spec @@ -527,8 +527,11 @@ Patch431: bcm283x-mmc-imp-speed.patch Patch432: bcm283x-VEC.patch +# http://www.spinics.net/lists/dri-devel/msg132235.html +Patch433: drm-vc4-Fix-OOPSes-from-trying-to-cache-a-partially-constructed-BO..patch + # http://www.spinics.net/lists/arm-kernel/msg552554.html -Patch434: arm-imx6-hummingboard2.patch +Patch438: arm-imx6-hummingboard2.patch Patch460: lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch @@ -2169,6 +2172,9 @@ fi # # %changelog +* Thu Feb 9 2017 Peter Robinson <pbrobinson@fedoraproject.org> +- Fix OOPSes in vc4 (Raspberry Pi) + * Wed Feb 08 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.10.0-0.rc7.git2.1 - Linux v4.10-rc7-65-g926af627 |