pkg/report: parse int3 oops reports#7376
Merged
Merged
Conversation
Haihan-Jiang
marked this pull request as ready for review
May 24, 2026 16:48
There was a problem hiding this comment.
Code Review
This pull request introduces support for reporting int3 (breakpoint) exceptions in the Linux kernel as Denial of Service (DoS) crashes. The changes include updating the title-to-type mapping, adding a new oops pattern for int3: in the Linux reporter, and providing a corresponding test case. The review feedback suggests reordering the new entry in the titleToType list to maintain alphabetical sorting as required by the existing code structure.
Haihan-Jiang
force-pushed
the
codex/syzkaller-int3-report
branch
from
May 24, 2026 16:50
ac4de16 to
eca756a
Compare
a-nogikh
approved these changes
May 26, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
🚀 New features to boost your workflow:
|
Contributor
Author
|
Thanks for the review. |
Collaborator
|
Thanks for the patch! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Oops: int3:reports before they fall through to the generic fatal-exception panic parserint3 in ...title as DoS and add a regression report based on pkg/report:kernel panic: Fatal exceptionis misparsed #6119Fixes #6119
Testing
go test ./pkg/reportgo test ./pkg/report/crashgo test ./pkg/report/...