Hi Linus, Please pull the arm64 updates below. The fix addresses a symbol export for the tegra194-cpufreq module that made its way into mainline (the issue was found in -next but still debating an alternative fix without exporting __cpu_logical_map).
Thanks. The following changes since commit 0e4cd9f2654915be8d09a1bd1b405ce5426e64c4: Merge branch 'for-next/read-barrier-depends' into for-next/core (2020-07-31 18:09:57 +0100) 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 eaecca9e7710281be7c31d892c9f447eafd7ddd9: arm64: Fix __cpu_logical_map undefined issue (2020-08-08 19:25:04 +0100) ---------------------------------------------------------------- - Fix tegra194-cpufreq module build failure caused __cpu_logical_map not exported. - Improve fixed_addresses comment regarding the fixmap buffer sizes. ---------------------------------------------------------------- Kefeng Wang (1): arm64: Fix __cpu_logical_map undefined issue Pingfan Liu (1): arm64/fixmap: make notes of fixed_addresses more precisely arch/arm64/include/asm/fixmap.h | 7 +++---- arch/arm64/include/asm/smp.h | 7 ++++++- arch/arm64/kernel/setup.c | 8 +++++++- arch/arm64/kernel/smp.c | 6 +++--- 4 files changed, 19 insertions(+), 9 deletions(-)