aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorRobin Murphy <[email protected]>2018-02-05 15:34:19 +0000
committerCatalin Marinas <[email protected]>2018-02-06 22:53:34 +0000
commit4d8efc2d5ee4c9ccfeb29ee8afd47a8660d0c0ce (patch)
tree74800afc7ba67d3e7ec3935b218d0c81c5459249 /scripts/gdb/linux/lists.py
parent51369e398d0d33e8f524314e672b07e8cf870e79 (diff)
arm64: Use pointer masking to limit uaccess speculation
Similarly to x86, mitigate speculation past an access_ok() check by masking the pointer against the address limit before use. Even if we don't expect speculative writes per se, it is plausible that a CPU may still speculate at least as far as fetching a cache line for writing, hence we also harden put_user() and clear_user() for peace of mind. Signed-off-by: Robin Murphy <[email protected]> Signed-off-by: Will Deacon <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions