On Mon, Dec 14, 2020 at 03:16:34PM -0800, Nick Desaulniers wrote:
On Tue, Nov 3, 2020 at 11:18 AM gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 4.19-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org.
thanks,
greg k-h
------------------ original commit in Linus's tree ------------------
From ec9d78070de986ecf581ea204fd322af4d2477ec Mon Sep 17 00:00:00 2001 From: Fangrui Song maskray@google.com Date: Thu, 29 Oct 2020 11:19:51 -0700 Subject: [PATCH] arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.S
Dear stable kernel maintainers, please consider applying the attached patch for 4.19.y. It is adjusted to avoid conflicts due to: commit 3ac0f4526dfb ("arm64: lib: Use modern annotations for assembly functions") commit 35e61c77ef38 ("arm64: asm: Add new-style position independent function annotations")] not being backported to 4.19.y. It helps us enable LLVM_IAS=1 builds for aarch64 for Android and CrOS.
Now applied, thanks.
greg k-h