Re: [PATCH] KVM: fix documentation for KVM_CREATE_GUEST_MEMFD

From: Sean Christopherson
Date: Wed Apr 24 2024 - 11:44:58 EST


On Wed, Apr 24, 2024, Carlos López wrote:
> The KVM_CREATE_GUEST_MEMFD ioctl returns a file descriptor, and is
> documented as such in the description. However, the "Returns" field
> in the documentation states that the ioctl returns 0 on success.
> Update this to match the description.
>
> Signed-off-by: Carlos López <clopez@xxxxxxx>

Ugh, copy+paste fail. Good job me. In case want this backported,

Fixes: a7800aa80ea4 ("KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory")

Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>