linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: fix psock_fanout selftest bind error message
@ 2013-03-20 17:28 Daniel Baluta
  2013-03-20 17:42 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Baluta @ 2013-03-20 17:28 UTC (permalink / raw)
  To: davem; +Cc: willemb, edumazet, linux-kernel, Daniel Baluta

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
---
 .../testing/selftests/net-afpacket/psock_fanout.c  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/testing/selftests/net-afpacket/psock_fanout.c b/tools/testing/selftests/net-afpacket/psock_fanout.c
index f765f09..226e5e3 100644
--- a/tools/testing/selftests/net-afpacket/psock_fanout.c
+++ b/tools/testing/selftests/net-afpacket/psock_fanout.c
@@ -97,7 +97,7 @@ static void pair_udp_open(int fds[], uint16_t port)
 		exit(1);
 	}
 	if (connect(fds[0], (void *) &daddr, sizeof(daddr))) {
-		perror("bind");
+		perror("connect");
 		exit(1);
 	}
 }
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: fix psock_fanout selftest bind error message
  2013-03-20 17:28 [PATCH] net: fix psock_fanout selftest bind error message Daniel Baluta
@ 2013-03-20 17:42 ` David Miller
  2013-03-20 17:43   ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2013-03-20 17:42 UTC (permalink / raw)
  To: dbaluta; +Cc: willemb, edumazet, linux-kernel

From: Daniel Baluta <dbaluta@ixiacom.com>
Date: Wed, 20 Mar 2013 19:28:56 +0200

> Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: fix psock_fanout selftest bind error message
  2013-03-20 17:42 ` David Miller
@ 2013-03-20 17:43   ` David Miller
  2013-03-20 18:34     ` Daniel Baluta
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2013-03-20 17:43 UTC (permalink / raw)
  To: dbaluta; +Cc: willemb, edumazet, linux-kernel


Please, in the future, post networking patches to netdev@vger.kernel.org
rather than lkml.

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: fix psock_fanout selftest bind error message
  2013-03-20 17:43   ` David Miller
@ 2013-03-20 18:34     ` Daniel Baluta
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Baluta @ 2013-03-20 18:34 UTC (permalink / raw)
  To: David Miller; +Cc: willemb, edumazet, linux-kernel

On Wed, Mar 20, 2013 at 7:43 PM, David Miller <davem@davemloft.net> wrote:
>
> Please, in the future, post networking patches to netdev@vger.kernel.org
> rather than lkml.

Sure, I was convinced that I did that. get_maintainer.pl is playing
tricks on me :)

$ ./scripts/get_maintainer.pl
0001-net-fix-psock_fanout-selftest-bind-error-message.patch
"David S. Miller" <davem@davemloft.net> (commit_signer:4/4=100%)
Willem de Bruijn <willemb@google.com> (commit_signer:2/4=50%)
Daniel Baluta <dbaluta@ixiacom.com> (commit_signer:1/4=25%)
Eric Dumazet <edumazet@google.com> (commit_signer:1/4=25%)
linux-kernel@vger.kernel.org (open list)

thanks,
Daniel.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-20 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-20 17:28 [PATCH] net: fix psock_fanout selftest bind error message Daniel Baluta
2013-03-20 17:42 ` David Miller
2013-03-20 17:43   ` David Miller
2013-03-20 18:34     ` Daniel Baluta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).