Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > > Similar synchronization is required for reusing memory after vmsplice()? > > > I don't see other way how sender could safely change these pages. Actually, it's probably worse than that. If the output of the pipe gets teed or spliced somewhere else, you still don't know when the vmspliced pages are finished with. David