Call for Papers: ACM HPDC 2022 (The 31th International Symposium on High-Performance Parallel and Distributed Computing)

2021-11-07 Thread Ali Anwar
The ACM International Symposium on High-Performance Parallel and Distributed Computing (HPDC) is the premier annual conference for presenting the latest research on the design, implementation, evaluation, and use of parallel and distributed systems for high-end computing. The 31st HPDC will take pl

Re: [PATCH V7] gpio: virtio: Add IRQ support

2021-11-07 Thread Viresh Kumar
On 04-11-21, 16:37, Bartosz Golaszewski wrote: > I picked up the v7 I see in patchwork (but not in my inbox :( ) I did send it to and can see both in the --to field: Bartosz Golaszewski , Bartosz Golaszewski , Anything wrong there ? -- viresh ___ Vir

Re: [PATCH -next] gpio: virtio: remove unneeded semicolon

2021-11-07 Thread Viresh Kumar
On 08-11-21, 12:03, Yang Li wrote: > Eliminate the following coccicheck warning: > ./drivers/gpio/gpio-virtio.c:437:2-3: Unneeded semicolon > > Reported-by: Abaci Robot > Signed-off-by: Yang Li > --- > drivers/gpio/gpio-virtio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [PATCH 1/2] eni_vdpa: Fix an error handling path in 'eni_vdpa_probe()'

2021-11-07 Thread Jason Wang
On Mon, Nov 8, 2021 at 12:15 AM Christophe JAILLET wrote: > > In the error handling path, a successful 'vp_legacy_probe()' should be > balanced by a corresponding 'vp_legacy_remove()' call, as already done in > the remove function. > > Add the missing call and update gotos accordingly. > > Fixes: