Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/25/2006 17:57:25
Module Name: src
Committed By: bouyer
Date: Sat Mar 25 17:57:25 UTC 2006
Modified Files:
src/sys/arch/xen/xen: xbd_xenbus.c
Log Message:
When printing the size of the xbd, also print the number of sectors.
in xbdstart(), check the sector number and transfer size against the
size of the xbd; if we issue an out of bound request the linux xbd backend
will fail to unmap the request, and xbd hangs up.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 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.