mbox series

[kvm-unit-tests,v3,0/8] s390x: uv-host: Access check extensions and improvements

Message ID 20221017093925.2038-1-frankja@linux.ibm.com (mailing list archive)
Headers show
Series s390x: uv-host: Access check extensions and improvements | expand

Message

Janosch Frank Oct. 17, 2022, 9:39 a.m. UTC
Over the last few weeks I had a few ideas on how to extend the uv-host
test to get more coverage. Most checks are access checks for secure
pages or the UVCB and its satellites.

v3:
	* Added len assert for access_check_3d
	* using the latest version of patch #1

v2:
	* Moved 3d access check in function
	* Small fixes
	* Added two more fix patches

Janosch Frank (8):
  s390x: uv-host: Add access checks for donated memory
  s390x: uv-host: Add uninitialized UV tests
  s390x: uv-host: Test uv immediate parameter
  s390x: uv-host: Add access exception test
  s390x: uv-host: Add a set secure config parameters test function
  s390x: uv-host: Remove duplicated +
  s390x: uv-host: Fence against being run as a PV guest
  s390x: uv-host: Fix init storage origin and length check

 s390x/uv-host.c | 264 ++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 254 insertions(+), 10 deletions(-)

Comments

Claudio Imbrenda Oct. 20, 2022, 9:03 a.m. UTC | #1
On Mon, 17 Oct 2022 09:39:17 +0000
Janosch Frank <frankja@linux.ibm.com> wrote:

> Over the last few weeks I had a few ideas on how to extend the uv-host
> test to get more coverage. Most checks are access checks for secure
> pages or the UVCB and its satellites.

thanks, picked

> 
> v3:
> 	* Added len assert for access_check_3d
> 	* using the latest version of patch #1
> 
> v2:
> 	* Moved 3d access check in function
> 	* Small fixes
> 	* Added two more fix patches
> 
> Janosch Frank (8):
>   s390x: uv-host: Add access checks for donated memory
>   s390x: uv-host: Add uninitialized UV tests
>   s390x: uv-host: Test uv immediate parameter
>   s390x: uv-host: Add access exception test
>   s390x: uv-host: Add a set secure config parameters test function
>   s390x: uv-host: Remove duplicated +
>   s390x: uv-host: Fence against being run as a PV guest
>   s390x: uv-host: Fix init storage origin and length check
> 
>  s390x/uv-host.c | 264 ++++++++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 254 insertions(+), 10 deletions(-)
>