All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] Final batch of KVM fixes for Linux 5.16
Date: Fri,  7 Jan 2022 12:09:40 -0500	[thread overview]
Message-ID: <20220107170940.653733-1-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit fdba608f15e2427419997b0898750a49a735afcb:

  KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU (2021-12-21 12:39:03 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to fffb5323780786c81ba005f8b8603d4a558aad28:

  KVM: x86: Check for rmaps allocation (2022-01-07 12:04:01 -0500)

----------------------------------------------------------------
Two small fixes for x86:
* lockdep WARN due to missing lock nesting annotation
* NULL pointer dereference when accessing debugfs

----------------------------------------------------------------
Nikunj A Dadhania (1):
      KVM: x86: Check for rmaps allocation

Wanpeng Li (1):
      KVM: SEV: Mark nested locking of kvm->lock

 arch/x86/kvm/debugfs.c | 3 +++
 arch/x86/kvm/svm/sev.c | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)


             reply	other threads:[~2022-01-07 17:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07 17:09 Paolo Bonzini [this message]
2022-01-07 17:34 ` [GIT PULL] Final batch of KVM fixes for Linux 5.16 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=20220107170940.653733-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.