From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: Ariel Otilibili-Anieli <otilibil@eurecom.fr>
Cc: dev@dpdk.org, david.marchand@redhat.com, chenbox@nvidia.com
Subject: Re: [PATCH] vhost: fix VDUSE devices registration
Date: Wed, 5 Feb 2025 22:18:36 +0100 [thread overview]
Message-ID: <f80bf8d7-b57a-4816-b207-65bf22e436f5@redhat.com> (raw)
In-Reply-To: <11eea5-679d0980-397-2b71eb40@59612471>
Hi Ariel,
On 1/31/25 6:34 PM, Ariel Otilibili-Anieli wrote:
> Hello Maxime,
>
> On Friday, January 31, 2025 14:09 CET, Maxime Coquelin <maxime.coquelin@redhat.com> wrote:
>
>> This patch fixes a regression in vhost_driver_register()
>> causing VDUSE devices registration to fail systematically
>> because the return value was initialized to -1 and not
>> changed later on for this type of devices.
>>
>> Fixes: 4d2aa150769b ("vhost: remove check around mutex init")
>
> Thanks for the heads up. I indeed committed 4d2aa150769b ("vhost: remove check around mutex init"); and it contained a hunk for vhost_driver_register().
>
> I applied this patch against the tip of the main; from what I saw, there is no overlap with 4d2aa150769b ("vhost: remove check around mutex init").
>
> It looks 4d2aa150769b ("vhost: remove check around mutex init") came up first, because I was the last person who edited the file.
>
> The tags should be rather these ones:
>
> Fixes: 0adb8eccc6a6 ("vhost: add VDUSE device creation and destruction")
> Fixes: 78b2e3bae1af ("vhost: fix initialization")
> Fixes: 64ab701c3d1e ("vhost: add vhost-user client mode")
> Fixes: 8f972312b8f4 ("vhost: support vhost-user")
>
> Does my reasoning make sense? Let me know.
Not really :)
Without your patch, ret was assigned by the pthread_mutex_init() return,
so always 0. With your patch, this assignment is removed so ret will
always be -1 for VDUSE devices.
So before your patch, VDUSE devices registration was functional, with
your patch it breaks systematically.
We don't want to backport my patch to LTS that aren't imapcted, so
tagging your patch as the one introducing the regression is the right
thing to do.
> :) For my understanding; now that 4d2aa150769b ("vhost: remove check around mutex init") needs a fix, is there a way by which I could have detect the regression?
It could have been detected by testing VDUSE, that's how I noticed it.
But VDUSE is still fairly recent, and it is not yet tested by the CI.
Now that it is supported in at least Fedora without any kernel change,
we should work on adding CI testing for it.
> Your help will be much appreciated,
> Ariel
>
Thanks for your contribution,
Maxime
next prev parent reply other threads:[~2025-02-05 21:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-31 17:34 Ariel Otilibili-Anieli
2025-02-05 21:18 ` Maxime Coquelin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-31 13:09 Maxime Coquelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f80bf8d7-b57a-4816-b207-65bf22e436f5@redhat.com \
--to=maxime.coquelin@redhat.com \
--cc=chenbox@nvidia.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=otilibil@eurecom.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).