Commit 7cd60e43 authored by Chang S. Bae's avatar Chang S. Bae Committed by Borislav Petkov
Browse files

uapi/auxvec: Define the aux vector AT_MINSIGSTKSZ



Define AT_MINSIGSTKSZ in the generic uapi header. It is already used
as generic ABI in glibc's generic elf.h, and this define will prevent
future namespace conflicts. In particular, x86 is also using this
generic definition.

Signed-off-by: default avatarChang S. Bae <chang.seok.bae@intel.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Reviewed-by: default avatarLen Brown <len.brown@intel.com>
Acked-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20210518200320.17239-2-chang.seok.bae@intel.com
parent d07f6ca9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,5 +33,8 @@

#define AT_EXECFN  31	/* filename of program */

#ifndef AT_MINSIGSTKSZ
#define AT_MINSIGSTKSZ	51	/* minimal stack size for signal delivery */
#endif

#endif /* _UAPI_LINUX_AUXVEC_H */