Re: [PATCH] tools headers: Move powerpc and s390 syscall table check to check-headers.sh
From: Naveen N. Rao
Date: Mon Apr 13 2020 - 07:32:22 EST
Naveen N. Rao wrote:
It is good to know changes in headers and syscall tables across all
architectures so that the changes can be sync'ed at once. Move check for
arch-specific syscall table changes from tools/perf/arch for powerpc and
s390, to the generic check-headers.sh script, similar to how we do the
check for x86.
Suggested-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
Signed-off-by: Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
---
Arnaldo,
Is this patch good? Do you want to see any changes in this?
- Naveen