[PATCH] include/linux/personality.h

From: Hannes Reinecke (hare@suse.de)
Date: Mon Jul 21 2003 - 06:42:11 EST


Hi all,

the attached patch encloses the kernel-only parts of personality.h with
__KERNEL__ to prevent them to be visible in userspace. This also fixes
the nameclash between the macro personality() with the syscall
personality() if the header file is included in an userspace program.
Patch is against 2.4.21, should apply to 2.6.0-test1 equally.

Cheers,

Hannes

-- 
Dr. Hannes Reinecke			hare@suse.de
SuSE Linux AG				S390 & zSeries
Deutschherrnstr. 15-19			+49 911 74053 688
90429 Nürnberg				http://www.suse.de

--- linux-2.4.21-7/include/linux/personality.h.orig 2003-07-21 13:06:24.000000000 +0200 +++ linux-2.4.21-7/include/linux/personality.h 2003-07-21 13:07:53.000000000 +0200 @@ -1,6 +1,8 @@ #ifndef _LINUX_PERSONALITY_H #define _LINUX_PERSONALITY_H +#ifdef __KERNEL__ + /* * Handling of different ABIs (personalities). */ @@ -22,6 +24,7 @@ extern unsigned long abi_defhandler_libcso; extern int abi_fake_utsname; +#endif /* __KERNEL__ */ /* * Flags for bug emulation. @@ -69,6 +72,7 @@ PER_MASK = 0x00ff, }; +#ifdef __KERNEL__ /* * Description of an execution domain. @@ -127,4 +131,6 @@ __MOD_DEC_USE_COUNT(ep->module); \ } while (0) +#endif /* __KERNEL__ */ + #endif /* _LINUX_PERSONALITY_H */

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:42 EST