On Tue, 24 Jun 2025 16:19:30 -0700, Sean Christopherson wrote: > Rename is_signed_type() to is_signed_var() to avoid colliding with a macro > of the same name defined by linux/overflow.h. Note, overflow.h's version > takes a type as the input, whereas the harness's version takes a variable! > > This fixes warnings (and presumably potential test failures) in tests > that utilize the selftests harness and happen to (indirectly) include > overflow.h. > > [...]
Applied to kvm-x86 fixes, as this is still a big thorn in my side. [1/1] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h https://github.com/kvm-x86/linux/commit/40d5b2ab0d72 -- https://github.com/kvm-x86/linux/tree/next