On Mon, 17 Oct 2022 09:39:17 +0000 Janosch Frank <frankja@xxxxxxxxxxxxx> 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(-) >