[LTP] [PATCH v2] getcpu01: Reinstate node_id test
Richard Palethorpe
rpalethorpe@suse.de
Tue Dec 13 11:36:00 CET 2022
Hello,
>>
>> FYI Richie is touching the same code, one of you will need to rebase.
>> IMHO it's better to remove this in dedicated patchset (i.e. in Xu).
>
> Even I will limit the kernel version check to 3.0 in my patchset because
> we don't reach the same target to 3.10, so let me rebase.
>
> ps: If we reach the same target to 3.10, then we can remove remain old
> version check in the future.
I'm not sure what you mean. It's not the important thing for this patch
though. I'll just remove it before merge.
>
> Best Regards
> Yang Xu
>>
>> Kind regards,
>> Petr
>>
>>> -static void setup(void)
>>> -{
>>> - if (tst_kvercmp(2, 6, 20) < 0)
>>> - tst_brk(TCONF, "kernel >= 2.6.20 required");
>>> -}
>>> -
>>> static struct tst_test test = {
>>> .test_all = run,
>>> - .setup = setup,
>>> };
--
Thank you,
Richard.
More information about the ltp
mailing list