All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mackerras <paulus@ozlabs.org>
To: Paolo Bonzini <pbonzini@redhat.com>, kvm@vger.kernel.org
Cc: kvm-ppc@vger.kernel.org
Subject: [GIT PULL] Please pull my kvm-ppc-next branch
Date: Fri, 1 Sep 2017 16:36:17 +1000	[thread overview]
Message-ID: <20170901063617.GC5644@fergus.ozlabs.ibm.com> (raw)

Paolo,

Please do a pull from my kvm-ppc-next branch to get a PPC update for
4.14.  There are various minor fixes and cleanups.  The only new
feature is that we now export information about storage key support to
userspace, so it can advertise it to the guest.

I have pulled in Michael Ellerman's topic/ppc-kvm branch from the
powerpc tree to get a couple of fixes that touch both KVM PPC code and
other PPC code.  That's why there is some arch/powerpc stuff in the
diffstat that isn't arch/powerpc/kvm.

Thanks,
Paul.

The following changes since commit 712b12d72451411c40e39d25e2140fb8c7fd0e49:

  kvm: nVMX: Validate the virtual-APIC address on nested VM-entry (2017-08-25 12:34:16 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-next

for you to fetch changes up to 43f6b0cfb2e4dfd5aa452a1d44491e805e37b7da:

  KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fd (2017-09-01 10:17:58 +1000)

----------------------------------------------------------------
Andreas Schwab (1):
      KVM: PPC: Book3S HV: Fix invalid use of register expression

Aneesh Kumar K.V (1):
      powerpc/mm: Rename find_linux_pte_or_hugepte()

Dan Carpenter (2):
      KVM: PPC: e500: Fix some NULL dereferences on error
      KVM: PPC: e500mc: Fix a NULL dereference

Nicholas Piggin (2):
      KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
      KVM: PPC: Book3S HV: Fix H_REGISTER_VPA VPA size validation

Paul Mackerras (3):
      KVM: PPC: Book3S HV: Fix case where HDEC is treated as 32-bit on POWER9
      KVM: PPC: Book3S HV: Report storage key support to userspace
      Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next

Ram Pai (1):
      KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTER

nixiaoming (1):
      KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fd

 arch/powerpc/include/asm/book3s/64/mmu-hash.h |  1 +
 arch/powerpc/include/asm/kvm_book3s_asm.h     |  4 +++
 arch/powerpc/include/asm/pgtable.h            | 10 +-------
 arch/powerpc/include/asm/pte-walk.h           | 35 +++++++++++++++++++++++++++
 arch/powerpc/kernel/eeh.c                     |  4 +--
 arch/powerpc/kernel/idle_book3s.S             | 35 ++++++++++++++++++---------
 arch/powerpc/kernel/io-workarounds.c          |  5 ++--
 arch/powerpc/kvm/book3s_64_mmu_hv.c           |  6 +++--
 arch/powerpc/kvm/book3s_64_mmu_radix.c        | 28 ++++++++++-----------
 arch/powerpc/kvm/book3s_64_vio_hv.c           | 12 ++++++++-
 arch/powerpc/kvm/book3s_hv.c                  | 29 ++++++++++++++++++++--
 arch/powerpc/kvm/book3s_hv_rm_mmu.c           | 20 +++++++--------
 arch/powerpc/kvm/book3s_hv_rmhandlers.S       | 13 ++++++++--
 arch/powerpc/kvm/e500.c                       |  8 ++++--
 arch/powerpc/kvm/e500_mmu_host.c              |  3 ++-
 arch/powerpc/kvm/e500mc.c                     |  4 ++-
 arch/powerpc/mm/hash_utils_64.c               |  5 ++--
 arch/powerpc/mm/hugetlbpage.c                 | 24 ++++++++++--------
 arch/powerpc/mm/tlb_hash64.c                  |  6 +++--
 arch/powerpc/perf/callchain.c                 |  3 ++-
 include/uapi/linux/kvm.h                      |  3 ++-
 21 files changed, 183 insertions(+), 75 deletions(-)
 create mode 100644 arch/powerpc/include/asm/pte-walk.h

WARNING: multiple messages have this Message-ID (diff)
From: Paul Mackerras <paulus@ozlabs.org>
To: Paolo Bonzini <pbonzini@redhat.com>, kvm@vger.kernel.org
Cc: kvm-ppc@vger.kernel.org
Subject: [GIT PULL] Please pull my kvm-ppc-next branch
Date: Fri, 01 Sep 2017 06:36:17 +0000	[thread overview]
Message-ID: <20170901063617.GC5644@fergus.ozlabs.ibm.com> (raw)
In-Reply-To: <20150905074554.GA6779@fergus.ozlabs.ibm.com>

Paolo,

Please do a pull from my kvm-ppc-next branch to get a PPC update for
4.14.  There are various minor fixes and cleanups.  The only new
feature is that we now export information about storage key support to
userspace, so it can advertise it to the guest.

I have pulled in Michael Ellerman's topic/ppc-kvm branch from the
powerpc tree to get a couple of fixes that touch both KVM PPC code and
other PPC code.  That's why there is some arch/powerpc stuff in the
diffstat that isn't arch/powerpc/kvm.

Thanks,
Paul.

The following changes since commit 712b12d72451411c40e39d25e2140fb8c7fd0e49:

  kvm: nVMX: Validate the virtual-APIC address on nested VM-entry (2017-08-25 12:34:16 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-next

for you to fetch changes up to 43f6b0cfb2e4dfd5aa452a1d44491e805e37b7da:

  KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fd (2017-09-01 10:17:58 +1000)

----------------------------------------------------------------
Andreas Schwab (1):
      KVM: PPC: Book3S HV: Fix invalid use of register expression

Aneesh Kumar K.V (1):
      powerpc/mm: Rename find_linux_pte_or_hugepte()

Dan Carpenter (2):
      KVM: PPC: e500: Fix some NULL dereferences on error
      KVM: PPC: e500mc: Fix a NULL dereference

Nicholas Piggin (2):
      KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
      KVM: PPC: Book3S HV: Fix H_REGISTER_VPA VPA size validation

Paul Mackerras (3):
      KVM: PPC: Book3S HV: Fix case where HDEC is treated as 32-bit on POWER9
      KVM: PPC: Book3S HV: Report storage key support to userspace
      Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next

Ram Pai (1):
      KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTER

nixiaoming (1):
      KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fd

 arch/powerpc/include/asm/book3s/64/mmu-hash.h |  1 +
 arch/powerpc/include/asm/kvm_book3s_asm.h     |  4 +++
 arch/powerpc/include/asm/pgtable.h            | 10 +-------
 arch/powerpc/include/asm/pte-walk.h           | 35 +++++++++++++++++++++++++++
 arch/powerpc/kernel/eeh.c                     |  4 +--
 arch/powerpc/kernel/idle_book3s.S             | 35 ++++++++++++++++++---------
 arch/powerpc/kernel/io-workarounds.c          |  5 ++--
 arch/powerpc/kvm/book3s_64_mmu_hv.c           |  6 +++--
 arch/powerpc/kvm/book3s_64_mmu_radix.c        | 28 ++++++++++-----------
 arch/powerpc/kvm/book3s_64_vio_hv.c           | 12 ++++++++-
 arch/powerpc/kvm/book3s_hv.c                  | 29 ++++++++++++++++++++--
 arch/powerpc/kvm/book3s_hv_rm_mmu.c           | 20 +++++++--------
 arch/powerpc/kvm/book3s_hv_rmhandlers.S       | 13 ++++++++--
 arch/powerpc/kvm/e500.c                       |  8 ++++--
 arch/powerpc/kvm/e500_mmu_host.c              |  3 ++-
 arch/powerpc/kvm/e500mc.c                     |  4 ++-
 arch/powerpc/mm/hash_utils_64.c               |  5 ++--
 arch/powerpc/mm/hugetlbpage.c                 | 24 ++++++++++--------
 arch/powerpc/mm/tlb_hash64.c                  |  6 +++--
 arch/powerpc/perf/callchain.c                 |  3 ++-
 include/uapi/linux/kvm.h                      |  3 ++-
 21 files changed, 183 insertions(+), 75 deletions(-)
 create mode 100644 arch/powerpc/include/asm/pte-walk.h

             reply	other threads:[~2017-09-01  6:36 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-01  6:36 Paul Mackerras [this message]
2017-09-01  6:36 ` [GIT PULL] Please pull my kvm-ppc-next branch Paul Mackerras
  -- strict thread matches above, loose matches on Subject: below --
2017-11-02  6:54 Paul Mackerras
2017-11-02  6:54 ` Paul Mackerras
2017-11-02 17:16 ` Paolo Bonzini
2017-11-02 17:16   ` Paolo Bonzini
2017-07-02  7:11 Paul Mackerras
2017-07-02  7:11 ` Paul Mackerras
2017-04-29  0:25 [GIT PULL] Please pull my kvm-ppc-next branch again Paul Mackerras
2017-04-29  0:25 ` Paul Mackerras
2017-04-29 12:39 ` Paolo Bonzini
2017-04-29 12:39   ` Paolo Bonzini
2017-05-06 10:02   ` Paul Mackerras
2017-05-06 10:02     ` Paul Mackerras
2017-05-06 15:22     ` Paolo Bonzini
2017-05-06 15:22       ` Paolo Bonzini
2017-05-08  3:31       ` Paul Mackerras
2017-05-08  3:31         ` Paul Mackerras
2017-05-08  7:28         ` Paolo Bonzini
2017-05-08  7:28           ` Paolo Bonzini
2017-05-08 13:39           ` Paolo Bonzini
2017-05-08 13:39             ` Paolo Bonzini
2017-05-09  1:09             ` Paul Mackerras
2017-05-09  1:09               ` Paul Mackerras
2017-05-09  2:03             ` Michael Ellerman
2017-05-09  2:03               ` Michael Ellerman
2017-05-09  2:17               ` Linus Torvalds
2017-05-09  2:17                 ` Linus Torvalds
2017-05-09  9:24                 ` Paolo Bonzini
2017-05-09  9:24                   ` Paolo Bonzini
2017-05-09 13:31                   ` Benjamin Herrenschmidt
2017-05-09 13:31                     ` Benjamin Herrenschmidt
2017-05-09 13:53                     ` Paolo Bonzini
2017-05-09 13:53                       ` Paolo Bonzini
2017-05-11  6:33                       ` Michael Ellerman
2017-05-11  6:33                         ` Michael Ellerman
2017-05-09 23:31                   ` Paul Mackerras
2017-05-09 23:31                     ` Paul Mackerras
2017-05-11  6:28                   ` Michael Ellerman
2017-05-11  6:28                     ` Michael Ellerman
2017-05-11  6:37                 ` Michael Ellerman
2017-05-11  6:37                   ` Michael Ellerman
2017-04-21  7:52 [GIT PULL] Please pull my kvm-ppc-next branch Paul Mackerras
2017-04-21  7:52 ` Paul Mackerras
2017-04-21 10:28 ` Paolo Bonzini
2017-04-21 10:28   ` Paolo Bonzini
2017-04-19 11:01 Paul Mackerras
2017-04-19 11:01 ` Paul Mackerras
2017-04-19 12:32 ` Alexey Kardashevskiy
2017-04-19 12:32   ` Alexey Kardashevskiy
2017-04-20  1:28   ` Paul Mackerras
2017-04-20  1:28     ` Paul Mackerras
2017-02-19 23:25 Paul Mackerras
2017-02-01  9:24 Paul Mackerras
2017-02-01  9:24 ` Paul Mackerras
2017-02-07 17:17 ` Paolo Bonzini
2017-02-07 17:17   ` Paolo Bonzini
2016-12-06  9:35 Paul Mackerras
2016-12-06  9:35 ` Paul Mackerras
2016-12-06 13:50 ` Radim Krčmář
2016-12-06 13:50   ` Radim Krčmář
2016-11-28 22:53 Paul Mackerras
2016-11-28 22:53 ` Paul Mackerras
2016-11-30 17:25 ` Radim Krčmář
2016-11-30 17:25   ` Radim Krčmář
2016-09-28  4:46 Paul Mackerras
2016-09-28  4:46 ` Paul Mackerras
2016-09-29 14:46 ` Radim Krčmář
2016-09-29 14:46   ` Radim Krčmář
2016-09-29 20:00 ` Thomas Huth
2016-09-29 20:00   ` Thomas Huth
2016-09-13  4:58 Paul Mackerras
2016-09-13  4:58 ` Paul Mackerras
2016-09-13 13:10 ` Paolo Bonzini
2016-09-13 13:10   ` Paolo Bonzini
2016-07-11 15:46 Paul Mackerras
2016-07-11 15:46 ` Paul Mackerras
2016-07-11 16:11 ` Paolo Bonzini
2016-07-11 16:11   ` Paolo Bonzini
2016-05-13  5:23 Paul Mackerras
2016-05-13  5:23 ` Paul Mackerras
2016-05-13  7:44 ` Christian Borntraeger
2016-05-13  7:44   ` Christian Borntraeger
2016-05-13  8:24   ` Paul Mackerras
2016-05-13  8:24     ` Paul Mackerras
2016-03-03  2:38 Paul Mackerras
2016-03-03  2:38 ` Paul Mackerras
2016-03-03 13:46 ` Paolo Bonzini
2016-03-03 13:46   ` Paolo Bonzini
2016-01-15 10:35 Paul Mackerras
2016-01-15 10:35 ` Paul Mackerras
2016-01-15 16:49 ` Paolo Bonzini
2016-01-15 16:49   ` Paolo Bonzini
2015-10-26  4:17 Paul Mackerras
2015-10-26  4:17 ` Paul Mackerras
2015-11-02 12:53 ` Paolo Bonzini
2015-11-02 12:53   ` Paolo Bonzini
2015-09-05  7:45 Paul Mackerras
2015-09-05  7:45 ` Paul Mackerras
2015-09-07  8:29 ` Paolo Bonzini
2015-09-07  8:29   ` Paolo Bonzini

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=20170901063617.GC5644@fergus.ozlabs.ibm.com \
    --to=paulus@ozlabs.org \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    /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.