]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/9p: Fix kernel crash with msize 512K
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 15 Aug 2011 15:53:08 +0000 (10:53 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 15 Aug 2011 15:53:08 +0000 (10:53 -0500)
commit26c0098e5ef860763bba616a19c570a41b445e1d
tree2c8226ca468070a974ab5fdf407360cd54e3c2a7
parent4678f2e62cf53f7893b015e13989591009486741
net/9p: Fix kernel crash with msize 512K

With msize equal to 512K (PAGE_SIZE * VIRTQUEUE_NUM), we hit multiple
crashes. This patch fix those.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/trans_virtio.c