You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit e6c7efd.
Turns out it was totally wrong. The memory is supposed to be bound to
the kref, as the original code was doing correctly, not the
device/driver binding as the devm_kzalloc() would cause.
This fixes an oops when read would be called after the device was
unbound from the driver.
Reported-by: Ladislav Michl <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: stable <[email protected]> # 3.12+
Signed-off-by: Greg Kroah-Hartman <[email protected]>
0 commit comments