Bug#419467: NOK Number- 54HAQW

2016-09-12 Thread Daniel Björkman


Send your name and NOK number to Auditor Donovan Smith e-mail below and 40% 
will be giving to you for the business.

Auditor Name: Donovan Smith
E-mail: smithdonova...@gmail.com
NOK Number: 54HAQW


Bug#837518: glibc: FTBFS on hppa - new syscall cancellation test failures

2016-09-12 Thread John David Anglin
Source: glibc
Version: 2.24-2
Severity: normal
Tags: patch

Dear Maintainer,

As noted in previous mail, glibc fails to build due to the following test
failures:

FAIL: nptl/tst-cancel-self
FAIL: nptl/tst-cancel-self-cancelstate
FAIL: nptl/tst-cancel12
FAIL: nptl/tst-cancel14
FAIL: nptl/tst-cancelx12
FAIL: nptl/tst-cancelx14

See full log here:
https://buildd.debian.org/status/fetch.php?pkg=glibc=hppa=2.24-2=1472961842

Build with patch is here:
https://sourceware.org/ml/libc-alpha/2016-09/msg00193.html

The attached patch fixes these failures and some others which are xfailed.
It has been submitted upstream:
https://sourceware.org/ml/libc-alpha/2016-09/msg00193.html

I have also attached a patch which updates the hppa tests that need to be
xfailed.

Please add these changes.

Thanks,
Dave

-- System Information:
Debian Release: stretch/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 4.7.3+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
diff --git a/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h b/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h
index cafc752..f239408 100644
--- a/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h
+++ b/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h
@@ -62,12 +62,11 @@
 	ENTRY (__##syscall_name##_nocancel)\
 	DOARGS_##args	ASM_LINE_SEP	\
 	stwm TREG, 64(%sp)ASM_LINE_SEP	\
+	.cfi_def_cfa_offset -64ASM_LINE_SEP	\
 	.cfi_offset TREG, 0ASM_LINE_SEP	\
-	.cfi_adjust_cfa_offset 64			ASM_LINE_SEP	\
 	stw %sp, -4(%sp)ASM_LINE_SEP	\
-	.cfi_offset 30, -4ASM_LINE_SEP	\
 	stw %r19, -32(%sp)ASM_LINE_SEP	\
-	.cfi_offset 19, -32ASM_LINE_SEP	\
+	.cfi_offset 19, 32ASM_LINE_SEP	\
 	/* Save r19 */	ASM_LINE_SEP	\
 	SAVE_PIC(TREG)	ASM_LINE_SEP	\
 	/* Do syscall, delay loads # */			ASM_LINE_SEP	\
@@ -91,21 +90,19 @@ L(pre_nc_end):		ASM_LINE_SEP	\
 	/* No need to LOAD_PIC */			ASM_LINE_SEP	\
 	/* Undo frame */ASM_LINE_SEP	\
 	ldwm -64(%sp),TREGASM_LINE_SEP	\
-	.cfi_adjust_cfa_offset -64			ASM_LINE_SEP	\
 	/* Restore rp before exit */			ASM_LINE_SEP	\
 	ldw -20(%sp), %rpASM_LINE_SEP	\
-	.cfi_restore 2	ASM_LINE_SEP	\
 	ret		ASM_LINE_SEP	\
 	END(__##syscall_name##_nocancel)		ASM_LINE_SEP	\
 	/**/ASM_LINE_SEP	\
 	ENTRY (name)			\
 	DOARGS_##args	ASM_LINE_SEP	\
 	stwm TREG, 64(%sp)ASM_LINE_SEP	\
-	.cfi_adjust_cfa_offset 64			ASM_LINE_SEP	\
+	.cfi_def_cfa_offset -64ASM_LINE_SEP	\
+	.cfi_offset TREG, 0ASM_LINE_SEP	\
 	stw %sp, -4(%sp)ASM_LINE_SEP	\
-	.cfi_offset 30, -4ASM_LINE_SEP	\
 	stw %r19, -32(%sp)ASM_LINE_SEP	\
-	.cfi_offset 19, -32ASM_LINE_SEP	\
+	.cfi_offset 19, 32ASM_LINE_SEP	\
 	/* Done setting up frame, continue... */	ASM_LINE_SEP	\
 	SINGLE_THREAD_P	ASM_LINE_SEP	\
 	cmpib,<>,n 0,%ret0,L(pseudo_cancel)		ASM_LINE_SEP	\
@@ -168,40 +165,32 @@ L(pre_end):		ASM_LINE_SEP	\
 	/* No need to LOAD_PIC */			ASM_LINE_SEP	\
 	/* Undo frame */ASM_LINE_SEP	\
 	ldwm -64(%sp),TREGASM_LINE_SEP	\
-	.cfi_adjust_cfa_offset -64			ASM_LINE_SEP	\
 	/* Restore rp before exit */			ASM_LINE_SEP	\
-	ldw -20(%sp), %rpASM_LINE_SEP	\
-	.cfi_restore 2	ASM_LINE_SEP
+	ldw -20(%sp), %rpASM_LINE_SEP
 
 /* Save arguments into our frame */
 # define PUSHARGS_0	/* nothing to do */
 # define PUSHARGS_1	PUSHARGS_0 stw %r26, -36(%sr0,%sp)	ASM_LINE_SEP	\
-			.cfi_offset 26, -36			ASM_LINE_SEP
+			.cfi_offset 26, 28			ASM_LINE_SEP
 # define PUSHARGS_2	PUSHARGS_1 stw %r25, -40(%sr0,%sp)	ASM_LINE_SEP	\
-			.cfi_offset 25, -40			ASM_LINE_SEP
+			.cfi_offset 25, 24			ASM_LINE_SEP
 # define PUSHARGS_3	PUSHARGS_2 stw %r24, -44(%sr0,%sp)	ASM_LINE_SEP	\
-			.cfi_offset 24, -44			ASM_LINE_SEP
+			.cfi_offset 24, 20			ASM_LINE_SEP
 # define PUSHARGS_4	PUSHARGS_3 stw %r23, -48(%sr0,%sp)	ASM_LINE_SEP	\
-			.cfi_offset 23, -48			ASM_LINE_SEP
+			.cfi_offset 23, 16			ASM_LINE_SEP
 # define PUSHARGS_5	PUSHARGS_4 stw %r22, -52(%sr0,%sp)	ASM_LINE_SEP	\
-			.cfi_offset 22, -52			ASM_LINE_SEP
+			.cfi_offset 22, 12			ASM_LINE_SEP
 # define PUSHARGS_6	PUSHARGS_5 stw %r21, -56(%sr0,%sp)	ASM_LINE_SEP	\
-			.cfi_offset 21, -56			ASM_LINE_SEP
+			.cfi_offset 21, 8			ASM_LINE_SEP
 
 /* Bring them back from the stack */
 # define POPARGS_0	/* nothing to do */
-# define POPARGS_1	POPARGS_0 ldw -36(%sr0,%sp), %r26	ASM_LINE_SEP	\
-			.cfi_restore 26ASM_LINE_SEP
-# define POPARGS_2	POPARGS_1 ldw -40(%sr0,%sp), %r25	ASM_LINE_SEP	\
-			.cfi_restore 25ASM_LINE_SEP
-# define POPARGS_3	POPARGS_2 ldw -44(%sr0,%sp), %r24	ASM_LINE_SEP	\
-			.cfi_restore 24ASM_LINE_SEP
-# define POPARGS_4	POPARGS_3 ldw -48(%sr0,%sp), %r23	ASM_LINE_SEP	\
-			.cfi_restore 23ASM_LINE_SEP
-# define POPARGS_5	POPARGS_4 ldw -52(%sr0,%sp), %r22	ASM_LINE_SEP	\
-			.cfi_restore 22ASM_LINE_SEP
-# define