Skip to content
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

fix free_request_tracking_ptr set dev->sd_orig_request_fn as null #378

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hongyuntw
Copy link

If we are using submit_bio kernel version, we also need to reset sd_orig_request_fn to null when dattobd_free_request_tracking_ptr is called. Since __tracer_destroy_tracing determined to do destroy traced or not by checking if sd_orig_request_fn is a nullptr, not doing this might cause a kernel panic due to double destroy cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant