about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-08-28 11:24:35 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-08-29 13:29:19 -0300
commit01b87c656f670863ce437421b8e9278200965d38 (patch)
tree1c51fd932a33a1b7d0b1590b55b603fbd41024fd /sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c
parent16f138a49ad1815e113d2b5b7a87f26999ade811 (diff)
downloadglibc-01b87c656f670863ce437421b8e9278200965d38.tar.gz
glibc-01b87c656f670863ce437421b8e9278200965d38.tar.xz
glibc-01b87c656f670863ce437421b8e9278200965d38.zip
ia64: Fix thread stack allocation permission set (BZ #21672)
This patch fixes ia64 failures on thread exit by madvise the required
area taking in consideration its disjoing stacks
(NEED_SEPARATE_REGISTER_STACK).  Also the snippet that setup the
madvise call to advertise kernel the area won't be used anymore in
near future is reallocated in allocatestack.c (for consistency to
put all stack management function in one place).

Checked on x86_64-linux-gnu and i686-linux-gnu for sanity (since
it is not expected code changes for architecture that do not
define NEED_SEPARATE_REGISTER_STACK) and also got a report that
it fixes ia64-linux-gnu failures from Sergei Trofimovich
<slyfox@gentoo.org>.

	[BZ #21672]
	* nptl/allocatestack.c [_STACK_GROWS_DOWN] (setup_stack_prot):
	Set to use !NEED_SEPARATE_REGISTER_STACK as well.
	(advise_stack_range): New function.
	* nptl/pthread_create.c (START_THREAD_DEFN): Move logic to mark
	stack non required to advise_stack_range at allocatestack.c
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c')
0 files changed, 0 insertions, 0 deletions