NetBSD-Bugs archive

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

PR/57683 CVS commit: src/sys/uvm



The following reply was made to PR kern/57683; it has been noted by GNATS.

From: "Tobias Nygren" <tnn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57683 CVS commit: src/sys/uvm
Date: Sat, 13 Jan 2024 09:44:42 +0000

 Module Name:	src
 Committed By:	tnn
 Date:		Sat Jan 13 09:44:42 UTC 2024
 
 Modified Files:
 	src/sys/uvm: uvm_pglist.c uvm_physseg.c uvm_physseg.h
 
 Log Message:
 uvm: change type of uvm_physseg.start_hint from u_int to u_long
 
 Avoids assertion failure in uvm_pglistalloc_s_ps() with large paddrs.
 PR kern/57683.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.90 -r1.91 src/sys/uvm/uvm_pglist.c
 cvs rdiff -u -r1.19 -r1.20 src/sys/uvm/uvm_physseg.c
 cvs rdiff -u -r1.8 -r1.9 src/sys/uvm/uvm_physseg.h
 
 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