]> git.ipfire.org Git - people/ms/linux.git/commit
vhost: relax log address alignment
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 16 Nov 2015 14:57:08 +0000 (16:57 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 7 Dec 2015 15:27:54 +0000 (17:27 +0200)
commitd542483876f6ed720f573de3fbb1d8e60ccd0d6e
tree0f2e54e6074bcc7a9131d61e840575b482f6bba6
parent2ac46030331e2952a56c05bd15d99082fc410088
vhost: relax log address alignment

commit 5d9a07b0de512b77bf28d2401e5fe3351f00a240 ("vhost: relax used
address alignment") fixed the alignment for the used virtual address,
but not for the physical address used for logging.

That's a mistake: alignment should clearly be the same for virtual and
physical addresses,

Cc: stable@vger.kernel.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vhost.c