diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2025-04-10 07:05:23 +0000 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2025-05-08 10:01:00 -0700 |
commit | 19500c6dbc5c348564a6513c801ab0889300565a (patch) | |
tree | 0b34eb90f8aa7fe292aaae4b42040419b99250f7 /scripts/lib/kdoc/kdoc_output.py | |
parent | 788aa64c01f1262310b4c1fb827a36df170d86ea (diff) |
riscv: implement user_access_begin() and families
Currently, when a function like strncpy_from_user() is called,
the userspace access protection is disabled and enabled
for every word read.
By implementing user_access_begin() and families, the protection
is disabled at the beginning of the copy and enabled at the end.
The __inttype macro is borrowed from x86 implementation.
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Signed-off-by: Cyril Bur <cyrilbur@tenstorrent.com>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20250410070526.3160847-3-cyrilbur@tenstorrent.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions