diff options
author | 2025-04-10 07:05:23 +0000 | |
---|---|---|
committer | 2025-05-08 10:01:00 -0700 | |
commit | 19500c6dbc5c348564a6513c801ab0889300565a (patch) | |
tree | 0b34eb90f8aa7fe292aaae4b42040419b99250f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | riscv: save the SR_SUM status over switches (diff) | |
download | linux-rng-19500c6dbc5c348564a6513c801ab0889300565a.tar.xz linux-rng-19500c6dbc5c348564a6513c801ab0889300565a.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions