On Mon, May 22, 2017 at 1:28 PM, Linus Torvalds <torva...@linux-foundation.org> wrote: > > Have not tested that commit, but did verify that yes it was the i2c > pull, and am about to reboot into a kernel that just zeroes those > variables beforehand (which seems to be the same thing that commit > does, although it also moves lines around for some unfathomable > reason).
Confirmed. Initializing those fields to zero fixes it. Linus