[PATCH v2 3/5] arm64: mte: Rename TCO routines

Andrey Konovalov andreyknvl at gmail.com
Wed Mar 29 11:41:23 PDT 2023


On Wed, Mar 29, 2023 at 8:37 PM <andrey.konovalov at linux.dev> wrote:
>
> From: Vincenzo Frascino <vincenzo.frascino at arm.com>
>
> The TCO related routines are used in uaccess methods and
> load_unaligned_zeropad() but are unrelated to both even if the naming
> suggest otherwise.
>
> Improve the readability of the code moving the away from uaccess.h and
> pre-pending them with "mte".
>
> Cc: Will Deacon <will at kernel.org>
> Signed-off-by: Vincenzo Frascino <vincenzo.frascino at arm.com>
> Signed-off-by: Catalin Marinas <catalin.marinas at arm.com>
> Signed-off-by: Andrey Konovalov <andreyknvl at google.com>
>
> ---
>
> Chages v1->v2:
> - Drop __ from mte_disable/enable_tco names, as those functions are to
>   be exported to KASAN code.

Hi Catalin and Vincenzo,

Could you please take a look at this patch and other arm64 parts in
this series and give your ack if they look good?

Thank you!



More information about the linux-arm-kernel mailing list