NetBSD-Bugs archive

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

PR/59327 CVS commit: src



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
Date: Thu, 24 Apr 2025 23:51:03 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Apr 24 23:51:03 UTC 2025
 
 Modified Files:
 	src/sys/arch/amd64/amd64: machdep.c netbsd32_machdep.c
 	src/sys/arch/amd64/include: param.h
 	src/sys/arch/i386/i386: machdep.c
 	src/tests/kernel: t_signal_and_sp.c
 
 Log Message:
 x86: Make sure esp is aligned when delivering signal.
 
 While here, use STACK_ALIGNBYTES consistently for the alignment mask
 (or STACK_ALIGNBYTES32 in amd64 for the compat32 alignment mask).
 
 PR kern/59327: user stack pointer is not aligned properly
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.373 -r1.374 src/sys/arch/amd64/amd64/machdep.c
 cvs rdiff -u -r1.141 -r1.142 src/sys/arch/amd64/amd64/netbsd32_machdep.c
 cvs rdiff -u -r1.40 -r1.41 src/sys/arch/amd64/include/param.h
 cvs rdiff -u -r1.845 -r1.846 src/sys/arch/i386/i386/machdep.c
 cvs rdiff -u -r1.12 -r1.13 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