On Wed 05-11-14 20:25:16, Matwey V. Kornilov wrote:
2014-11-05 19:19 GMT+03:00 Michal Hocko <mhocko@suse.cz>:
On Thu 30-10-14 20:42:14, matwey.kornilov@gmail.com wrote:
Hi,
This is to fix kernel OOPS on BeagleBone Black introduced by 3a49012224ca9016658a831a327ff6a7fe5bb4f9 (and its copies in stable trees). See https://bugzilla.kernel.org/show_bug.cgi?id=86071 for reference. Kernal 3.16.3+ and 3.17+ are affected. This commit is for stable and openSUSE-13.2 branches.
It also has been sent to upstream stable, but has not been included into 3.16.7 which was the last release in 3.16.x branch. Because of this, it is needed to be applied to openSUSE-13.2 directly.
It seems that Cannonical will be doing 3.16 stable kernels after all. http://thread.gmane.org/gmane.linux.kernel/1818070 So it might be worth reposting.
I have pushed the patch into our tree. I've tried both your patch and the one from Linus' tree. I would just note that the default openSUSE-13.2 config doesn't enable CONFIG_DRM_TILCDC. So this is basically a noop for the distribution kernel. I assume you create your own kernel, right?
Are you sure? Right now I see CONFIG_DRM_TILCDC=y at
http://kernel.opensuse.org/cgit/kernel-source/tree/config/armv7hl/default?h=...
Ahh, OK, my local build was for x86_64. My fault, I should have checked: $ git grep CONFIG_DRM_TILCDC -- config config/armv6hl/default:CONFIG_DRM_TILCDC=y config/armv7hl/default:CONFIG_DRM_TILCDC=y config/armv7hl/lpae:CONFIG_DRM_TILCDC=m -- Michal Hocko SUSE Labs -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org