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

introduction of demand paging support causing qemu failures on x86_64, qemu_x86_64_nokpti #31528

Closed
galak opened this issue Jan 22, 2021 · 2 comments
Assignees
Labels
area: X86_64 x86-64 Architecture (64-bit) bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug

Comments

@galak
Copy link
Collaborator

galak commented Jan 22, 2021

tests/kernel/fatal/exception/kernel.common.stack_sentinel hangs when running on qemu_x86_64_nokpti and qemu_x86_64. In addition tests/ztest/mock/testing.ztest.mock on qemu_x86_64

Git bisect tracks this down to:

commit 2fe1fc53c85ca544bcc1036a6fa2c270cc9cdeb4
Author: Andrew Boie <[email protected]>
Date:   Thu Dec 10 13:02:24 2020 -0800

    kernel: add demand paging implementation
@galak galak added bug The issue is a bug, or the PR is fixing a bug area: X86_64 x86-64 Architecture (64-bit) priority: high High impact/importance bug labels Jan 22, 2021
@galak
Copy link
Collaborator Author

galak commented Jan 22, 2021

As these errors are blocking CI going to exclude running these tests for now to allow forward progress of PRs. See PR #31530

@galak
Copy link
Collaborator Author

galak commented Jan 22, 2021

Closing this issue as we've reverted the paging code for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: X86_64 x86-64 Architecture (64-bit) bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants