[Nouveau] [Bug 68456] [NV4B] null deref on load, NvI2C=1 makes it work

2013-09-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68456 Ilia Mirkin imir...@alum.mit.edu changed: What|Removed |Added Status|NEW |RESOLVED

[Nouveau] [Bug 68456] [NV4B] null deref on load, NvI2C=1 makes it work

2013-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68456 --- Comment #3 from Hans-Peter Deifel hpdei...@gmx.de --- Your patch did work, thank you very much. I could load the module and use it for a few hours without problems. I had indeed set bit_test=1 for i2c_algo_bit although I had forgotten about

[Nouveau] [Bug 68456] [NV4B] null deref on load, NvI2C=1 makes it work

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68456 Ilia Mirkin imir...@alum.mit.edu changed: What|Removed |Added Summary|kernel NULL pointer |[NV4B] null deref on

[Nouveau] [Bug 68456] [NV4B] null deref on load, NvI2C=1 makes it work

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68456 --- Comment #1 from Ilia Mirkin imir...@alum.mit.edu --- The code decodes to 1c: 51 push %rcx 1d: 48 8b 47 18 mov0x18(%rdi),%rax 21: 48 8b 38mov(%rax),%rdi 24: 48 8b 87

[Nouveau] [Bug 68456] [NV4B] null deref on load, NvI2C=1 makes it work

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68456 --- Comment #2 from Ilia Mirkin imir...@alum.mit.edu --- Created attachment 84484 -- https://bugs.freedesktop.org/attachment.cgi?id=84484action=edit pass i2c functions into create func Can you give this patch a shot? It compiles, but I haven't