Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1483129

Re: [PATCH 00/11] splice cleanups

Path csiph.com!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Miklos Szeredi <mszeredi@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH 00/11] splice cleanups
Date Wed, 14 Sep 2016 11:40:01 +0200
Message-ID <shePD-7Az-17@gated-at.bofh.it> (permalink)
References <shdTz-6Z2-3@gated-at.bofh.it> <shecW-76W-17@gated-at.bofh.it>
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=wyvEPnGZVNV8JdkWVlRlYH5+N/oLnyB+j5B/05iMueM=; b=bRXUPYRHi3aJ1fODW5z9+eW1MNZBw/nlRvWEmS0tuOVuHhlF5iQPZFoxy3QtOGNIjJ jnm/vH2+nwjoU3HzeK6JzTDwuB1Hyo0hTtu0G2Wke737c/s26IztuEZkydnYIY5d2siv TYeGxExjC6O64mN7034CjDGPadK7poa5QxHukXDEAig4NLy/823DLIe6z4dVOLzK+Cm+ xg2kmzM9z/PPT0fpipVUVSUmQbKbbcMLq9xwI/trDf8aZIXODebhrElHgCtsIhRP8rGy BZq7gQhKz80Fk6Vhy1QYRk7vNe+3+hfqRW/mzi1TnIXKLp2JNMT0E1hHD5sGUIC8rDYi 56uw==
X-Gm-Message-State AE9vXwNCVxkeBDVFQy4ndBbOuOsqKI69htFF5TE9HyH4Ez+rY5GNwo0Liv/3eSavc/xjq27fs624mu3oXtUoZK/y
X-Received by 10.46.32.4 with SMTP id g4mr628507ljg.43.1473845439570; Wed, 14 Sep 2016 02:30:39 -0700 (PDT)
MIME-Version 1.0
Content-Type multipart/mixed; boundary=001a1142bed2e141ca053c7461fd
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 42
Organization linux.* mail to news gateway
X-Original-Cc linux-fsdevel <linux-fsdevel@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Al Viro <viro@zeniv.linux.org.uk>
X-Original-Date Wed, 14 Sep 2016 11:30:38 +0200
X-Original-Message-ID <CAOssrKet+cwfTfAVni1ikrjcJajLe7J6Z3VoCdV=FMxzf+bh_g@mail.gmail.com>
X-Original-References <1473842236-28655-1-git-send-email-mszeredi@redhat.com> <CALXu0Ud8KpYZMZiAahTQP=4W4GBRCqsNNBQCO5=FfjK7dnUfhg@mail.gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1483129

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Wed, Sep 14, 2016 at 10:55 AM, Cedric Blancher
<cedric.blancher@gmail.com> wrote:
> Is there any shell which uses pipe splicing?

for i in /usr/bin/*; do if file $i | grep -q ELF; then if nm -D $i |
grep -q splice; then echo $i; fi; fi; done

For me it does not yield anything by which you could easily try out splicing.

Attaching a simple cp-like program which uses splice if you want to try it out.

Thanks,
Miklos

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/11] splice cleanups Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 10:40 +0200
  [PATCH 09/11] splice: use get_page_for_read() Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 10:40 +0200
  [PATCH 10/11] splice: don't check i_size in generic_file_splice_read() Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 10:40 +0200
  [PATCH 11/11] splice: fold __generic_file_splice_read() into caller Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 10:40 +0200
  [PATCH 07/11] pipe: remove generic_pipe_buf_confirm() Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 10:40 +0200
    Re: [PATCH 07/11] pipe: remove generic_pipe_buf_confirm() Christoph Hellwig <hch@infradead.org> - 2016-09-16 13:30 +0200
  [PATCH 01/11] pipe: add pipe_buf_get() helper Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 10:50 +0200
  [PATCH 02/11] pipe: add pipe_buf_release() helper Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 10:50 +0200
  [PATCH 04/11] pipe: add pipe_buf_steal() helper Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 10:50 +0200
  Re: [PATCH 00/11] splice cleanups Cedric Blancher <cedric.blancher@gmail.com> - 2016-09-14 11:00 +0200
    Re: [PATCH 00/11] splice cleanups Miklos Szeredi <mszeredi@redhat.com> - 2016-09-14 11:40 +0200
  Re: [PATCH 00/11] splice cleanups Christoph Hellwig <hch@infradead.org> - 2016-09-16 13:30 +0200

csiph-web