NetBSD-Bugs archive

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

PR/42645 CVS commit: src/sys/arch/amd64/amd64



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

From: "Maxime Villard" <maxv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42645 CVS commit: src/sys/arch/amd64/amd64
Date: Thu, 9 Feb 2017 19:30:56 +0000

 Module Name:	src
 Committed By:	maxv
 Date:		Thu Feb  9 19:30:56 UTC 2017
 
 Modified Files:
 	src/sys/arch/amd64/amd64: locore.S
 
 Log Message:
 If the preloaded modules cannot be mapped with the initial amount of VA,
 discard the associated bootinfo entry. Otherwise the machine faults and
 reboots immediately.
 
 I spotted this bug more than a year ago, but I recently saw that there is
 already PR/42645 (7 years old), so just fix it. The size has been increased
 in the meantime, so the limit is unlikely to be reached anyway.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.120 -r1.121 src/sys/arch/amd64/amd64/locore.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