From: Steffen Eiden <seiden@linux.ibm.com>
To: Janosch Frank <frankja@linux.ibm.com>, linux-s390@vger.kernel.org
Cc: Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Christian Borntraeger <borntraeger@linux.ibm.com>,
Alexander Gordeev <agordeev@linux.ibm.com>,
David Hildenbrand <david@redhat.com>,
Claudio Imbrenda <imbrenda@linux.ibm.com>,
Shuah Khan <shuah@kernel.org>,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
linux-kselftest@vger.kernel.org
Subject: Re: [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
Date: Wed, 2 Mar 2022 11:46:38 +0100 [thread overview]
Message-ID: <3bf9c7c4-4475-ad12-d146-a97b33d1e4ba@linux.ibm.com> (raw)
In-Reply-To: <7058948f-5514-4f8f-c974-f1ac624d67c3@linux.ibm.com>
On 3/2/22 11:34, Janosch Frank wrote:
> On 2/23/22 15:48, Steffen Eiden wrote:
>> This patch adds a new miscdevice to expose some Ultravisor functions
>> to userspace. Userspace can send IOCTLs to the uvdevice that will then
>> emit a corresponding Ultravisor Call and hands the result over to
>> userspace. The uvdevice is available if the Ultravisor Call facility is
>> present.
>>
>> Userspace is now able to call the Query Ultravisor Information
>> Ultravisor Command through the uvdevice.
>>
>> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
>> ---
[...]
>> +
>> +config S390_UV_UAPI
>> + def_tristate y
>> + prompt "Ultravisor userspace API"
>> + depends on PROTECTED_VIRTUALIZATION_GUEST
>
> Please drop the dependency.
> We want this to be available to both guest and host as QUI is available
> in both environments and more calls like this could follow.
>
> We could put an option around the attestation but the savings are not
> worth the effort.
Makes sense. I will drop the dependency in v3.
Steffen
next prev parent reply other threads:[~2022-03-02 10:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-23 14:48 [PATCH v2 0/3] s390: Ultravisor device Steffen Eiden
2022-02-23 14:48 ` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device Steffen Eiden
2022-02-23 15:57 ` Greg KH
2022-03-02 10:34 ` Janosch Frank
2022-03-02 10:46 ` Steffen Eiden [this message]
2022-03-03 9:53 ` Janosch Frank
2022-03-03 14:17 ` Janosch Frank
2022-02-23 14:48 ` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice Steffen Eiden
2022-03-03 14:44 ` Janosch Frank
2022-02-23 14:48 ` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests Steffen Eiden
2022-03-04 12:11 ` Janosch Frank
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=3bf9c7c4-4475-ad12-d146-a97b33d1e4ba@linux.ibm.com \
--to=seiden@linux.ibm.com \
--cc=agordeev@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=david@redhat.com \
--cc=frankja@linux.ibm.com \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=imbrenda@linux.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=shuah@kernel.org \
/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