Closed sktt closed 1 year ago
Passing a non-canonical address to vmap would still map it, leading to #GP further down the line.
e.g., 0xffff000000000000 would map address for va=0. Let's just return NULL.
0xffff000000000000
LGTM! Thanks, Johannes!
thanks for the great tip!
Passing a non-canonical address to vmap would still map it, leading to #GP further down the line.
e.g.,
0xffff000000000000
would map address for va=0. Let's just return NULL.