From: skvarlamatus@gmail.com
To: sgarzare@redhat.com
Cc: asmadeus@codewreck.org, ericvh@kernel.org,
linux-kernel@vger.kernel.org, linux_oss@crudebyte.com,
lucho@ionkov.net, skvarlamatus@gmail.com, stefanha@redhat.com,
v9fs@lists.linux.dev
Subject: Re: [PATCH v2] net/9p: add vsock transport
Date: Fri, 3 Jul 2026 16:31:25 +0200 [thread overview]
Message-ID: <20260703143125.45423-1-skvarlamatus@gmail.com> (raw)
In-Reply-To: <akd7QliTAWpkmE0Q@sgarzare-redhat>
On Fri, Jul 03, 2026 at 09:12 +0000, sgarzare@redhat.com wrote:
> >The privport mount option is not currently supported for vsock and
> >returns -EOPNOTSUPP if specified.
>
> Why not?
The existing p9_bind_privport() implementation is TCP-specific
(uses inet_pton and struct sockaddr_in), so it cannot be reused
for vsock directly. Per Stefan Hajnoczi's suggestion, I opted to
reject the option cleanly for now rather than leave it silently
ignored. Support can be added in a follow-up if needed.
> >- fd used passed file descriptors for connection
> >+ fd uses passed file descriptors for connection
>
> nit: unrelated change?
I noticed it as I was adding the vsock line below, but you're right,
it's not related, so I'll drop it in v3.
> The rest LGTM, so for vsock point of view:
>
> Acked-by: Stefano Garzarella <sgarzare@redhat.com>
Thank you!
--
Matus
next prev parent reply other threads:[~2026-07-03 14:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-01 15:59 [PATCH v2] net/9p: add vsock transport skvarlamatus
2026-07-03 5:41 ` Stefan Hajnoczi
[not found] ` <CANG_AsJtiN+31UCEZDSRX5ckq10vW-Qw7gjcBcB+feDZA7rgww@mail.gmail.com>
2026-07-03 14:16 ` Dominique Martinet
2026-07-03 14:58 ` skvarlamatus
2026-07-03 14:16 ` Matus Skvarla
2026-07-03 14:39 ` Matus Skvarla
2026-07-03 9:12 ` Stefano Garzarella
2026-07-03 14:31 ` skvarlamatus [this message]
2026-07-03 14:39 ` Stefano Garzarella
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=20260703143125.45423-1-skvarlamatus@gmail.com \
--to=skvarlamatus@gmail.com \
--cc=asmadeus@codewreck.org \
--cc=ericvh@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux_oss@crudebyte.com \
--cc=lucho@ionkov.net \
--cc=sgarzare@redhat.com \
--cc=stefanha@redhat.com \
--cc=v9fs@lists.linux.dev \
/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