Re: [PATCH] Revert "vhost: make msg padding explicit"

2018-05-02 Thread David Miller
From: "Michael S. Tsirkin" Date: Wed, 2 May 2018 17:19:05 +0300 > This reverts commit 93c0d549c4c5a7382ad70de6b86610b7aae57406. > > Unfortunately the padding will break 32 bit userspace. > Ouch. Need to add some compat code, revert for now. > > Signed-off-by: Michael S. Tsirkin Applied, thank

[PATCH] Revert "vhost: make msg padding explicit"

2018-05-02 Thread Michael S. Tsirkin
This reverts commit 93c0d549c4c5a7382ad70de6b86610b7aae57406. Unfortunately the padding will break 32 bit userspace. Ouch. Need to add some compat code, revert for now. Signed-off-by: Michael S. Tsirkin --- include/uapi/linux/vhost.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ua