Re: [PATCH 2/2] nvme: drop WARN_ON_ONCE on write_stream bounds check

Keith Busch <[email protected]> Tue, 28 Jul 2026 03:46:50 -0600
Newsgroups org.infradead.lists.linux-nvme,org.kernel.vger.linux-kernel
Message-ID <amh6ivxaXV9lO_6r@kbusch-mbp>
On Tue, Jul 28, 2026 at 08:58:00AM +0200, Greg Kroah-Hartman wrote:
> I'm tired of it too, but again, if this can be hit by something a user
> does, it ends up being a DoS on the machine :(

Why do you think has something to do with what a user does? The
filesystem and block layers own the write stream, and the contract is it
has to be within the reported limits. If it's not, there's a filesystem
bug; nothing to do with the user.