lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 9 Jun 2020 13:56:26 +0800
From:   Jason Wang <jasowang@...hat.com>
To:     "Michael S. Tsirkin" <mst@...hat.com>, linux-kernel@...r.kernel.org
Cc:     Zhu Lingshan <lingshan.zhu@...el.com>, kvm@...r.kernel.org,
        virtualization@...ts.linux-foundation.org, netdev@...r.kernel.org
Subject: Re: [PATCH] vhost/test: fix up after API change


On 2020/6/9 下午1:53, Jason Wang wrote:
>
> On 2020/6/8 下午8:42, Michael S. Tsirkin wrote:
>> Pass a flag to request kernel thread use.
>>
>> Fixes: 01fcb1cbc88e ("vhost: allow device that does not depend on 
>> vhost worker")
>> Signed-off-by: Michael S. Tsirkin <mst@...hat.com>
>> ---
>>   drivers/vhost/test.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/vhost/test.c b/drivers/vhost/test.c
>> index f55cb584b84a..12304eb8da15 100644
>> --- a/drivers/vhost/test.c
>> +++ b/drivers/vhost/test.c
>> @@ -122,7 +122,7 @@ static int vhost_test_open(struct inode *inode, 
>> struct file *f)
>>       vqs[VHOST_TEST_VQ] = &n->vqs[VHOST_TEST_VQ];
>>       n->vqs[VHOST_TEST_VQ].handle_kick = handle_vq_kick;
>>       vhost_dev_init(dev, vqs, VHOST_TEST_VQ_MAX, UIO_MAXIOV + 64,
>> -               VHOST_TEST_PKT_WEIGHT, VHOST_TEST_WEIGHT, NULL);
>> +               VHOST_TEST_PKT_WEIGHT, VHOST_TEST_WEIGHT, true, NULL);
>>         f->private_data = n;
>
>
> Acked-by: Jason Wang <jasowang@...hat.com>
>
> Just to confirm, have you queued the doorbell mapping patches already? 
> Or you expect I squash this into v2 of doorbell mapping series?


Ok, I saw the patches in your linux-next branch.

Thanks


>
> Thanks
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ