From: GNU Libc Maintainers Date: Mon, 29 Oct 2018 20:36:01 +0000 (+0000) Subject: git-check-execstack X-Git-Tag: archive/raspbian/2.27-8+rpi1^2~141 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=99f4623dbd55912dac679cba1769cbf42a8dd8ab;p=glibc.git git-check-execstack 2018-06-10 John David Anglin [BZ #23174] * sysdeps/unix/sysv/linux/hppa/Makefile: xfail check-execstack. Gbp-Pq: Topic hppa Gbp-Pq: Name git-check-execstack.diff --- diff --git a/sysdeps/unix/sysv/linux/hppa/Makefile b/sysdeps/unix/sysv/linux/hppa/Makefile index 68569013f..e1637f54f 100644 --- a/sysdeps/unix/sysv/linux/hppa/Makefile +++ b/sysdeps/unix/sysv/linux/hppa/Makefile @@ -2,3 +2,10 @@ ifeq ($(subdir),stdlib) gen-as-const-headers += ucontext_i.sym endif + +# Supporting non-executable stacks on HPPA requires changes to both +# the Linux kernel and glibc. The kernel currently needs an executable +# stack for syscall restarts and signal returns. +ifeq ($(subdir),elf) +test-xfail-check-execstack = yes +endif