----- Original Message -----
> From: "Jan Stancek" <jstan...@redhat.com>
> To: ltp-list@lists.sourceforge.net
> Sent: Thursday, 5 February, 2015 9:20:39 AM
> Subject: Re: [LTP] [PATCH] sendmsg01: remove ".flags = ~MSG_CMSG_COMPAT" case
> 
> 
> 
> 
> 
> ----- Original Message -----
> > From: "Cyril Hrubis" <chru...@suse.cz>
> > To: "Jan Stancek" <jstan...@redhat.com>
> > Cc: ltp-list@lists.sourceforge.net
> > Sent: Tuesday, 3 February, 2015 2:23:36 PM
> > Subject: Re: [LTP] [PATCH] sendmsg01: remove ".flags = ~MSG_CMSG_COMPAT"
> > case
> > 
> > Hi!
> > >  char *TCID = "sendmsg01";
> > >  int testno;
> > > @@ -305,23 +304,6 @@ struct test_case_t tdat[] = {
> > >    .cleanup = cleanup4,
> > >    .desc = "rights passing"}
> > >   ,
> > > - {.domain = PF_UNIX,
> > > -  .type = SOCK_DGRAM,
> > > -  .proto = 0,
> > > -  .iov = iov,
> > > -  .iovcnt = 1,
> > > -  .buf = buf,
> > > -  .buflen = sizeof(buf),
> > > -  .msg = &msgdat,
> > > -  .flags = ~MSG_CMSG_COMPAT,
> > > -  .to = (struct sockaddr *)&sun1,
> > > -  .tolen = sizeof(sun1),
> > > -  .retval = -1,
> > > -  .experrno = EOPNOTSUPP,
> > > -  .setup = setup4,
> > > -  .cleanup = cleanup4,
> > > -  .desc = "invalid flags set w/ control"}
> > > - ,
> > 
> > I'm more inclined to changing this case to MSG_OOB, but apart from that
> > it's acked.
> 
> Anyone else care to weigh in?

Rebased and pushed.

Regards,
Jan

> 
> > 
> > --
> > Cyril Hrubis
> > chru...@suse.cz
> > 
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
> 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to