[PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t

David Matlack dmatlack at google.com
Thu Mar 5 09:26:57 PST 2026


On Thu, Mar 5, 2026 at 9:19 AM Sean Christopherson <seanjc at google.com> wrote:
>
> On Fri, Feb 20, 2026, David Matlack wrote:
> > -static uint64_t pread_uint64(int fd, const char *filename, uint64_t index)
> > +static u64 pread_uint64(int fd, const char *filename, u64 index)
>
> I think it's also worth converting the function to pread_u64().

Good eye :). Yes agreed.



More information about the linux-riscv mailing list