Module Name: src Committed By: bouyer Date: Thu Sep 1 16:25:18 UTC 2022
Modified Files:
src/sys/arch/xen/xenbus: xenbus_xs.c
Log Message:
process_msg() is called from thread context, so malloc() can wait for
memory. Should avoids occasional ENOMEM reading messages
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/xen/xenbus/xenbus_xs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
