[GIT PULL] arm64 fixes for 5.9-rc4
From: Catalin Marinas
Date: Fri Sep 04 2020 - 12:41:40 EST
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit f75aef392f869018f78cfedf3c320a6b3fcfda6b:
Linux 5.9-rc3 (2020-08-30 16:01:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to e0328feda79d9681b3e3245e6e180295550c8ee9:
arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACE (2020-09-02 08:35:33 +0100)
----------------------------------------------------------------
- Fix the loading of modules built with binutils-2.35. This version
produces writable and executable .text.ftrace_trampoline section which
is rejected by the kernel.
- Remove the exporting of cpu_logical_map() as the Tegra driver has now
been fixed and no longer uses this function.
----------------------------------------------------------------
Jessica Yu (1):
arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACE
Sudeep Holla (1):
arm64: Remove exporting cpu_logical_map symbol
arch/arm64/kernel/module-plts.c | 3 +--
arch/arm64/kernel/setup.c | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)