Re: [PATCH v2] bitmap: Switch from inline to __always_inline
From: Nathan Chancellor
Date: Sat Jul 13 2024 - 19:27:12 EST
Hi Brian,
On Fri, Jul 12, 2024 at 01:42:22PM -0700, Brian Norris wrote:
> But agreed, I can get a larger matrix with a bit more specifity in my
> commit log. TBD on the ease of getting a Clang 13 or GCC 9 toolchain,
> but I think I can convince my distro to provide them.
In case you have not seen them already, there are GCC and LLVM
toolchains available on kernel.org to make doing this type of testing
easier:
https://mirrors.edge.kernel.org/pub/tools/crosstool
https://mirrors.edge.kernel.org/pub/tools/llvm
Then use either
CROSS_COMPILE=<install_prefix>/bin/x86_64-linux-
or
LLVM=<install_prefix>/bin/
when building your kernels. If you have any issues with them, just let
me know and I'll try to help out.
Cheers,
Nathan