Re: Oops in current tree in i2c
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2018-10-27 16:20:21
Also in:
lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2018-10-27 16:20:21
Also in:
lkml
On Sat, Oct 27, 2018 at 9:08 AM Linus Torvalds [off-list ref] wrote:
I *think* the problem is that the i2c_hid_dmi_desc_override_table[] isn't terminated by a NULL entry, and I will test that next.
Confirmed. That makes my laptop boot cleanly.
See commit b59dfdaef173 ("i2c-hid: properly terminate
i2c_hid_dmi_desc_override_table[] array")
Linus