Re: [PATCH 2/3] vDPA/ifcvf: implement management netlink framework for ifcvf

2021-07-03 Thread Michael S. Tsirkin
On Thu, Jul 01, 2021 at 03:04:09AM +0800, kernel test robot wrote: > Hi Zhu, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on linus/master] > [also build test WARNING on v5.13 next-20210630] > [If your patch is applied to the wrong git tree, kindly drop

Re: [PATCH 2/3] vDPA/ifcvf: implement management netlink framework for ifcvf

2021-07-03 Thread Michael S. Tsirkin
On Thu, Jul 01, 2021 at 03:04:09AM +0800, kernel test robot wrote: > Hi Zhu, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on linus/master] > [also build test WARNING on v5.13 next-20210630] > [If your patch is applied to the wrong git tree, kindly drop

Re: [PATCH] eventfd: Enlarge recursion limit to allow vhost to work

2021-07-03 Thread Michael S. Tsirkin
On Fri, Jun 18, 2021 at 04:44:12PM +0800, He Zhe wrote: > commit b5e683d5cab8 ("eventfd: track eventfd_signal() recursion depth") > introduces a percpu counter that tracks the percpu recursion depth and > warn if it greater than zero, to avoid potential deadlock and stack > overflow. > > However

Re: [PATCH] vhost-vdpa: log warning message if vhost_vdpa_remove gets blocked

2021-07-03 Thread Michael S. Tsirkin
On Tue, Jun 15, 2021 at 10:33:22PM +0800, Jason Wang wrote: > > 在 2021/6/6 下午9:29, Gautam Dawar 写道: > > From: Gautam Dawar > > > > If some module invokes vdpa_device_unregister (usually in the module > > unload function) when the userspace app (eg. QEMU) which had opened > > the vhost-vdpa

Re: [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver

2021-07-03 Thread Michael S. Tsirkin
On Wed, May 26, 2021 at 09:02:06AM +0530, Viresh Kumar wrote: > On 25-05-21, 14:59, Enrico Weigelt, metux IT consult wrote: > > On 24.05.21 13:27, Viresh Kumar wrote: > > > > Hi, > > > > > > > We (Linaro's Project Stratos > > > https://linaro.atlassian.net/wiki/spaces/STR/overview) > > > are