]> git.baikalelectronics.ru Git - kernel.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>
Tue, 6 Sep 2011 13:17:15 +0000 (08:17 -0500)
commit74b1af8bdb67d88f392692b633faea155b659f6e
treed798935e0149fca46b4a08ba219f716ec9abd520
parent04e635c8de23d6f42c768a4a8512b22cb331912e
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