Re: [PATCH 1/2] vhost/test: fix build for vhost test

2019-08-29 Thread Jason Wang
On 2019/8/28 下午1:36, Tiwei Bie wrote: > Since below commit, callers need to specify the iov_limit in > vhost_dev_init() explicitly. > > Fixes: b46a0bf78ad7 ("vhost: fix OOB in get_rx_bufs()") > Cc: sta...@vger.kernel.org > Signed-off-by: Tiwei Bie > --- > drivers/vhost/test.c | 2 +- > 1 file ch

[PATCH 1/2] vhost/test: fix build for vhost test

2019-08-27 Thread Tiwei Bie
Since below commit, callers need to specify the iov_limit in vhost_dev_init() explicitly. Fixes: b46a0bf78ad7 ("vhost: fix OOB in get_rx_bufs()") Cc: sta...@vger.kernel.org Signed-off-by: Tiwei Bie --- drivers/vhost/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive