Re: [PATCH v2] KVM: selftests: Replace ulong with unsigned long
Hisam Mehboob <[email protected]>
| Newsgroups | org.kernel.vger.kvm,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
On 8/20/26 21:13, David Matlack wrote: > libuuid is required to build libvfio, which VFIO and KVM selftests > both depend on. > > How is this problem solved for other libraries, like -lpthread? musl does not need a separate pthread library. pthread support is part of libc, and libpthread.so is provided as a compatibility stub, so -lpthread works without an extra package. libuuid is an external library from util-linux. On Alpine, installing util-linux-dev provides the musl-built libuuid and uuid/uuid.h, and the selftests build succeeds. I confirmed this on a fresh Alpine install. I sent the basename fix as a separate patch: https://lore.kernel.org/kvm/[email protected]/