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

i#7375: Fix is_record_kernel() for dynamic insertions #7378

Merged
merged 3 commits into from
Mar 19, 2025

Conversation

derekbruening
Copy link
Contributor

Adds state to the scheduler's output stream to track kernel sequences so that is_record_kernel() works properly for live kernel sequence insertions.

Augments the kernel unit tests with checks of is_record_kernel() which fail without the fix.

Fixes #7375

Adds state to the scheduler's output stream to track kernel sequences
so that is_record_kernel() works properly for live kernel sequence
insertions.

Augments the kernel unit tests with checks of is_record_kernel() which
fail without the fix.

Fixes #7375
@derekbruening derekbruening merged commit 406ec8c into master Mar 19, 2025
24 checks passed
@derekbruening derekbruening deleted the i7376-is-kernel-live branch March 19, 2025 22:28
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.

drmemtrace API is_record_kernel() fails for live injected kernel sequences
2 participants