Re: [PATCH 0/2] Remove '-mno-global-merge' from KBUILD_CFLAGS

2022-04-01 Thread Masahiro Yamada
On Thu, Mar 31, 2022 at 8:46 AM Nathan Chancellor wrote: > > As discussed at [1] and [2], this series removes '-mno-global-merge' > from KBUILD_CFLAGS for clang, as it causes warnings for UML, and it > no longer appears to be necessary, as I do not see any modpost warnings > with LLVM 11 through 1

[PATCH 0/2] Remove '-mno-global-merge' from KBUILD_CFLAGS

2022-03-30 Thread Nathan Chancellor
As discussed at [1] and [2], this series removes '-mno-global-merge' from KBUILD_CFLAGS for clang, as it causes warnings for UML, and it no longer appears to be necessary, as I do not see any modpost warnings with LLVM 11 through 15 with several different ARCH=arm and ARCH=arm64 configurations. [1