[PATCH 2/8] headers_check: add check for kernel integer types

2013-04-01 Thread Paul Bolle
The u8, u16, u32, and u64, and the s8, s16, s32, and s64 types shouldn't be exported to userspace. Add a simple check for these. Signed-off-by: Paul Bolle --- scripts/headers_check.pl | 10 ++ 1 file changed, 10 insertions(+) diff --git a/scripts/headers_check.pl

[PATCH 2/8] headers_check: add check for kernel integer types

2013-04-01 Thread Paul Bolle
The u8, u16, u32, and u64, and the s8, s16, s32, and s64 types shouldn't be exported to userspace. Add a simple check for these. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- scripts/headers_check.pl | 10 ++ 1 file changed, 10 insertions(+) diff --git a/scripts/headers_check.pl