-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
mod_hash_find() PANIC #5233
Comments
@tcaputi @tonyhutter we'll want to run this one to ground right away if you have a few minutes to look at it. |
@behlendorf |
Sorry. I just saw the email now. I'd need to look into it a little more on Monday, but I can't think of a reason why this would break unless |
OK. Good. Sorry I'm late to this. I need to unsubscribe from all the ZoL emails so that I don''t skim over thhem anymore. |
Linux 4.8, starting from torvalds/linux@19c5d690e, will set owner to 1 when read held instead of leave it NULL. So we change the condition to `rw_owner(rwp) <= 1` in RW_READ_HELD. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs/zfs#5233 Closes openzfs#577
Linux 4.8, starting from torvalds/linux@19c5d690e, will set owner to 1 when read held instead of leave it NULL. So we change the condition to `rw_owner(rwp) <= 1` in RW_READ_HELD. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs/zfs#5233 Closes openzfs#577
Observed on a Linux 4.8 kernel with debugging enabled.
The text was updated successfully, but these errors were encountered: