aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-02-12 13:58:35 +0000
committerDavid Howells <dhowells@redhat.com>2020-05-19 15:08:23 +0100
commitb580b93664f91db8cb503429030df0f1c1e53528 (patch)
treeba0e6a80817521b6cf15e3d789aa6aa7d674da6c /init
parentsecurity: Add a hook for the point of notification insertion (diff)
downloadlinux-dev-b580b93664f91db8cb503429030df0f1c1e53528.tar.xz
linux-dev-b580b93664f91db8cb503429030df0f1c1e53528.zip
pipe: Add O_NOTIFICATION_PIPE
Add an O_NOTIFICATION_PIPE flag that can be passed to pipe2() to indicate that the pipe being created is going to be used for notifications. This suppresses the use of splice(), vmsplice(), tee() and sendfile() on the pipe as calling iov_iter_revert() on a pipe when a kernel notification message has been inserted into the middle of a multi-buffer splice will be messy. The flag is given the same value as O_EXCL as it seems unlikely that this flag will ever be applicable to pipes and I don't want to use up another O_* bit unnecessarily. An alternative could be to add a pipe3() system call. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions