NetBSD-Bugs archive

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

PR/52000 CVS commit: [netbsd-8] src/sys/arch



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

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52000 CVS commit: [netbsd-8] src/sys/arch
Date: Wed, 21 Jun 2017 17:41:50 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Wed Jun 21 17:41:50 UTC 2017
 
 Modified Files:
 	src/sys/arch/amd64/conf [netbsd-8]: kern.ldscript
 	src/sys/arch/x86/x86 [netbsd-8]: x86_machdep.c
 
 Log Message:
 Pull up following revision(s) (requested by maxv in ticket #42):
 	sys/arch/amd64/conf/kern.ldscript: revision 1.23
 	sys/arch/x86/x86/x86_machdep.c: revision 1.92
 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 issue was investigated by Anthony Mallet. Should fix PR/52000.
 --
 Fix a bug introduced in bus_space.c::r1.39. This check too is hard-coded.
 Might have had a cumulative effect on PR/52000.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.22.6.1 src/sys/arch/amd64/conf/kern.ldscript
 cvs rdiff -u -r1.91 -r1.91.4.1 src/sys/arch/x86/x86/x86_machdep.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