Hi-

I'm getting intermittent OOPSes when playing with dell-wmi.  I think
that find_hk_type function is buggy: it's saving a pointer to DMI
data, but you can't do that, because dmi_walk unmaps the data at the
end.  It probably works reliably on current kernels due to luck
(either a memory layout such that the unmap has no effect or deferred
vmap zapping).

If no one beats me to it, I'll fix this as part of the rebase work on
my big wmi series.

--Andy
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to