NetBSD-Bugs archive

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

PR/54503 CVS commit: src/sys/dev/ic



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

From: "NONAKA Kimihiro" <nonaka%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54503 CVS commit: src/sys/dev/ic
Date: Fri, 20 Sep 2019 05:32:42 +0000

 Module Name:	src
 Committed By:	nonaka
 Date:		Fri Sep 20 05:32:42 UTC 2019
 
 Modified Files:
 	src/sys/dev/ic: nvme.c
 
 Log Message:
 Don't set Phase Tag bit of Completion Queue entry at nvme_poll_done().
 
 A new completion queue entry check incorrectly determined that there was
 a Completion Queue entry for a command that was not submitted.
 
 Fix PR kern/54275, PR kern/54503, PR kern/54532.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/nvme.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