-
Notifications
You must be signed in to change notification settings - Fork 49
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 bio structure #14
Comments
Thanks for noting this. I think I have run into the same issue, but with kernel 3.17. Do you have a fix that handles this? |
This appears to be reproducible with 3.13 even (centos 7.5, kernel 3.13.0, MLNX OFED 3.4). Below is the kernel oops right after swapon /dev/infiniswap0. Sometimes this error doesn't happen until the swap device is being used, but always very quickly after 10-100MB have been swapped out. [ 728.619403] In IS_session_create() with portal: rdma://1,10.10.10.4:9400, If I check for (req->bio == NULL) before calling bio_clone(), I get a hit, but kernel module still fails because the request is not handled. |
New kernel (>4.x) generates requests with NULL bio
Stackbd tries to clone it but panicking with NULL pointer exception.
The text was updated successfully, but these errors were encountered: