On 4/27/21 10:25 AM, Tim Wiederhake wrote: > Linux 5.13 introduces "kcpuid", a tool similar to cpuid, which we depend > on for cpu-data collection with tests/cputestdata/cpu-data.py. > > This series adds support for kcpuid to cpu-data.py. > > See also > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools= > /arch/x86/kcpuid > and > https://lore.kernel.org/lkml/1614928878-86075-1-git-send-email-feng.tang@inte= > l.com/ > > Tim Wiederhake (3): > cpu-data.py: Factor out cpuid parsing > cpu-data.py: Parse kcpuid output > cpu-data.py: Automatically adjust command line for kcpuid > > tests/cputestdata/cpu-data.py | 95 +++++++++++++++++++++++++++-------- > 1 file changed, 75 insertions(+), 20 deletions(-) > > --=20 > 2.26.3 > > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> and pushed. Michal