On Fri, Nov 2, 2018 at 2:43 AM Andrey Ryabinin <[email protected]> wrote:
>
> You're right, version checks shouldn't matter here. But
> __no_sanitize_address_or_inline
> shouldn't have been added in the first place, because we already have almost
> the same
>__no_kasan_or_inline:
Ahh, very good.
Vasily, Martin - since __no_sanitize_address_or_inline was added just
for s390, would you mind replacing it with __no_kasan_or_inline
instead, and testing that in whatever failed before?
Then we can just remove that unnecessary symbol #define entirely..
Thanks,
Linus