All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will@kernel.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64 fixes for 5.9-rc2
Date: Sat, 22 Aug 2020 16:31:18 +0100	[thread overview]
Message-ID: <20200822153116.GA8696@gaia> (raw)

Hi Linus,

Please pull the arm64 updates below. Thanks.

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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 8d75785a814241587802655cc33e384230744f0c:

  ARM64: vdso32: Install vdso32 from vdso_install (2020-08-21 19:11:44 +0100)

----------------------------------------------------------------
- Allow booting of late secondary CPUs affected by erratum 1418040
  (currently they are parked if none of the early CPUs are affected by
  this erratum).

- Add the 32-bit vdso Makefile to the vdso_install rule so that 'make
  vdso_install' installs the 32-bit compat vdso when it is compiled.

- Print a warning that untrusted guests without a CPU erratum workaround
  (Cortex-A57 832075) may deadlock the affected system.

----------------------------------------------------------------
Marc Zyngier (2):
      arm64: Move handling of erratum 1418040 into C code
      arm64: Allow booting of late CPUs affected by erratum 1418040

Rob Herring (1):
      KVM: arm64: Print warning when cpu erratum can cause guests to deadlock

Stephen Boyd (1):
      ARM64: vdso32: Install vdso32 from vdso_install

 arch/arm64/Makefile               |  1 +
 arch/arm64/kernel/cpu_errata.c    |  2 ++
 arch/arm64/kernel/entry.S         | 21 ---------------------
 arch/arm64/kernel/process.c       | 34 ++++++++++++++++++++++++++++++++++
 arch/arm64/kernel/vdso32/Makefile |  2 +-
 arch/arm64/kvm/arm.c              |  4 ++++
 6 files changed, 42 insertions(+), 22 deletions(-)

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64 fixes for 5.9-rc2
Date: Sat, 22 Aug 2020 16:31:18 +0100	[thread overview]
Message-ID: <20200822153116.GA8696@gaia> (raw)

Hi Linus,

Please pull the arm64 updates below. Thanks.

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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 8d75785a814241587802655cc33e384230744f0c:

  ARM64: vdso32: Install vdso32 from vdso_install (2020-08-21 19:11:44 +0100)

----------------------------------------------------------------
- Allow booting of late secondary CPUs affected by erratum 1418040
  (currently they are parked if none of the early CPUs are affected by
  this erratum).

- Add the 32-bit vdso Makefile to the vdso_install rule so that 'make
  vdso_install' installs the 32-bit compat vdso when it is compiled.

- Print a warning that untrusted guests without a CPU erratum workaround
  (Cortex-A57 832075) may deadlock the affected system.

----------------------------------------------------------------
Marc Zyngier (2):
      arm64: Move handling of erratum 1418040 into C code
      arm64: Allow booting of late CPUs affected by erratum 1418040

Rob Herring (1):
      KVM: arm64: Print warning when cpu erratum can cause guests to deadlock

Stephen Boyd (1):
      ARM64: vdso32: Install vdso32 from vdso_install

 arch/arm64/Makefile               |  1 +
 arch/arm64/kernel/cpu_errata.c    |  2 ++
 arch/arm64/kernel/entry.S         | 21 ---------------------
 arch/arm64/kernel/process.c       | 34 ++++++++++++++++++++++++++++++++++
 arch/arm64/kernel/vdso32/Makefile |  2 +-
 arch/arm64/kvm/arm.c              |  4 ++++
 6 files changed, 42 insertions(+), 22 deletions(-)

-- 
Catalin

             reply	other threads:[~2020-08-22 15:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-22 15:31 Catalin Marinas [this message]
2020-08-22 15:31 ` [GIT PULL] arm64 fixes for 5.9-rc2 Catalin Marinas
2020-08-22 17:32 ` pr-tracker-bot
2020-08-22 17:32   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200822153116.GA8696@gaia \
    --to=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.