Re: [PATCH v9 01/19] KVM: selftests: Include overflow.h instead of redefining is_signed_type()

From: Sean Christopherson
Date: Thu Aug 21 2025 - 10:22:37 EST


On Wed, Aug 20, 2025, Sagi Shahar wrote:
> Redefinition of is_signed_type() causes compilation warning for tests
> which use kselftest_harness. Replace the definition with linux/overflow.h

Heh, tried that:

https://lore.kernel.org/all/18f2ea68-0f7c-465e-917e-e079335995c1@xxxxxxxxxxxxx

There's now a fix in kvm-x86/fixes and thus kvm-x86/next, so if you base something
off kvm-x86/next, the warnings should be gone.