mbox

[GIT,PULL,0/1] KVM: s390: allow to compile without warning with W=1

Message ID 20210930125440.22777-1-borntraeger@de.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-5.15-1

Message

Christian Borntraeger Sept. 30, 2021, 12:54 p.m. UTC
Paolo,

please pull for kvm/master a fix for W=1.

The following changes since commit 5c49d1850ddd3240d20dc40b01f593e35a184f38:

  KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue (2021-09-27 11:25:40 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-5.15-1

for you to fetch changes up to 25b5476a294cd5f7c7730f334f6b400d30bb783d:

  KVM: s390: Function documentation fixes (2021-09-28 17:56:54 +0200)

----------------------------------------------------------------
KVM: s390: allow to compile without warning with W=1

----------------------------------------------------------------
Janosch Frank (1):
      KVM: s390: Function documentation fixes

 arch/s390/kvm/gaccess.c   | 12 ++++++++++++
 arch/s390/kvm/intercept.c |  4 +++-
 2 files changed, 15 insertions(+), 1 deletion(-)

Comments

Paolo Bonzini Oct. 4, 2021, 7:58 a.m. UTC | #1
On 30/09/21 14:54, Christian Borntraeger wrote:
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-5.15-1

Pulled, thanks!

Paolo