]> 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>
Wed, 17 Aug 2011 16:56:04 +0000 (16:56 +0000)
committerEric Van Hensbergen <ericvh@gmail.com>
Thu, 25 Aug 2011 14:23:28 +0000 (09:23 -0500)
commitf23c01b389dd26b39574a55524638f10c50f3f90
tree3c0d879407ae7869af7e8bc076cfd389bea40729
parent82e6ee5bb454cba8e8484e8a7d4f78ad8ace3b2a
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