[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200710143908.GB31036@willie-the-truck>
Date: Fri, 10 Jul 2020 15:39:08 +0100
From: Will Deacon <will@...nel.org>
To: torvalds@...ux-foundation.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
catalin.marinas@....com, kernel-team@...roid.com
Subject: [GIT PULL] arm64 fixes for -rc5
Hi Linus,
Please pull this unfortunately large collection of arm64 fixes for -rc5.
Some of this is absolutely trivial, but the alternatives, vDSO and CPU
errata workaround fixes are significant. At least people are finding and
fixing these things, I suppose.
Summary in the tag.
Cheers,
Will
--->8
The following changes since commit 9b23d95c539ebc5d6d6b5d6f20d2d7922384e76e:
arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718 (2020-07-03 16:39:16 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
for you to fetch changes up to 5679b28142193a62f6af93249c0477be9f0c669b:
arm64/alternatives: don't patch up internal branches (2020-07-09 14:57:59 +0100)
----------------------------------------------------------------
arm64 fixes for -rc5
- Fix workaround for CPU erratum #1418040 to disable the compat vDSO
- Fix OOPs when single-stepping with KGDB
- Fix memory attributes for hypervisor device mappings at EL2
- Fix memory leak in PSCI and remove useless variable assignment
- Fix up some comments and asm labels in our entry code
- Fix broken register table formatting in our generated html docs
- Fix missing NULL sentinel in CPU errata workaround list
- Fix patching of branches in alternative instruction sections
----------------------------------------------------------------
Ard Biesheuvel (1):
arm64/alternatives: don't patch up internal branches
Florian Fainelli (1):
arm64: Add missing sentinel to erratum_1463225
Gavin Shan (2):
drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_groups()
drivers/firmware/psci: Assign @err directly in hotplug_tests()
Kevin Hao (1):
arm64: entry: Fix the typo in the comment of el1_dbg()
Marc Zyngier (4):
arm64: Introduce a way to disable the 32bit vdso
arm64: arch_timer: Allow an workaround descriptor to disable compat vdso
arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAROUND_1418040
arm64: Rework ARM_ERRATUM_1414080 handling
Suzuki K Poulose (1):
arm64: Documentation: Fix broken table in generated HTML
Wei Li (1):
arm64: kgdb: Fix single-step exception handling oops
Will Deacon (2):
KVM: arm64: Fix definition of PAGE_HYP_DEVICE
arm64: entry: Tidy up block comments and label numbers
Documentation/arm64/cpu-feature-registers.rst | 2 +
arch/arm64/include/asm/arch_timer.h | 1 +
arch/arm64/include/asm/pgtable-prot.h | 2 +-
arch/arm64/include/asm/vdso/clocksource.h | 7 ++-
arch/arm64/include/asm/vdso/compat_gettimeofday.h | 8 +++-
arch/arm64/kernel/alternative.c | 16 +------
arch/arm64/kernel/cpu_errata.c | 1 +
arch/arm64/kernel/entry-common.c | 2 +-
arch/arm64/kernel/entry.S | 52 ++++++++++++++---------
arch/arm64/kernel/kgdb.c | 2 +-
drivers/clocksource/arm_arch_timer.c | 11 +++++
drivers/firmware/psci/psci_checker.c | 8 ++--
12 files changed, 68 insertions(+), 44 deletions(-)
Powered by blists - more mailing lists