[PATCH 2/2] nvme: drop WARN_ON_ONCE on write_stream bounds check
Keith Busch
kbusch at kernel.org
Tue Jul 28 02:46:50 PDT 2026
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.
More information about the Linux-nvme
mailing list