-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NULL pointer dereference in aspeed_i2c_master_irq #219
Comments
Caught a maybe-related KASAN dump in a similar scenario (though I now think the IPMB device may in fact be unrelated):
Task 262, FWIW, is adcsensor, doing i2c-unrelated things. |
Some further debug-experiment results: after disabling |
Hello @zevweiss any further updates on this. |
Hi @ksrikanth -- since I realized that the platform I'd been encountering this on didn't actually require |
Running a dev-6.0 kernel on an ast2500 platform I'm working on a port to I'm sometimes hitting a panic on busses with an IPMB device on them:
aspeed_i2c_master_irq+0x10c points to this line, with
msg->buf
being NULL.I've seen it happen a few times, but it's not 100% reproducible, so I'm guessing it maybe a race condition of some sort.
The text was updated successfully, but these errors were encountered: