From: "Richard W.M. Jones" <rjones@redhat.com>
To: Pavel Machek <pavel@ucw.cz>
Cc: akpm@linux-foundation.org, david@kernel.org,
lorenzo.stoakes@oracle.com, Liam.Howlett@oracle.com,
rppt@kernel.org, vbabka@suse.cz, surenb@google.com,
mhocko@suse.com, linux-mm@kvack.org,
Eric Dumazet <edumazet@google.com>,
Josef Bacik <josef@toxicpanda.com>, Jens Axboe <axboe@kernel.dk>,
linux-kernel <linux-kernel@vger.kernel.org>,
netdev@vger.kernel.org, Eric Dumazet <eric.dumazet@gmail.com>,
syzbot+e1cd6bd8493060bd701d@syzkaller.appspotmail.com,
Mike Christie <mchristi@redhat.com>,
Yu Kuai <yukuai1@huaweicloud.com>,
linux-block@vger.kernel.org, nbd@other.debian.org
Subject: Re: Userland used in writeback path was Re: [PATCH] nbd: restrict sockets to TCP and UDP
Date: Mon, 24 Nov 2025 11:04:28 +0000 [thread overview]
Message-ID: <20251124110428.GA13479@redhat.com> (raw)
In-Reply-To: <aR2JjR1yKHCCPalO@duo.ucw.cz>
On Wed, Nov 19, 2025 at 10:10:37AM +0100, Pavel Machek wrote:
> On Tue 2025-11-18 18:16:23, Richard W.M. Jones wrote:
> > On Tue, Nov 18, 2025 at 06:56:33PM +0100, Pavel Machek wrote:
> > > Hi!
> > >
> > > > Recently, syzbot started to abuse NBD with all kinds of sockets.
> > > >
> > > > Commit cf1b2326b734 ("nbd: verify socket is supported during setup")
> > > > made sure the socket supported a shutdown() method.
> > > >
> > > > Explicitely accept TCP and UNIX stream sockets.
> > >
> > > Note that running nbd server and client on same machine is not safe in
> > > read-write mode. It may deadlock under low memory conditions.
> > >
> > > Thus I'm not sure if we should accept UNIX sockets.
> >
> > Both nbd-client and nbdkit have modes where they can mlock themselves
> > into RAM.
>
> kernel needs memory. It issues write-back to get some.
> nbd-client does syscall. Maybe writing to storage?
> That syscall does kmalloc().
> That kmalloc now needs something like PF_MEMALLOC flag.
>
> mlock() is not enough.
There are loads of use cases for NBD over a Unix domain socket that
have nothing to do with storage. nbdkit supports all sorts of purely
virtual and remote devices.
Practically, we use this feature successfully all the time without any
issues, so we'd appreciate it not being broken over some very
theoretical concern that you haven't even been able to demonstrate in
a test case.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v
prev parent reply other threads:[~2025-11-24 11:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250909132243.1327024-1-edumazet@google.com>
[not found] ` <aRyzUc/WndKJBAz0@duo.ucw.cz>
[not found] ` <20251118181623.GK1427@redhat.com>
2025-11-19 9:10 ` Pavel Machek
2025-11-24 11:04 ` Richard W.M. Jones [this message]
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=20251124110428.GA13479@redhat.com \
--to=rjones@redhat.com \
--cc=Liam.Howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=axboe@kernel.dk \
--cc=david@kernel.org \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=josef@toxicpanda.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lorenzo.stoakes@oracle.com \
--cc=mchristi@redhat.com \
--cc=mhocko@suse.com \
--cc=nbd@other.debian.org \
--cc=netdev@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rppt@kernel.org \
--cc=surenb@google.com \
--cc=syzbot+e1cd6bd8493060bd701d@syzkaller.appspotmail.com \
--cc=vbabka@suse.cz \
--cc=yukuai1@huaweicloud.com \
/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