NetBSD-Bugs archive

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

Re: kern/51746 (Panics from audio)



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

From: coypu%SDF.ORG@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/51746 (Panics from audio)
Date: Fri, 3 Feb 2017 11:41:36 +0000

 hmm, maybe no safe?
 
 2022         mutex_exit(sc->sc_lock);
 2023         audio_free_ring(sc, &vc->sc_mpr);
 
 Not sure if sc_mpr.something the right problem one.
 audio_ioctl has sc_lock & sc_intr_lock held at the
 fault.
 


Home | Main Index | Thread Index | Old Index