Revision 09274aed9021642cb3e5e0eb0e657a13ee3eafed authored by Linus Torvalds on 04 September 2020, 20:40:59 UTC, committed by Linus Torvalds on 04 September 2020, 20:40:59 UTC
Pull arm64 fixes from Catalin Marinas:

 - 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.

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACE
  arm64: Remove exporting cpu_logical_map symbol
2 parent s 16bf121 + e0328fe
History
File Mode Size
kdb
Makefile -rw-r--r-- 162 bytes
debug_core.c -rw-r--r-- 28.3 KB
debug_core.h -rw-r--r-- 2.5 KB
gdbstub.c -rw-r--r-- 25.9 KB

back to top