Re: [PATCH v3 01/10] KVM: selftests: Move STR() and XSTR() definitions to test_util.h
From: Sean Christopherson
Date: Fri Jul 24 2026 - 11:27:01 EST
On Mon, Jun 29, 2026, Yosry Ahmed wrote:
> The macros are defined in two tests, and future changes will use them
> elsewhere. Move their definition into test_util.h to deduplicate them.
Even better, just include tools/include/linux/stringify.h and use __stringify().