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

properly jump the address gap in CleanUp #469

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

Freax13
Copy link
Member

@Freax13 Freax13 commented Mar 15, 2024

Starting with 0.15, the addition operator will no longer implicitly jump the gap in the address space. Instead, we can use Step::forward.

Fixes #468

Starting with 0.15, the addition operator will no longer implicitly
jump the gap in the address space. Instead, we can use Step::forward.
Copy link
Member

@phil-opp phil-opp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@phil-opp phil-opp merged commit a20e690 into rust-osdev:master Mar 15, 2024
12 checks passed
@phil-opp
Copy link
Member

We should probably create a patch release for this, right?

@Freax13
Copy link
Member Author

Freax13 commented Mar 15, 2024

We should probably create a patch release for this, right?

I agree

@GZTimeWalker
Copy link
Contributor

We should probably create a patch release for this, right?

Hi there, so when will the plan be to release this patch?

@Freax13
Copy link
Member Author

Freax13 commented Mar 18, 2024

We should probably create a patch release for this, right?

Hi there, so when will the plan be to release this patch?

If everything goes well, I'm planning on creating a PR for a new release after #472 is merged.

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.

A VirtualAddr panic is triggered when the page table called clean_up
3 participants