NetBSD-Bugs archive

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

PR/53056 CVS commit: src/sys/arch/amd64/conf



The following reply was made to PR port-xen/53056; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53056 CVS commit: src/sys/arch/amd64/conf
Date: Sun, 24 Jun 2018 17:11:58 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Sun Jun 24 17:11:57 UTC 2018
 
 Modified Files:
 	src/sys/arch/amd64/conf: kern.ldscript.Xen
 
 Log Message:
 follow change in rev. 1.22 of kern.ldscript and apply same fix for xen
 ldscript too, but using just regular PAGE_ALIGN alignment:
 
 """
 Fix a pretty dumb mistake I made in r1.22: the alignment needs to be in the
 bss, otherwise the bootloader will use memory before __kernel_end and give
 a wrong start pa to the kernel.
 """
 
 this got broke by amd64/locore.S rev. 1.141 which removed an unused variable
 which forced the alignment
 
 this fixes ps/bt in ddb to be able to find symbols and hence PR port-xen/53056
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amd64/conf/kern.ldscript.Xen
 
 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