This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] make PowerPC64 default to nonexecutable stack


Steve Munroe <sjmunroe@us.ibm.com> writes:

> I would think the point of check-execstack is to check for GNU_STACK on
> arches that need explicit noexec-stack. Not to report false failures for
> arches that are always noexec-stack and never need GNU_STACK.

No, the point is to report _true_ failures.  Failures to maintain a
non-executable stack.

> It is an long standing agreement between Roland and Alan Modra that
> PowerPC64 does not need GNU_STACK.

*Every* architecture needs GNU_STACK, to signal stack segment flags
different from the default.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]