Re: [PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state

From: Andrew Jones
Date: Wed Apr 24 2024 - 03:50:45 EST


On Tue, Apr 23, 2024 at 12:15:47PM -0700, Sean Christopherson wrote:
..
> I almost wonder if we should just pick a prefix that's less obviously connected
> to KVM and/or selftests, but unique and short.
>

How about kvmsft_ ? It's based on the ksft_ prefix of kselftest.h. Maybe
it's too close to ksft though and would be confusing when using both in
the same test? I'm not a huge fan of capital letters, but we could also
do something like MALLOC()/CALLOC(). Eh, I don't know. Naming is hard.

Thanks,
drew