NetBSD-Bugs archive

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

PR/49007 CVS commit: src/sys/dev/pci



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49007 CVS commit: src/sys/dev/pci
Date: Fri, 18 Jul 2014 02:10:55 +0000

 Module Name:   src
 Committed By:  ozaki-r
 Date:          Fri Jul 18 02:10:55 UTC 2014
 
 Modified Files:
        src/sys/dev/pci: if_vioif.c
 
 Log Message:
 Don't set SOFTINT_MPSAFE to vioif_rx_softint
 
 vioif_rx_softint calls vioif_populate_rx_mbufs that is not MPSAFE.
 vioif_populate_rx_mbufs is also called via vioif_ioctl and so can
 be called by two LWPs simultaneously, resulting in kernel panic.
 
 PR kern/49007
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_vioif.c
 
 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