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

pkg/report: ignore some timer-related frames #5768

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

Conversation

a-nogikh
Copy link
Collaborator

@a-nogikh a-nogikh requested a review from dvyukov February 11, 2025 12:31
@@ -0,0 +1,97 @@
TITLE: BUG: unable to handle kernel paging request in __mod_timer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

__mod_timer is also a very common helper with a 1000 call sites. I think we should ignore it as well.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's called directly from only a handful of them:
https://elixir.bootlin.com/linux/v6.14-rc1/A/ident/__mod_timer

Some syzbot reports:

Here it doesn't matter what exact frame we pick - the previous ones are also timer related
https://syzkaller.appspot.com/bug?extid=bf36934adc7979488192
https://syzkaller.appspot.com/bug?extid=a38f38823275415f1d79
https://syzkaller.appspot.com/bug?extid=83a876aef81c9a485ae8 (?)

Here ignoring __mod_timer would give a better title:
https://syzkaller.appspot.com/bug?extid=50abac586029cf8758e0

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.

2 participants