From: Rusty Russell Date: Thu, 30 Jul 2009 22:03:43 +0000 (-0600) Subject: lguest: fix descriptor corruption in example launcher X-Git-Tag: v2.6.31-rc5~14^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef562d112c82ec539775698f8b63ac5ec1bd766;p=pandora-kernel.git lguest: fix descriptor corruption in example launcher 1d589bb16b825b3a7b4edd34d997f1f1f953033d "Add serial number support for virtio_blk, V4a" extended 'struct virtio_blk_config' to 536 bytes. Lguest and S/390 both use an 8 bit value for the feature length, and this change broke them (if the code is naive). Signed-off-by: Rusty Russell Cc: John Cooper Cc: Christian Borntraeger --- Reading git-diff-tree failed