public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>, KVM <kvm@vger.kernel.org>,
	Cornelia Huck <cohuck@redhat.com>,
	linux-s390 <linux-s390@vger.kernel.org>,
	Janosch Frank <frankja@linux.vnet.ibm.com>
Subject: Re: [GIT PULL 0/6] KVM: s390: Fixes and features for 4.16
Date: Tue, 16 Jan 2018 16:27:24 +0100	[thread overview]
Message-ID: <20180116152724.GA23579@flask> (raw)
In-Reply-To: <69c45e6a-9ad6-ecb5-c7e2-1660ef35ffff@de.ibm.com>

2018-01-16 16:14+0100, Christian Borntraeger:
> On 01/16/2018 04:09 PM, Paolo Bonzini wrote:
> > On 16/01/2018 16:03, Christian Borntraeger wrote:
> >> Paolo, Radim,
> >>
> >> the first chunk (of already reviewed) patches for 4.16 via kvm/next.
> >>
> >>
> >> The following changes since commit ccff53fd86ee54022e3d841f3db9280b1deb22e4:
> >>
> >>   KVM: x86: avoid unnecessary XSETBV on guest entry (2017-12-18 13:10:25 +0100)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-next-4.16-1
> >>
> >> for you to fetch changes up to 715e0427049606f499ea6b485c997f93f0778c77:
> >>
> >>   KVM: s390: cleanup struct kvm_s390_float_interrupt (2018-01-16 15:53:09 +0100)
> >>
> >> ----------------------------------------------------------------
> >> KVM: s390: Fixes and features for 4.16
> >>
> >> - add the virtio-ccw transport for kvmconfig
> >> - more debug tracing for cpu model
> >> - cleanups and fixes
> >>
> >> ----------------------------------------------------------------
> >> Christian Borntraeger (3):
> >>       KVM: s390: use created_vcpus in more places
> >>       KVM: s390: add debug tracing for cpu features of CPU model
> >>       kvm_config: add CONFIG_S390_GUEST
> >>
> >> David Hildenbrand (2):
> >>       s390x/mm: cleanup gmap_pte_op_walk()
> >>       KVM: s390: cleanup struct kvm_s390_float_interrupt
> >>
> >> Michael Mueller (1):
> >>       KVM: s390: drop use of spin lock in __floating_irq_kick
> >>
> >>  arch/s390/include/asm/kvm_host.h |  3 ---
> >>  arch/s390/kvm/interrupt.c        | 27 +++++++++++----------------
> >>  arch/s390/kvm/kvm-s390.c         | 29 +++++++++++++++++++----------
> >>  arch/s390/kvm/kvm-s390.h         |  2 +-
> >>  arch/s390/kvm/sigp.c             | 12 ++++--------
> >>  arch/s390/mm/gmap.c              | 23 ++++++++---------------
> >>  kernel/configs/kvm_guest.config  |  1 +
> >>  7 files changed, 44 insertions(+), 53 deletions(-)
> >>
> > 
> > We probably will have to rebase kvm/next, sorry, to remove a series that
> > had problems and (worse) complaints from the arch/x86 maintainers. :(
> > Can you rebase on top of 5cb0944c0c66004c0d9006a7f0fba5782ae38
> 
> Can you (when doing that) rebase on something newer? rc3 is broken in many ways
> and only works on some of my test systems (those without multipath).

I'd like to avoid rebasing that much -- so far we're only rebasing
patches since Jan 11 and there is a batch from Dec 14 on top of rc3.

> I will rebase on 4.15-rc3 to give you all the freedom you need. 

I think that basing s390 on a later -rc would work for all of us,

thanks.

  reply	other threads:[~2018-01-16 15:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-16 15:03 [GIT PULL 0/6] KVM: s390: Fixes and features for 4.16 Christian Borntraeger
2018-01-16 15:03 ` [GIT PULL 1/6] s390x/mm: cleanup gmap_pte_op_walk() Christian Borntraeger
2018-01-16 15:03 ` [GIT PULL 2/6] KVM: s390: use created_vcpus in more places Christian Borntraeger
2018-01-16 15:03 ` [GIT PULL 3/6] KVM: s390: add debug tracing for cpu features of CPU model Christian Borntraeger
2018-01-16 15:03 ` [GIT PULL 4/6] KVM: s390: drop use of spin lock in __floating_irq_kick Christian Borntraeger
2018-01-16 15:03 ` [GIT PULL 5/6] kvm_config: add CONFIG_S390_GUEST Christian Borntraeger
2018-01-16 15:03 ` [GIT PULL 6/6] KVM: s390: cleanup struct kvm_s390_float_interrupt Christian Borntraeger
2018-01-16 15:09 ` [GIT PULL 0/6] KVM: s390: Fixes and features for 4.16 Paolo Bonzini
2018-01-16 15:14   ` Christian Borntraeger
2018-01-16 15:27     ` Radim Krčmář [this message]
2018-01-16 15:35       ` 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=20180116152724.GA23579@flask \
    --to=rkrcmar@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=frankja@linux.vnet.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox