mbox series

[GIT,PULL] arm64 fix for 5.9-rc8/final

Message ID 20201001173505.GA6432@gaia
State New
Headers show
Series [GIT,PULL] arm64 fix for 5.9-rc8/final | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

Message

Catalin Marinas Oct. 1, 2020, 5:35 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit 75df529bec9110dad43ab30e2d9490242529e8b8:

  arm64: paravirt: Initialize steal time when cpu is online (2020-09-17 18:12:18 +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 a509a66a9d0d4f4e304d58fad38c078d0336c445:

  arm64: permit ACPI core to map kernel memory used for table overrides (2020-09-30 22:27:51 +0100)

----------------------------------------------------------------
A previous commit to prevent AML memory opregions from accessing the
kernel memory turned out to be too restrictive. Relax the permission
check to permit the ACPI core to map kernel memory used for table
overrides.

----------------------------------------------------------------
Ard Biesheuvel (1):
      arm64: permit ACPI core to map kernel memory used for table overrides

 arch/arm64/kernel/acpi.c | 22 ++++++++++++++++++++--
 include/linux/acpi.h     |  2 +-
 2 files changed, 21 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 1, 2020, 8:28 p.m. UTC | #1
The pull request you sent on Thu, 1 Oct 2020 18:35:07 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eed2ef4403de3d8937ccb624e15d3c5004e7dda5

Thank you!