commit | 8926487ad88b00a9b6677f866df787dea7b3471b | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Aug 17 16:56:04 2011 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Oct 03 11:40:22 2011 -0700 |
tree | c49509d0071647326233985394474a8365083b3d | |
parent | a111278ea956e42e2d1ac4b4f04a2c71d322235b [diff] |
net/9p: Fix kernel crash with msize 512K commit b49d8b5d7007a673796f3f99688b46931293873e upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>