• Clemens Backes's avatar
    [wasm] Initialize memory protection key permissions · d7aaa6d7
    Clemens Backes authored
    Initialize the (thread-local) memory protection key permissions for any
    isolate that joins the wasm engine. Otherwise it can happen that an
    isolate gets Wasm code from the cache without ever compiling anything
    (hence without ever changing memory protection key permissions), and
    then it would not be allowed to access (read or execute) the code.
    
    I tested this change manually on a PKU-enabled devices. The new test
    crashed before the fix, and completes successfully afterwards.
    
    R=ahaas@chromium.org
    
    Bug: v8:11974, chromium:1280451
    Change-Id: I90dded8b4fdaa8cf34b44107291d3f525ce16335
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3347563Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#78413}
    d7aaa6d7
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...