mbox series

[0/2] etoken patch for 3.1

Message ID 20180731090448.36662-1-borntraeger@de.ibm.com (mailing list archive)
Headers show
Series etoken patch for 3.1 | expand

Message

Christian Borntraeger July 31, 2018, 9:04 a.m. UTC
this depends on the current kvms390/next kernel tree.

Christian Borntraeger (2):
  header sync
  s390x/kvm: add etoken facility

 linux-headers/asm-s390/kvm.h    |  5 ++++-
 target/s390x/cpu.h              |  3 +++
 target/s390x/cpu_features.c     |  3 ++-
 target/s390x/cpu_features_def.h |  3 ++-
 target/s390x/gen-features.c     |  3 ++-
 target/s390x/kvm.c              | 11 +++++++++++
 target/s390x/machine.c          | 20 +++++++++++++++++++-
 7 files changed, 43 insertions(+), 5 deletions(-)

Comments

Cornelia Huck July 31, 2018, 11:29 a.m. UTC | #1
On Tue, 31 Jul 2018 11:04:46 +0200
Christian Borntraeger <borntraeger@de.ibm.com> wrote:

> this depends on the current kvms390/next kernel tree.
> 
> Christian Borntraeger (2):
>   header sync
>   s390x/kvm: add etoken facility
> 
>  linux-headers/asm-s390/kvm.h    |  5 ++++-
>  target/s390x/cpu.h              |  3 +++
>  target/s390x/cpu_features.c     |  3 ++-
>  target/s390x/cpu_features_def.h |  3 ++-
>  target/s390x/gen-features.c     |  3 ++-
>  target/s390x/kvm.c              | 11 +++++++++++
>  target/s390x/machine.c          | 20 +++++++++++++++++++-
>  7 files changed, 43 insertions(+), 5 deletions(-)
> 

I can merge this (with a capital E in the feature name and a real
headers update) once the kernel headers update hits Linux master.
Please ping me if I forget :)
Christian Borntraeger July 31, 2018, 11:42 a.m. UTC | #2
On 07/31/2018 01:29 PM, Cornelia Huck wrote:
> On Tue, 31 Jul 2018 11:04:46 +0200
> Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> 
>> this depends on the current kvms390/next kernel tree.
>>
>> Christian Borntraeger (2):
>>   header sync
>>   s390x/kvm: add etoken facility
>>
>>  linux-headers/asm-s390/kvm.h    |  5 ++++-
>>  target/s390x/cpu.h              |  3 +++
>>  target/s390x/cpu_features.c     |  3 ++-
>>  target/s390x/cpu_features_def.h |  3 ++-
>>  target/s390x/gen-features.c     |  3 ++-
>>  target/s390x/kvm.c              | 11 +++++++++++
>>  target/s390x/machine.c          | 20 +++++++++++++++++++-
>>  7 files changed, 43 insertions(+), 5 deletions(-)
>>
> 
> I can merge this (with a capital E in the feature name and a real
> headers update) once the kernel headers update hits Linux master.
> Please ping me if I forget :)

Thanks, will do.
Cornelia Huck Aug. 20, 2018, 9:01 a.m. UTC | #3
On Tue, 31 Jul 2018 13:29:30 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> On Tue, 31 Jul 2018 11:04:46 +0200
> Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> 
> > this depends on the current kvms390/next kernel tree.
> > 
> > Christian Borntraeger (2):
> >   header sync
> >   s390x/kvm: add etoken facility
> > 
> >  linux-headers/asm-s390/kvm.h    |  5 ++++-
> >  target/s390x/cpu.h              |  3 +++
> >  target/s390x/cpu_features.c     |  3 ++-
> >  target/s390x/cpu_features_def.h |  3 ++-
> >  target/s390x/gen-features.c     |  3 ++-
> >  target/s390x/kvm.c              | 11 +++++++++++
> >  target/s390x/machine.c          | 20 +++++++++++++++++++-
> >  7 files changed, 43 insertions(+), 5 deletions(-)
> >   
> 
> I can merge this (with a capital E in the feature name and a real
> headers update) once the kernel headers update hits Linux master.
> Please ping me if I forget :)

I did not forget; in fact, I just pushed it out to s390-next :)

Thanks, applied.