From ba6a3d417f2ab1e7c6b0b5bcdb77e067c3313b8f Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Tue, 4 Sep 2018 20:13:02 +0100 Subject: [PATCH] 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 --- sysdeps/unix/sysv/linux/hppa/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2