Hi Keith,
On Tue, Mar 04, 2025 at 09:07:23AM -0700, Keith Busch wrote:
> On Tue, Mar 04, 2025 at 03:59:22PM +, Simon Horman wrote:
> > A minor nit from my side:
> >
> > As you are changing this line, and it seems like there will be another
> > revision of this series anyway, please consider u
On Tue, Mar 04, 2025 at 03:59:22PM +, Simon Horman wrote:
> A minor nit from my side:
>
> As you are changing this line, and it seems like there will be another
> revision of this series anyway, please consider updating the indentation to
> use tabs.
The patch is already applied to upstream a
On Thu, Feb 27, 2025 at 03:06:31PM -0800, Keith Busch wrote:
> From: Sean Christopherson
>
> A VMM may send a signal to its threads while they've entered KVM_RUN. If
> that thread happens to be trying to make the huge page recovery vhost
> task, then it fails with -ERESTARTNOINTR. We need to retr
From: Sean Christopherson
A VMM may send a signal to its threads while they've entered KVM_RUN. If
that thread happens to be trying to make the huge page recovery vhost
task, then it fails with -ERESTARTNOINTR. We need to retry if that
happens, so call_once needs to be retryable. Make call_once c