[RFC PATCH 11/10] pipe: Add fsync() support [ver #2]

David Howells dhowells at redhat.com
Thu Oct 31 15:15:53 UTC 2019


Konstantin Khlebnikov <khlebnikov at yandex-team.ru> wrote:

> Similar synchronization is required for reusing memory after vmsplice()?
> I don't see other way how sender could safely change these pages.

Sounds like a point - if you have multiple parallel contributors to the pipe
via vmsplice(), then FIONREAD is of no use.  To use use FIONREAD, you have to
let the pipe become empty before you can be sure.

David




More information about the Linux-security-module-archive mailing list