Re: [PATCH v13 00/24] Drivers for Gunyah hypervisor

From: Alex Bennée
Date: Wed May 24 2023 - 13:18:33 EST



Elliot Berman <quic_eberman@xxxxxxxxxxx> writes:

> Gunyah is a Type-1 hypervisor independent of any
> high-level OS kernel, and runs in a higher CPU privilege level. It does
> not depend on any lower-privileged OS kernel/code for its core
> functionality. This increases its security and can support a much smaller
> trusted computing base than a Type-2 hypervisor.
>
<snip>
>
> The series relies on two other patches posted separately:
> - https://lore.kernel.org/all/20230213181832.3489174-1-quic_eberman@xxxxxxxxxxx/
> -
> https://lore.kernel.org/all/20230213232537.2040976-2-quic_eberman@xxxxxxxxxxx/

I couldn't find this one, but is this what it should have been:

b4 am -S -t 20230213232537.2040976-1-quic_eberman@xxxxxxxxxxx
Grabbing thread from lore.kernel.org/all/20230213232537.2040976-1-quic_eberman%40quicinc.com/t.mbox.gz
Analyzing 9 messages in the thread
Checking attestation on all messages, may take a moment...
---
✓ [PATCH 1/3] mailbox: Allow direct registration to a channel
+ Tested-by: Sudeep Holla <sudeep.holla@xxxxxxx>
✓ [PATCH 2/3] mailbox: omap: Use mbox_bind_client
+ Tested-by: Sudeep Holla <sudeep.holla@xxxxxxx>
✓ [PATCH 3/3] mailbox: pcc: Use mbox_bind_client
+ Tested-by: Sudeep Holla <sudeep.holla@xxxxxxx>
---
✓ Signed: DKIM/quicinc.com
---
Total patches: 3
---
Cover: ./20230213_quic_eberman_mailbox_allow_direct_registration_to_a_channel.cover
Link: https://lore.kernel.org/r/20230213232537.2040976-1-quic_eberman@xxxxxxxxxxx
Base: base-commit 09e41676e35ab06e4bce8870ea3bf1f191c3cb90 not known, ignoring
Base: applies clean to current tree
git checkout -b 20230213_quic_eberman_quicinc_com HEAD
git am ./20230213_quic_eberman_mailbox_allow_direct_registration_to_a_channel.mbx
🕙18:10:45 alex@zen:linux.git on  review/gunyah-v12 [$?]
➜ git am 20230213_quic_eberman_mailbox_allow_direct_registration_to_a_channel.mbx
Applying: mailbox: Allow direct registration to a channel
Applying: mailbox: omap: Use mbox_bind_client
Applying: mailbox: pcc: Use mbox_bind_client


<snip>
>
> Elliot Berman (24):
<snip>

> mailbox: Add Gunyah message queue mailbox

This patch touches a file that isn't in mainline which makes me wonder
if I've missed another pre-requisite patch?

<snip>
> Documentation/virt/gunyah/message-queue.rst | 8 +
<snip>

--
Alex Bennée
Virtualisation Tech Lead @ Linaro