NetBSD-Bugs archive

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

re: lib/39631: uvm_extern.h got corrupted to current



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

From: matthew green <mrg%eterna.com.au@localhost>
To: David Holland <dholland-bugs%netbsd.org@localhost>
Cc: lib-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost, gnats-bugs%NetBSD.org@localhost
Subject: re: lib/39631: uvm_extern.h got corrupted to current 
Date: Mon, 29 Sep 2008 04:59:45 +1000

    On Thu, Sep 25, 2008 at 09:30:01PM +0000, 
elentirmo.gilgalad%gmail.com@localhost wrote:
     > while tring to get bubblemon-dockapp alive, it complained about
     > missing element of struct uvmexp i checked docs, and the element
     > active is supposed to be there in the struct. I checked
     > /usr/include/uvm/uvm_extern.h and struct uvmext looks like:
     > [snip]
    
    This is not "corruption", nor is it a "regression"; that element was
    intentionally removed from struct uvmexp.
    
    It appears that uvm(9) was not updated to reflect this.
    
    It also appears that this bubblemon-dockapp is broken; it should be
    using struct uvmexp_sysctl and the VM_UVMEXP2 sysctl to get it, rather
    than struct uvmexp and VM_UVMEXP.
 
 
 if VM_UVMEXP is returning different info then someone has broken it.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index