mbox series

[GIT,PULL] EFI fix for v6.9 (#1)

Message ID 20240503110302.2339230-2-ardb+git@google.com
State New
Headers show
Series [GIT,PULL] EFI fix for v6.9 (#1) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.9-1

Message

Ard Biesheuvel May 3, 2024, 11:03 a.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Hello Linus,

Please pull the EFI fix below - it works around a shortcoming in the memory
acceptation API, which may apparently hog the CPU for long enough to trigger
the softlockup watchdog. Note that this only affects confidential VMs running
under the Intel TDX hypervisor, which is why I accepted this for now, but this
should obviously be fixed properly in the future.


The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680:

  Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.9-1

for you to fetch changes up to 1c5a1627f48105cbab81d25ec2f72232bfaa8185:

  efi/unaccepted: touch soft lockup during memory accept (2024-04-24 19:11:34 +0200)

----------------------------------------------------------------
EFI fix for v6.9 (#1)

- Avoid triggering the softlockup watchdog when accepting large chunks
  of memory from the hypervisor

----------------------------------------------------------------
Chen Yu (1):
      efi/unaccepted: touch soft lockup during memory accept

 drivers/firmware/efi/unaccepted_memory.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

pr-tracker-bot@kernel.org May 3, 2024, 9:44 p.m. UTC | #1
The pull request you sent on Fri,  3 May 2024 13:03:03 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.9-1

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

Thank you!