Displaying 1 result from an estimated 1 matches for "c51d3245ce42".
2005 Jul 20
0
[PATCH] Control Interface tx tasklet
...from being correctly handled (meaning ctrl_if_send_message_and_get_response blocks forever waiting for a responce which has been lost).
If anyone has any ideas why duplicates might be sent, please let me know.
Cheers,
Ross
# HG changeset patch
# User rcmcilro@localhost.localdomain
# Node ID c51d3245ce42554889cccad19c81797d4cd6c011
# Parent afcc6c319b9ceae53ee218a0f07a932feebcf340
Fix null function execution in __cntl_if_tx_tasklet
diff -r afcc6c319b9c -r c51d3245ce42 linux-2.6-xen-sparse/arch/xen/kernel/ctrl_if.c
--- a/linux-2.6-xen-sparse/arch/xen/kernel/ctrl_if.c Tue Jul 19 15:25:43 2005+++...