NetBSD-Bugs archive

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

PR/59327 CVS commit: src/tests/kernel/arch/arm



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/arch/arm
Date: Sun, 27 Apr 2025 15:43:43 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Apr 27 15:43:43 UTC 2025
 
 Modified Files:
 	src/tests/kernel/arch/arm: execsp.S
 
 Log Message:
 t_signal_and_sp arm/execsp.S: Try using registers that aren't in use.
 
 The first draft of this was instead using all the registers that
 _are_ in use on entry to the elf entry point, which understandably
 confused __start when we jumped to it after trashing all its inputs.
 
 PR kern/59327: user stack pointer is not aligned properly
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 src/tests/kernel/arch/arm/execsp.S
 
 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