Patch "ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD" has been added to the 4.19-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD

to the 4.19-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-9025-1-kconfig-cpu_big_endian-depends-on-ld_is_l.patch
and it can be found in the queue-4.19 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 4860aa0d04ac9751f03bc543ddf86c5454acb244
Author: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
Date:   Tue Nov 17 00:46:39 2020 +0100

    ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD
    
    commit 28187dc8ebd938d574edfc6d9e0f9c51c21ff3f4 upstream.
    
    LLD does not yet support any big endian architectures. Make this config
    non-selectable when using LLD until LLD is fixed.
    
    Link: https://github.com/ClangBuiltLinux/linux/issues/965
    
    Signed-off-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
    Tested-by: Nathan Chancellor <natechancellor@xxxxxxxxx>
    Reviewed-by: Nathan Chancellor <natechancellor@xxxxxxxxx>
    Reported-by: kbuild test robot <lkp@xxxxxxxxx>
    Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index b169e580bf82..6bd452c6005c 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -742,6 +742,7 @@ config SWP_EMULATE
 config CPU_BIG_ENDIAN
 	bool "Build big-endian kernel"
 	depends on ARCH_SUPPORTS_BIG_ENDIAN
+	depends on !LD_IS_LLD
 	help
 	  Say Y if you plan on running a kernel in big-endian mode.
 	  Note that your board must be properly built and your board



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux