On Thu, Jul 12, 2018 at 9:00 AM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > Wait a sec - that's only a problem if your command contains pointer-chasing > et.al. No. It's a problem if anybody ever does something like "let's have a helper splice thread that uses splice to move data automatically from one buffer to another". And yes, it's something people have wanted. Seriously. I'm putting my foot down. NO COMMANDS IN WRITE DATA! We have made that mistake in the past. Having done stupid things in the past is not an excuse for doing so again. Quite the reverse. Making the same mistake and not learning from your mistakes is the sign of stupidity. So I repeat: write is for data. If you want an action, you do it with ioctl, or you do it with a system call. 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