Kernel has check for attributes in checkpatch.pl https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/checkpatch.pl#n6814 ``` $ cd testcases/kernel/syscalls/profil; make check-profil01 ... profil01.c:55: WARNING: Prefer noinline over __attribute__((noinline)) ``` We have some attributes in `include/tst_common.h`, we should sync them with kernel.
Kernel has check for attributes in checkpatch.pl
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/checkpatch.pl#n6814
We have some attributes in
include/tst_common.h, we should sync them with kernel.