[4.2.0-rc1-00201-g59c3cb5] Regression: kernel NULL pointer dereference

2015-07-12 Thread Jörg Otte
2015-07-12 10:03 GMT+02:00 Jörg Otte : > 4.2.0-rc1-00201-g59c3cb5 introducued a null pointer derefence and a > system freeze > when Xorg is started ( 4.2.0-rc1-00062-gc4b5fd3 was fine) : > > BUG: unable to handle kernel NULL pointer dereference at 0009 > IP: [] 0xbd3447bb > PGD

[PATCH] drm/exynos/fimc: fix runtime pm support

2015-07-12 Thread Tobias Jakobi
Hello, looks like this patch was forgotten. At least I can't find it in 4.2-rc1. With best wishes, Tobias Marek Szyprowski wrote: > Once pm_runtime_set_active() gets called, the kernel assumes that given > device has already enabled runtime pm and will call pm_runtime_suspend() > without matchi

[PATCH 0/7] drm/exynos/hdmi: refactoring/cleanup patches

2015-07-12 Thread Tobias Jakobi
Hello Andrzej! Just some small comments. It seems like linux-samsung-soc wasn't put into Cc for '[PATCH RESEND 0/6] drm/exynos: HDMI related fixes' (even though this series was), maybe you should also forward the other series to this list. This series doesn't apply cleanly when 'drm/exynos: HDMI

Compile warnings with linux 4.2-rc1 on i915_debugfs_connector_add

2015-07-12 Thread François Valenduc
Hello everybody, I get plenty of time the same compile warnings with linux 4.2-rc1: In file included from drivers/gpu/drm/i915/intel_drv.h:32:0, from drivers/gpu/drm/i915/i915_dma.c:36: drivers/gpu/drm/i915/i915_drv.h: In function ‘i915_debugfs_connector_add’: drivers/gpu/drm

[PATCH 0/7] drm/exynos/hdmi: refactoring/cleanup patches

2015-07-12 Thread Tobias Jakobi
Hello Andrzej! Just some small comments. It seems like linux-samsung-soc wasn't put into Cc for '[PATCH RESEND 0/6] drm/exynos: HDMI related fixes' (even though this series was), maybe you should also forward the other series to this list. This series doesn't apply cleanly when 'drm/exynos: HDMI

[Bug 89699] Regression in 10.5.1 causes flickering/artifacting in a particular video game

2015-07-12 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/212d4b4f/attachment.html>

[Bug 89699] Regression in 10.5.1 causes flickering/artifacting in a particular video game

2015-07-12 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/95dcc3e7/attachment.html>

[Bug 89699] Regression in 10.5.1 causes flickering/artifacting in a particular video game

2015-07-12 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/2044acff/attachment.html>

[Bug 91268] R6xx freezes with kernel 3.17 and up

2015-07-12 Thread bugzilla-dae...@freedesktop.org
out of moves now, is there any other way to either add this commit to 3.16 or take it out from 3.17 ? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/arch

[PATCH] nul-terminate readlink result

2015-07-12 Thread Tobias Stoeckmann
On Sat, Jul 11, 2015 at 11:02:57AM +0200, Tobias Stoeckmann wrote: > if (readlink(path, link, PATH_SIZE) < 0) > return -EINVAL; > + link[PATH_SIZE] = '\0'; Sorry, this patch is wrong. It has to be terminated at the correct position. Please see this updated version: >From

[Bug 91084] RadeonSI crash while playing World Of Tanks

2015-07-12 Thread bugzilla-dae...@freedesktop.org
ng this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/a8d8c66d/attachment.html>

[PATCH] drm/atomic: fix null dereference

2015-07-12 Thread Sudip Mukherjee
On Sat, Jul 11, 2015 at 02:17:49PM -0400, Rob Clark wrote: > On Sat, Jul 11, 2015 at 1:24 PM, Sudip Mukherjee > wrote: > > We are checking the size of e->event but we were doing it when e is > > known to be NULL. > > nak, this will leak event_space.. since it is a sizeof, it isn't > actually der

[4.2.0-rc1-00201-g59c3cb5] Regression: kernel NULL pointer dereference

2015-07-12 Thread Jörg Otte
4.2.0-rc1-00201-g59c3cb5 introducued a null pointer derefence and a system freeze when Xorg is started ( 4.2.0-rc1-00062-gc4b5fd3 was fine) : BUG: unable to handle kernel NULL pointer dereference at 0009 IP: [] 0xbd3447bb PGD 0 Oops: [#1] SMP CPU: 1 PID: 1290 Comm: Xorg No

[4.2.0-rc1-00201-g59c3cb5] Regression: kernel NULL pointer dereference

2015-07-12 Thread Linus Torvalds
On Sun, Jul 12, 2015 at 1:03 AM, Jörg Otte wrote: > > BUG: unable to handle kernel NULL pointer dereference at 0009 > IP: [] 0xbd3447bb Ugh. Please enable KALLSYMS to get sane symbols. But yes, "crtc_state->base.active" is at offset 9 from "crtc_state", so it's pretty clearl

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
``` -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/de321235/attachment.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
=91305 | -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/fb39c271/attachment.html>

[Bug 91305] When running JohnTheRipper OpenCL tests: radeon 0000:01:00.0: ring 0 stalled for more than ...msec

2015-07-12 Thread bugzilla-dae...@freedesktop.org
=91315 | -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/db98dee7/attachment.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=91305 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/6f4e6

[Bug 91305] When running JohnTheRipper OpenCL tests: radeon 0000:01:00.0: ring 0 stalled for more than ...msec

2015-07-12 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=91315 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/51234

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/d0839f25/attachment.html>

[PATCH v2 05/13] gpu/drm: kill off set_irq_flags usage

2015-07-12 Thread Rob Herring
set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID -> !IRQ_NOREQUEST IRQF_PROBE -> !IRQ_NOPROBE IRQF_NOAUTOEN -> IRQ_NOAUTOEN For

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/7c7872bc/attachment-0001.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/7022ae3c/attachment.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/ee011c3b/attachment.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/c4c2eec5/attachment.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/a663bb2b/attachment.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/a9b25064/attachment.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
esktop.org/archives/dri-devel/attachments/20150712/f1c3b1a7/attachment.html>

[Bug 91315] When running JohnTheRipper OpenCL tests: The kernel rejected CS, see dmesg for more information. / [mi] EQ overflowing. Additional events will be discarded until existing events are proce

2015-07-12 Thread bugzilla-dae...@freedesktop.org
ttachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/bbedb086/attachment-0001.html>

[Bug 101391] New: Lockup after resume (kernel BUG at include/drm/drm_mm.h:145!)

2015-07-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=101391 Bug ID: 101391 Summary: Lockup after resume (kernel BUG at include/drm/drm_mm.h:145!) Product: Drivers Version: 2.5 Kernel Version: 4.1 Hardware: All OS

[Bug 91305] When running JohnTheRipper OpenCL tests: radeon 0000:01:00.0: ring 0 stalled for more than ...msec

2015-07-12 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/7954a76d/attachment.html>

[Bug 91268] R6xx freezes with kernel 3.17 and up

2015-07-12 Thread bugzilla-dae...@freedesktop.org
e assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150712/16ab8d91/attachment.html>