Enable the use of MOPS implementations of memset, memcpy and memmove within
the kernel. Fix pre-ifunc resolution uses of these functions.
Sponsored by: Arm Ltd
Differential D55051
arm64: Add MOPS implementations of memset(), memcpy() and memmove() Authored by sarah.walker2_arm.com on Mon, Feb 2, 10:02 AM.
Details
Diff Detail
Event TimelineComment Actions I think we will need to also update the calls to memset/bzero in pmap_bootstrap_*. These functions are used by the kernel sanitizers to build the early shadow region. |