Re: [PATCHv3 1/2] vhost: return task creation error instead of NULL

2025-02-28 Thread Mike Christie
On 2/27/25 5:06 PM, Keith Busch wrote: > From: Keith Busch > > Lets callers distinguish why the vhost task creation failed. No one > currently cares why it failed, so no real runtime change from this > patch, but that will not be the case for long. > > Signed-off-by: Keith Busch > --- > arch/x

[PATCHv3 1/2] vhost: return task creation error instead of NULL

2025-02-27 Thread Keith Busch
From: Keith Busch Lets callers distinguish why the vhost task creation failed. No one currently cares why it failed, so no real runtime change from this patch, but that will not be the case for long. Signed-off-by: Keith Busch --- arch/x86/kvm/mmu/mmu.c | 2 +- drivers/vhost/vhost.c | 2 +- k