From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] vhost: return EINVAL if iovecs size does not match the message size Date: Sun, 16 Dec 2018 14:41:48 -0500 Message-ID: <20181216144011-mutt-send-email-mst@kernel.org> References: <20181213145350.5454-1-ptikhomirov@virtuozzo.com> <20181215.114611.1702968159223320911.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ptikhomirov@virtuozzo.com, jasowang@redhat.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, khorenko@virtuozzo.com To: David Miller Return-path: Content-Disposition: inline In-Reply-To: <20181215.114611.1702968159223320911.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sat, Dec 15, 2018 at 11:46:11AM -0800, David Miller wrote: > From: Pavel Tikhomirov > Date: Thu, 13 Dec 2018 17:53:50 +0300 > > > We've failed to copy and process vhost_iotlb_msg so let userspace at > > least know about it. For instance before these patch the code below runs > > without any error: > ... > > Signed-off-by: Pavel Tikhomirov > > Michael, will you be taking this in via your tree? > > Thanks. Will do, thanks!