git: DragonFly_RELEASE_3_2 kernel - Probable fix to vm_fault: PG_BUSY panic on i386
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Wed Oct 10 16:44:37 PDT 2012
    
    
  
commit 6632d7ea86c1a64bb4de6ef9e84b678ece27126d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Oct 10 14:47:57 2012 -0700
    kernel - Probable fix to vm_fault: PG_BUSY panic on i386
    
    * The info structure for the pmap_inval*() API is only initialized
      conditionally as an optimization.
    
    * There was a case where the info structure was being used without
      first being initialized which matches reported panics (essentially
      a pipe buffer page in kernel memory is swapped out and the faulted back
      in during a uiomove).
    
    Reported-by: vsrinivas, marino, several others
Summary of changes:
 sys/platform/pc32/i386/pmap.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6632d7ea86c1a64bb4de6ef9e84b678ece27126d
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list