On Thu, Jul 12, 2018 at 9:23 AM Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote: > > (Al- can’t we just stop allowing splice() at all on things that don’t use iov_iter?) We could add a FMODE_SPLICE_READ/WRITE bit, and let people opt in to splice. We probably should have. But again, that really doesn't change the fundamentals. Using write() for commands is stupid. It also means that you have to _parse_ all the damn input at that level, which is a mistake too. It easily leads to insane decisions like "you have to use 'write()' calls without buffering", because re-buffering the stream is a f*cking pain. Just say no. Seriously. Stop this idiotic discussion. I'm just happy this came up early, because that way I know to look out for it and not merge it. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html