public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v1 1/2] syscalls/socketcall02: Cleanup && rewrite to new API
Date: Mon, 24 Feb 2020 17:34:02 +0100	[thread overview]
Message-ID: <20200224163402.GA24673@rei.lan> (raw)
In-Reply-To: <04f0e695-8301-98bb-2b7a-4e20dfb09d72@cn.fujitsu.com>

Hi!
> > -PF_INET, SOCK_STREAM, 0}, -1, EINVAL, "invalid call"};
> > +} TC[] = {
> > +	{0, args_valid, EINVAL, "invalid call(0)"},
> "invalid call(<1)" is more correc.
> > +	{21, args_valid, EINVAL, "invalid call(21)"},
> "invalid call(>20)" is more correct.
> > +	{SYS_SOCKET, NULL, EFAULT, "invalid args address"},
> > +};

I've fixed these two and pushed both patches, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

      reply	other threads:[~2020-02-24 16:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 11:58 [LTP] [PATCH v1 1/2] syscalls/socketcall02: Cleanup && rewrite to new API Yang Xu
2020-02-09 11:58 ` [LTP] [PATCH v1 2/2] syscalls/socketcall03, 04: Cleanup && Convert " Yang Xu
2020-02-10  3:26 ` [LTP] [PATCH v1 1/2] syscalls/socketcall02: Cleanup && rewrite " Yang Xu
2020-02-24 16:34   ` Cyril Hrubis [this message]

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=20200224163402.GA24673@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox