Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-13 Thread Cornelia Huck
On Mon, 13 Aug 2018 11:24:48 +0200 Harald Freudenberger wrote: > Here is now the add-on patch which changes the returncode for the > ap_instructions_available() function. > > I talked with Heiko Carstens and this patch will go into the next pull > request for the 4.19 kernel. I was just about t

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-13 Thread Harald Freudenberger
Here is now the add-on patch which changes the returncode for the ap_instructions_available() function. I talked with Heiko Carstens and this patch will go into the next pull request for the 4.19 kernel. - >Fr

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-10 Thread Tony Krowiak
On 08/10/2018 05:37 AM, Harald Freudenberger wrote: On 10.08.2018 10:49, Cornelia Huck wrote: On Thu, 9 Aug 2018 12:06:56 -0400 Tony Krowiak wrote: On 08/09/2018 05:17 AM, Harald Freudenberger wrote: On 09.08.2018 11:06, Cornelia Huck wrote: On Wed, 8 Aug 2018 10:44:14 -0400 Tony Krowiak

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-10 Thread Tony Krowiak
On 08/10/2018 04:49 AM, Cornelia Huck wrote: On Thu, 9 Aug 2018 12:06:56 -0400 Tony Krowiak wrote: On 08/09/2018 05:17 AM, Harald Freudenberger wrote: On 09.08.2018 11:06, Cornelia Huck wrote: On Wed, 8 Aug 2018 10:44:14 -0400 Tony Krowiak wrote: From: Harald Freudenberger Move all t

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-10 Thread Harald Freudenberger
On 10.08.2018 10:49, Cornelia Huck wrote: > On Thu, 9 Aug 2018 12:06:56 -0400 > Tony Krowiak wrote: > >> On 08/09/2018 05:17 AM, Harald Freudenberger wrote: >>> On 09.08.2018 11:06, Cornelia Huck wrote: On Wed, 8 Aug 2018 10:44:14 -0400 Tony Krowiak wrote: > From: Harald F

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-10 Thread Cornelia Huck
On Thu, 9 Aug 2018 12:06:56 -0400 Tony Krowiak wrote: > On 08/09/2018 05:17 AM, Harald Freudenberger wrote: > > On 09.08.2018 11:06, Cornelia Huck wrote: > >> On Wed, 8 Aug 2018 10:44:14 -0400 > >> Tony Krowiak wrote: > >> > >>> From: Harald Freudenberger > >>> > >>> Move all the inline fu

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-09 Thread Tony Krowiak
On 08/09/2018 11:43 AM, Heiko Carstens wrote: On Thu, Aug 09, 2018 at 11:18:05AM -0400, Tony Krowiak wrote: On 08/09/2018 05:06 AM, Cornelia Huck wrote: On Wed, 8 Aug 2018 10:44:14 -0400 Tony Krowiak wrote: From: Harald Freudenberger Move all the inline functions from the ap bus header fi

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-09 Thread Tony Krowiak
On 08/09/2018 05:17 AM, Harald Freudenberger wrote: On 09.08.2018 11:06, Cornelia Huck wrote: On Wed, 8 Aug 2018 10:44:14 -0400 Tony Krowiak wrote: From: Harald Freudenberger Move all the inline functions from the ap bus header file ap_asm.h into the in-kernel api header file arch/s390/inc

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-09 Thread Heiko Carstens
On Thu, Aug 09, 2018 at 11:18:05AM -0400, Tony Krowiak wrote: > On 08/09/2018 05:06 AM, Cornelia Huck wrote: > >On Wed, 8 Aug 2018 10:44:14 -0400 > >Tony Krowiak wrote: > > > >>From: Harald Freudenberger > >> > >>Move all the inline functions from the ap bus header > >>file ap_asm.h into the in-

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-09 Thread Tony Krowiak
On 08/09/2018 05:06 AM, Cornelia Huck wrote: On Wed, 8 Aug 2018 10:44:14 -0400 Tony Krowiak wrote: From: Harald Freudenberger Move all the inline functions from the ap bus header file ap_asm.h into the in-kernel api header file arch/s390/include/asm/ap.h so that KVM can make use of all the

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-09 Thread Harald Freudenberger
Here is now a reworked version of the integrate ap_asm.h into include/asm/ap.h patch which can be used to apply it within the AP virtualisation patch queue for testing: >From c81710e7cd073c4f9a904f3539ecf17fd89c9c2d Mon Sep 17 00:00:00 2001 From: Harald Freudenberger Date: Tue, 12 Jun 2018 15:4

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-09 Thread Harald Freudenberger
On 09.08.2018 11:06, Cornelia Huck wrote: > On Wed, 8 Aug 2018 10:44:14 -0400 > Tony Krowiak wrote: > >> From: Harald Freudenberger >> >> Move all the inline functions from the ap bus header >> file ap_asm.h into the in-kernel api header file >> arch/s390/include/asm/ap.h so that KVM can make us

Re: [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-09 Thread Cornelia Huck
On Wed, 8 Aug 2018 10:44:14 -0400 Tony Krowiak wrote: > From: Harald Freudenberger > > Move all the inline functions from the ap bus header > file ap_asm.h into the in-kernel api header file > arch/s390/include/asm/ap.h so that KVM can make use > of all the low level AP functions. > > Signed-

[PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.

2018-08-08 Thread Tony Krowiak
From: Harald Freudenberger Move all the inline functions from the ap bus header file ap_asm.h into the in-kernel api header file arch/s390/include/asm/ap.h so that KVM can make use of all the low level AP functions. Signed-off-by: Harald Freudenberger Signed-off-by: Christian Borntraeger ---