-
Notifications
You must be signed in to change notification settings - Fork 338
Add /proc/interrupts
support
#475
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
Conversation
I was manually update the fixture so it fails. Now just followed Updating Test Fixtures instructions but I couldn't get exactly:
I almost waited ~5-10m but nothing happens, the process hangs, I guess. (macOS) Feel free to commit my branch to update fixture! Edit: It seems tests are now passing. |
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.
LGTM
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.
Minor nit about copyright dates. Otherwise LGTM.
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.
Just need to update the dates.
Signed-off-by: Furkan <furkan.turkal@trendyol.com>
Done! |
Signed-off-by: Furkan <furkan.turkal@trendyol.com>
Signed-off-by: Furkan furkan.turkal@trendyol.com
I have some use-cases for this implementation:
/proc/interrupts
file using procfs package (with go:linkname)All tests passes.