diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-02-16 10:00:34 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-02-16 10:00:34 +0000 |
commit | 8f1aa901ec3701776f975d036e4f9826fc61ca50 (patch) | |
tree | 1a79bd4052f88dcd5e6c8f9ec296569d2a22f9b4 /kernel.spec | |
parent | f43646ce1aae0ecb06518dcdcb267398c9303427 (diff) | |
download | kernel-8f1aa901ec3701776f975d036e4f9826fc61ca50.tar.gz kernel-8f1aa901ec3701776f975d036e4f9826fc61ca50.tar.xz kernel-8f1aa901ec3701776f975d036e4f9826fc61ca50.zip |
Add patch to work around crash on RPi3
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index e89eaef53..17393540f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -530,6 +530,10 @@ 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 +# Fix RPi3 from crashing. Nowhere near a final fix but provides breathing room while that is sorted +# https://github.com/anholt/linux/issues/89 +Patch434: 0001-i2c-bcm2835-Debug-test-for-curr_msg.patch + # http://www.spinics.net/lists/arm-kernel/msg552554.html Patch438: arm-imx6-hummingboard2.patch @@ -2174,6 +2178,7 @@ fi %changelog * Wed Feb 15 2017 Peter Robinson <pbrobinson@fedoraproject.org> - Enable PWRSEQ_SIMPLE module (fixes rhbz 1377816) +- Add patch to work around crash on RPi3 * Tue Feb 14 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.10.0-0.rc8.git0.2 - Reenable debugging options. |