]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"
authorNathan Chancellor <nathan@kernel.org>
Wed, 30 Mar 2022 23:45:28 +0000 (16:45 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 1 Apr 2022 15:05:28 +0000 (00:05 +0900)
This reverts commit 0589e226636eb8a115a40c94fc67a0c306fe7b4c.

This patch is buggy, as noted in the patch linked below. The root cause
has been solved by removing '-mno-global-merge' for the entire kernel.

Link: https://lore.kernel.org/r/20220322173547.677760-1-nathan@kernel.org/
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/um/Makefile

index 320b09cd513cf7529818924a66c0cbbdd4286ad6..f2fe63bfd819f5f07971d4e4d50cbecec983173d 100644 (file)
@@ -75,10 +75,6 @@ USER_CFLAGS = $(patsubst $(KERNEL_DEFINES),,$(patsubst -I%,,$(KBUILD_CFLAGS))) \
                -D_FILE_OFFSET_BITS=64 -idirafter $(srctree)/include \
                -idirafter $(objtree)/include -D__KERNEL__ -D__UM_HOST__
 
-ifdef CONFIG_CC_IS_CLANG
-USER_CFLAGS := $(patsubst -mno-global-merge,,$(USER_CFLAGS))
-endif
-
 #This will adjust *FLAGS accordingly to the platform.
 include $(srctree)/$(ARCH_DIR)/Makefile-os-$(OS)