NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59327 CVS commit: src/tests/kernel



The following reply was made to PR kern/59327; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59327 CVS commit: src/tests/kernel
Date: Thu, 24 Apr 2025 16:57:27 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Apr 24 16:57:27 UTC 2025
 
 Modified Files:
 	src/tests/kernel: t_signal_and_sp.c
 
 Log Message:
 t_signal_and_sp: Mark signalsp xfail on mips n32/n64.
 
 The kernel takes an initially aligned stack pointer and subtracts
 sizeof(struct sigframe_siginfo) or sizeof(struct sigframe_siginfo32)
 from it -- that is, 872=0x368 or 792=0x318 bytes, respectively.  But
 n32 and n64 require 16-byte stack alignment.
 
 PR kern/59327: user stack pointer is not aligned properly
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/tests/kernel/t_signal_and_sp.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index