Source-Changes archive

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

CVS commit: [netbsd-10] src/sys/uvm



Module Name:    src
Committed By:   martin
Date:           Mon Jan 15 14:15:55 UTC 2024

Modified Files:
        src/sys/uvm [netbsd-10]: uvm_pglist.c uvm_physseg.c uvm_physseg.h

Log Message:
Pull up following revision(s) (requested by tnn in ticket #554):

        sys/uvm/uvm_physseg.c: revision 1.20
        sys/uvm/uvm_pglist.c: revision 1.91
        sys/uvm/uvm_pglist.c: revision 1.92
        sys/uvm/uvm_physseg.h: revision 1.9

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.

fix DEBUG build


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.90.4.1 src/sys/uvm/uvm_pglist.c
cvs rdiff -u -r1.17 -r1.17.20.1 src/sys/uvm/uvm_physseg.c
cvs rdiff -u -r1.8 -r1.8.52.1 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