Re: [PATCH v2] overflow: disable failing tests for older clang versions

From: Kees Cook
Date: Thu Oct 06 2022 - 18:59:01 EST


On Thu, 6 Oct 2022 10:17:51 -0700, Nick Desaulniers wrote:
> Building the overflow kunit tests with clang-11 fails with:
>
> $ ./tools/testing/kunit/kunit.py run --arch=arm --make_options LLVM=1 \
> overflow
> ...
> ld.lld: error: undefined symbol: __mulodi4
> ...
>
> [...]

Applied to for-next/hardening, thanks!

[1/1] overflow: disable failing tests for older clang versions
https://git.kernel.org/kees/c/2d4df670c64c

--
Kees Cook