Searched hist:"5 fcb08befaf57faa1b00e514915c1660252b8c26" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/9p/ |
H A D | trans_virtio.c | diff 5fcb08befaf57faa1b00e514915c1660252b8c26 Mon Jun 11 10:18:13 CDT 2012 Sasha Levin <levinsasha928@gmail.com> 9p: BUG before corrupting memory
The BUG_ON() in pack_sg_list() would get triggered only one time after we've corrupted some memory by sg_set_buf() into an invalid sg buffer.
I'm still working on figuring out why I manage to trigger that bug...
Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
|