-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add more tests for userfaultfd #1280
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
base: master
Are you sure you want to change the base?
Add more tests for userfaultfd #1280
Conversation
45b04e6 to
bffe686
Compare
| * Copyright (c) 2025 SUSE LLC | ||
| * Author: Christian Amann <[email protected]> | ||
| * Author: Ricardo Branco <[email protected]> | ||
| * |
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.
nit: could you please rebase against current master. And here use /*\ instead having inside normal comment to get tests docs into https://linux-test-project.readthedocs.io/en/latest/users/test_catalog.html?
| * Author: Christian Amann <[email protected]> | ||
| * Author: Ricardo Branco <[email protected]> | ||
| * | ||
| * Test userfaultfd using UFFDIO_MOVE |
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.
very nit: this could be
Test :man2:`userfaultfd` using UFFDIO_MOVE
which will be in docs converted into link to man page:
Test userfaultfd(2) using UFFDIO_MOVE.
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.
Hopefully fixed now.
Signed-off-by: Ricardo Branco <[email protected]>
Signed-off-by: Ricardo Branco <[email protected]>
Signed-off-by: Ricardo Branco <[email protected]>
Signed-off-by: Ricardo Branco <[email protected]>
Signed-off-by: Ricardo Branco <[email protected]>
bffe686 to
9da6afe
Compare
Add more tests for userfaultfd: