Displaying 4 results from an estimated 4 matches for "878e565dfffe".
2020 Apr 01
2
[PATCH] virtio/test: fix up after IOTLB changes
...ost_test_reset_owner(struct vhost_test *n)
{
void *priv = NULL;
long err;
- struct vhost_umem *umem;
+ struct vhost_iotlb *umem;
mutex_lock(&n->dev.mutex);
err = vhost_dev_check_owner(&n->dev);
diff --git a/drivers/vhost/vringh.c b/drivers/vhost/vringh.c
index ee0491f579ac..878e565dfffe 100644
--- a/drivers/vhost/vringh.c
+++ b/drivers/vhost/vringh.c
@@ -13,9 +13,11 @@
#include <linux/uaccess.h>
#include <linux/slab.h>
#include <linux/export.h>
+#ifdef VHOST_IOTLB
#include <linux/bvec.h>
#include <linux/highmem.h>
#include <linux/vhost_iotlb....
2020 Apr 01
2
[PATCH] virtio/test: fix up after IOTLB changes
...ost_test_reset_owner(struct vhost_test *n)
{
void *priv = NULL;
long err;
- struct vhost_umem *umem;
+ struct vhost_iotlb *umem;
mutex_lock(&n->dev.mutex);
err = vhost_dev_check_owner(&n->dev);
diff --git a/drivers/vhost/vringh.c b/drivers/vhost/vringh.c
index ee0491f579ac..878e565dfffe 100644
--- a/drivers/vhost/vringh.c
+++ b/drivers/vhost/vringh.c
@@ -13,9 +13,11 @@
#include <linux/uaccess.h>
#include <linux/slab.h>
#include <linux/export.h>
+#ifdef VHOST_IOTLB
#include <linux/bvec.h>
#include <linux/highmem.h>
#include <linux/vhost_iotlb....
2020 Apr 02
1
[PATCH] virtio/test: fix up after IOTLB changes
...> long err;
> > - struct vhost_umem *umem;
> > + struct vhost_iotlb *umem;
> > mutex_lock(&n->dev.mutex);
> > err = vhost_dev_check_owner(&n->dev);
> > diff --git a/drivers/vhost/vringh.c b/drivers/vhost/vringh.c
> > index ee0491f579ac..878e565dfffe 100644
> > --- a/drivers/vhost/vringh.c
> > +++ b/drivers/vhost/vringh.c
> > @@ -13,9 +13,11 @@
> > #include <linux/uaccess.h>
> > #include <linux/slab.h>
> > #include <linux/export.h>
> > +#ifdef VHOST_IOTLB
>
>
> Kbuild...
2020 Apr 02
0
[PATCH] virtio/test: fix up after IOTLB changes
...void *priv = NULL;
> long err;
> - struct vhost_umem *umem;
> + struct vhost_iotlb *umem;
>
> mutex_lock(&n->dev.mutex);
> err = vhost_dev_check_owner(&n->dev);
> diff --git a/drivers/vhost/vringh.c b/drivers/vhost/vringh.c
> index ee0491f579ac..878e565dfffe 100644
> --- a/drivers/vhost/vringh.c
> +++ b/drivers/vhost/vringh.c
> @@ -13,9 +13,11 @@
> #include <linux/uaccess.h>
> #include <linux/slab.h>
> #include <linux/export.h>
> +#ifdef VHOST_IOTLB
Kbuild bot reports build issues with this.
It looks to m...