NetBSD-Bugs archive

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

PR/53714 CVS commit: src/sys/dev



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

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53714 CVS commit: src/sys/dev
Date: Mon, 12 Nov 2018 18:51:01 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Mon Nov 12 18:51:01 UTC 2018
 
 Modified Files:
 	src/sys/dev/ata: ata.c ata_wdc.c
 	src/sys/dev/ic: mvsata.c
 	src/sys/dev/scsipi: atapi_wdc.c
 
 Log Message:
 hold channel lock during whole ata_dmaerr()/ata_downgrade_mode() -
 according to code inspection this is safe, none of the set_modes
 hooks execute anything which would be taking the lock
 
 adresses PR kern/53714 by Andreas Gustafsson
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.145 -r1.146 src/sys/dev/ata/ata.c
 cvs rdiff -u -r1.112 -r1.113 src/sys/dev/ata/ata_wdc.c
 cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/mvsata.c
 cvs rdiff -u -r1.131 -r1.132 src/sys/dev/scsipi/atapi_wdc.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