You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we construct the address from the page table indices, we don't make
the address canonical. This was fine in the previous versions where
we automatically corrected this in `VirtAddr::new`, but that's no longer
the case. Instead we can use `VirtAddr::new_truncate`.
0 commit comments