Subject: CVS commit: [netbsd-3] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/30/2006 17:50:25
Module Name:	src
Committed By:	tron
Date:		Sun Jul 30 17:50:25 UTC 2006

Modified Files:
	src/sys/arch/xen/xen [netbsd-3]: xbd_xenbus.c

Log Message:
Apply patch (requested by bouyer in ticket #1437):
Use uvm_km_kmemalloc1() instead of uvm_km_alloc() for xbd_align_map(), as
it seems that the later is not safe to use in interrupt context. Should
fix random panics in domU after using the character device with unaligned
buffers.


To generate a diff of this commit:
cvs rdiff -r1.7.2.2 -r1.7.2.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.