NetBSD-Bugs archive

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

Re: PR/56050 CVS commit: src/sys/dev/usb



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

From: Andrius V <vezhlys%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, 
	nia%pkgsrc.org@localhost
Subject: Re: PR/56050 CVS commit: src/sys/dev/usb
Date: Thu, 27 May 2021 09:50:49 +0300

 Yes, it fixes an issue. Thank you.
 
 On Thu, May 27, 2021 at 1:40 AM Taylor R Campbell <riastradh%netbsd.org@localhost> wrote:
 >
 > The following reply was made to PR kern/56050; it has been noted by GNATS.
 >
 > From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
 > To: gnats-bugs%gnats.NetBSD.org@localhost
 > Cc:
 > Subject: PR/56050 CVS commit: src/sys/dev/usb
 > Date: Wed, 26 May 2021 22:37:21 +0000
 >
 >  Module Name:   src
 >  Committed By:  riastradh
 >  Date:          Wed May 26 22:37:21 UTC 2021
 >
 >  Modified Files:
 >         src/sys/dev/usb: xhci.c
 >
 >  Log Message:
 >  xhci: Fix logic in waiting for command queue access.
 >
 >  _Either_ an existing command in progress, _or_ an existing suspend in
 >  progress that is not done by us, should block us; the logic I wrote
 >  previously erroneously blocked only if both conditions happened at
 >  the same time.
 >
 >  Should fix issue reported by Andrius V in the PR kern/56050 followup
 >  discussion.
 >
 >
 >  To generate a diff of this commit:
 >  cvs rdiff -u -r1.140 -r1.141 src/sys/dev/usb/xhci.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