Subject: PR/34005 CVS commit: [netbsd-4] src/sys/arch/xen/xen
To: None <port-xen-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 01/18/2007 13:00:05
The following reply was made to PR port-xen/34005; it has been noted by GNATS.
From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34005 CVS commit: [netbsd-4] src/sys/arch/xen/xen
Date: Thu, 18 Jan 2007 12:57:26 +0000 (UTC)
Module Name: src
Committed By: tron
Date: Thu Jan 18 12:57:26 UTC 2007
Modified Files:
src/sys/arch/xen/xen [netbsd-4]: xbd_xenbus.c
Log Message:
Pull up following revision(s) (requested by yamt in ticket #360):
sys/arch/xen/xen/xbd_xenbus.c: revision 1.15
xbd_handler: call dk_iodone after updating rsp_cons.
otherwise, xbdstart kicked via dk_iodone still sees RING_FULL condition
and just returns. it makes xbd stall when all requests are acked by
a single xbd_handler. PR/34005.
To generate a diff of this commit:
cvs rdiff -r1.14.10.2 -r1.14.10.3 src/sys/arch/xen/xen/xbd_xenbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.