Module Name: src Committed By: christos Date: Sun Jun 25 16:07:48 UTC 2017
Modified Files: src/sys/dev/pci: yds.c ydsvar.h Log Message: PR/52331: ydc driver: sleep-under-spin-mutex bugs in yds_allocmem Don't hold the spin interrupt mutex while calling yds_init from resume. Instead use a flag to short-circuit the interrupt while disabled. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/yds.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/ydsvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.