lkml.org 
[lkml]   [2023]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v12 2/3] x86/sev: Change snp_guest_issue_request's fw_err
On Tue, Jan 24, 2023, Borislav Petkov wrote:
> On Mon, Jan 23, 2023 at 01:22:07PM -0800, Dionna Amalie Glaze wrote:
> > This isn't the primary problem that needs fixing, although it is part
> > of it.
>
> I'm replying to the 2/3 patch which is addressing this part.
>
> > The problem is that the host can provide a throttling error and
> > the guest will need to continue trying the exact same request or else
> > end up locking themself out of the vmpck due to the IV reuse patch
> > Peter sent.
> >
> > I think Sean's request to keep throttling a host problem in user space
>
> + Sean.

It was not a request, it was a question[*]. In the same paragraph I even asked
if the guest was expected to schedule out the blocked task.

: Why does throttling just punt back to the guest? E.g. why not exit to userspace
: and let userspace stall the vCPU? Is the guest expected to schedule out the task
: that's trying to make the request?

[*] https://lore.kernel.org/all/Y8rEFpbMV58yJIKy@google.com

> > is not the right one in this case. That would avoid scheduling the
> > whole vCPU, but the guest code I'm proposing can do other useful work
> > while waiting. There will be no other code that depends on that
> > particular control flow.

Relying on host behavior for this sort of thing is also a bad idea. There is no
contract between the guest and host beyond the host being able to say "you've been
throttled".

Similar to Boris's comments about splitting this patch to fix bugs, separate the
handling of SNP_GUEST_VMM_ERR_BUSY from the internal ratelimiting. For all intents
and purpsoses, gracefully handling SNP_GUEST_VMM_ERR_BUSY is mandatory. Ratelimiting
requests from the guest side is a completely different story.

\
 
 \ /
  Last update: 2023-03-26 23:54    [W:0.047 / U:2.420 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site