NetBSD-Bugs archive

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

PR/56164 CVS commit: src/sys/dev/audio



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56164 CVS commit: src/sys/dev/audio
Date: Tue, 1 Jun 2021 21:19:03 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Tue Jun  1 21:19:03 UTC 2021
 
 Modified Files:
 	src/sys/dev/audio: audio.c
 
 Log Message:
 audio(4): Insert mixers and audioctls into sc_files on open too.
 
 This is necessary so that on detach we set file->dying before any
 operations, particularly audioclose, try to acquire a psref by the
 time the audio softc is gone.
 
 Candidate fix for PR kern/56164.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.100 -r1.101 src/sys/dev/audio/audio.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