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

Fix memfd_secrete selftest #297

Closed
musamaanjum opened this issue Dec 13, 2023 · 1 comment
Closed

Fix memfd_secrete selftest #297

musamaanjum opened this issue Dec 13, 2023 · 1 comment
Assignees
Projects

Comments

@musamaanjum
Copy link

The test is failing consistently. For example: https://linux.kernelci.org/test/plan/id/657654bd8e81e654fae13532/

The bug happens when the max locked memory limit is increased beyond a certain limit. Initially, I was thinking that only the test was wrong. It isn't robust enough. But as I've investigated, there is something wrong with the kernel as well. There is 1-page difference between how many pages can be locked and how many kernel says can be locked. The difference is 1024 bytes if we look at raw numbers before certain calculations. I'm investigating this further.

@musamaanjum musamaanjum self-assigned this Dec 13, 2023
@musamaanjum musamaanjum added this to Discovered in Kernel Bugs via automation Dec 13, 2023
@musamaanjum
Copy link
Author

Closing the ticket as we aren't tracking bugs found in the kernel in this project anymore.

Kernel Bugs automation moved this from Discovered to Verified Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Kernel Bugs
Verified
Development

No branches or pull requests

1 participant