All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2] syscalls/splice05: check if splice supports stream af_unix sockets
Date: Thu, 15 Jun 2017 14:46:39 +0200	[thread overview]
Message-ID: <20170615124639.GC2832@rei.lan> (raw)
In-Reply-To: <1497399788-3331-1-git-send-email-yangx.jy@cn.fujitsu.com>

Hi!
> +			if (errno == EINVAL) {
> +				tst_res(TCONF, "splice doesn't support "
> +					"stream af_unix sockets as input");

Maybe just shorter:

	tst_res(TCONF, "splice() does not support af_unix sockets");

Otherwise it looks fine.

-- 
Cyril Hrubis
chrubis@suse.cz

  reply	other threads:[~2017-06-15 12:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-08  6:41 [LTP] [PATCH 1/2] syscalls/splice04,05: fix max limit for pipe Xiao Yang
2017-06-08  6:41 ` [LTP] [PATCH 2/2] syscalls/splice05: check if splice supports stream af_unix sockets Xiao Yang
2017-06-14  0:21   ` Xiao Yang
2017-06-14  0:23   ` [LTP] [PATCH v2] " Xiao Yang
2017-06-15 12:46     ` Cyril Hrubis [this message]
2017-06-16  1:44       ` [LTP] [PATCH v3 1/2] syscalls/splice04,05: fix max limit for pipe Xiao Yang
2017-06-16  1:44         ` [LTP] [PATCH v3 2/2] syscalls/splice05: check if splice supports af_unix sockets Xiao Yang
2017-06-20  9:19         ` [LTP] [PATCH v3 1/2] syscalls/splice04, 05: fix max limit for pipe Cyril Hrubis
2017-06-15 12:43 ` [LTP] [PATCH 1/2] syscalls/splice04,05: " Cyril Hrubis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170615124639.GC2832@rei.lan \
    --to=chrubis@suse.cz \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.