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

test/mock: pass thru unknown ioctls #917

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

igaw
Copy link
Collaborator

@igaw igaw commented Nov 25, 2024

On s390, tests which use the mock infrastructure fail, because all
unhandled ioctl are considered as fail. The tests issue kvm related
ioctls (0x7a). No need to fail or intercept them, just pass them thru to
the real ioctl.

On s390, tests which use the mock infrastructure fail, because all
unhandled ioctl are considered as fail. The tests issue kvm related
ioctls (0x7a). No need to fail or intercept them, just pass them thru to
the real ioctl.

Signed-off-by: Daniel Wagner <[email protected]>
@igaw igaw merged commit cbbfdd0 into linux-nvme:master Nov 25, 2024
14 of 15 checks passed
@igaw igaw deleted the fix-ioctl branch November 25, 2024 13:08
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.

1 participant