> +static inline void *kmsan_get_metadata(void *addr, bool is_origin)
> +{
> + return NULL;
> +}
> +
> #endifWe shouldn't need this part, as kmsan_get_metadata() should never be called in non-KMSAN builds.
> +static inline void *kmsan_get_metadata(void *addr, bool is_origin)
> +{
> + return NULL;
> +}
> +
> #endifWe shouldn't need this part, as kmsan_get_metadata() should never be called in non-KMSAN builds.