-
Notifications
You must be signed in to change notification settings - Fork 122
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
RHEL 8.9 nullptr dereference #377
RHEL 8.9 nullptr dereference #377
Conversation
AlexScherba16
commented
Jun 17, 2024
- changes in block_device in kernel
- support new linux kernel function declarations
- support for bd_has_submit_bio for block device
1921d08
to
c9f7d4a
Compare
Is it all copied from main...Swistusmen:dattobd:supporting-ubuntu24 and #367 + changes made here: e9e8df1? |
@Swistusmen without changes in tracer. |
* Return: | ||
* void. | ||
*/ | ||
void dattobd_drop_super(struct super_block *sb) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls simplify to #if defined HAVE_GET_SUPER return drop_super(sb) #endif return;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls simplify dattobd_drop_super
5c3b7dc
to
f62a84b
Compare
f62a84b
to
1977d16
Compare
1977d16
to
3ef2367
Compare
Included to #382 |