From: Cornelia Huck Date: Tue, 1 Mar 2016 12:44:53 +0000 (+0100) Subject: virtio/s390: size of SET_IND payload X-Git-Tag: v4.6-rc1~80^2~6 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=c235082b50f6dd81436b82fd73ffbdeede4ec2e4;hp=c235082b50f6dd81436b82fd73ffbdeede4ec2e4;p=cascardo%2Flinux.git virtio/s390: size of SET_IND payload SET_IND takes as a payload the _address_ of the indicators, meaning that we have one of the rare cases where kmalloc(sizeof(&...)) is actually correct. Let's clarify that with a comment. The count for the ccw, however, was only correct because the indicators are 64 bit. Let's use the correct value. Reported-by: Martin Schwidefsky Reviewed-by: Halil Pasic Reviewed-by: David Hildenbrand Signed-off-by: Cornelia Huck Signed-off-by: Michael S. Tsirkin ---