mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 06:46:35 +07:00
26deb04342
CONFIG_KASAN implements wrappers for memcpy() memmove() and memset()
Those wrappers are doing the verification then call respectively
__memcpy() __memmove() and __memset(). The arches are therefore
expected to rename their optimised functions that way.
For files on which KASAN is inhibited, #defines are used to allow
them to directly call optimised versions of the functions without
going through the KASAN wrappers.
See commit
|
||
---|---|---|
.. | ||
asm | ||
.gitignore | ||
copy_tofrom_user_reference.S | ||
copyuser_64.S | ||
copyuser_power7.S | ||
exc_validate.c | ||
Makefile | ||
memcpy_64.S | ||
memcpy_power7.S | ||
stubs.S | ||
validate.c |