-
Notifications
You must be signed in to change notification settings - Fork 212
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
Fix parsing of seven-column /proc/modules #595
base: dev
Are you sure you want to change the base?
Conversation
In modern Linux distributions (e.g. Ubuntu 22.04 and newer) `/proc/modules` contain seven columns. The seventh column denotes module taint state.
Nice, thanks for the contribution! |
Do you have test in/out files you can add to |
I can collect input data and parsing result from Ubuntu machine for new test case Also a question regarding existing (failed) tests: should I fix existing tests by adding |
Could you modify the code so |
In modern Linux distributions (e.g. Ubuntu 22.04 and newer)
/proc/modules
contain seven columns. The seventh column denotes module taint state.