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

svsm: fix CI failures #155

Merged
merged 6 commits into from
Nov 20, 2023
Merged

svsm: fix CI failures #155

merged 6 commits into from
Nov 20, 2023

Conversation

00xc
Copy link
Member

@00xc 00xc commented Nov 20, 2023

  • Fix broken tests due to a conflicting change in how page table flags are constructed.
  • Fix cargo fmt errors
  • Re-enable missing Debug and Copy implementations lint.
  • Fix doc build warning

Fix broken tests due to a conflicting change in how page table flags
are constructed.

Signed-off-by: Carlos López <[email protected]>
@00xc 00xc changed the title mm/vm/file_mapping: fix file mapping tests svsm: fix CI failures Nov 20, 2023
00xc and others added 2 commits November 20, 2023 14:40
Fix the following warning:

warning: unresolved link to `VirtualMemoryRange::handle_page_fault`
   --> src/mm/vm/range.rs:380:11
    |
380 |     /// [`VirtualMemoryRange::handle_page_fault()`] is called to handle the page
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VirtualMemoryRange` in scope
    |
    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default

Signed-off-by: Carlos López <[email protected]>
@joergroedel joergroedel merged commit 98ef230 into coconut-svsm:main Nov 20, 2023
1 of 2 checks passed
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.

2 participants