All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Bryce Harrington <bryce@osdl.org>
Cc: akpm@osdl.org, wli@holomorphy.com,
	ltp-list@lists.sourceforge.net, linux-kernel@vger.kernel.org,
	testdev@osdl.org
Subject: Re: [LTP] Re: Recent changes in LTP test results
Date: Wed, 7 Jul 2004 14:14:06 -0700	[thread overview]
Message-ID: <20040707141406.2a46cf82.davem@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0407071334460.22452-100000@osdlab.pdx.osdl.net>

On Wed, 7 Jul 2004 13:48:52 -0700 (PDT)
Bryce Harrington <bryce@osdl.org> wrote:

> I have retested with ltp-full-20040603.  This version of LTP hangs on
> our system but fortunately completes most of the tests before doing so.
> It indicates that it still encounters the same errors, e.g.:

It hangs (actually, it OOPS's) on accept01, which is fixed in the current
BK sources via this patch:

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/07/06 22:02:06-07:00 davem@nuts.davemloft.net 
#   [IPV4]: Set UDP accept back to sock_no_accept.
#   
#   Setting it to inet_accept causes UDP accept attempts
#   to OOPS.  In particular, accept01 from LTP tries this.
#   
#   Signed-off-by: David S. Miller <davem@redhat.com>
# 
# net/ipv4/af_inet.c
#   2004/07/06 22:01:31-07:00 davem@nuts.davemloft.net +1 -1
#   [IPV4]: Set UDP accept back to sock_no_accept.
#   
#   Setting it to inet_accept causes UDP accept attempts
#   to OOPS.  In particular, accept01 from LTP tries this.
#   
#   Signed-off-by: David S. Miller <davem@redhat.com>
# 
diff -Nru a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c
--- a/net/ipv4/af_inet.c	2004-07-07 14:09:13 -07:00
+++ b/net/ipv4/af_inet.c	2004-07-07 14:09:13 -07:00
@@ -823,7 +823,7 @@
 	.bind =		inet_bind,
 	.connect =	inet_dgram_connect,
 	.socketpair =	sock_no_socketpair,
-	.accept =	inet_accept,
+	.accept =	sock_no_accept,
 	.getname =	inet_getname,
 	.poll =		datagram_poll,
 	.ioctl =	inet_ioctl,

  reply	other threads:[~2004-07-07 21:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-29  1:46 Recent changes in LTP test results Bryce Harrington
2004-06-29  4:12 ` Andrew Morton
2004-06-30  7:24   ` Bryce Harrington
2004-06-30  7:34 ` William Lee Irwin III
2004-07-07  1:05   ` [LTP] " Bryce Harrington
2004-07-07  2:10     ` Andrew Morton
2004-07-07 20:48       ` Bryce Harrington
2004-07-07 21:14         ` David S. Miller [this message]
2004-07-09  0:19           ` Bryce Harrington
2004-07-08  6:07         ` Andrew Morton
2004-07-09 20:40           ` Rik van Riel
2004-07-09 23:43           ` Daniel McNeil
2004-07-10  6:45             ` Andrew Morton
2004-07-12 20:49               ` Daniel McNeil

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=20040707141406.2a46cf82.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=akpm@osdl.org \
    --cc=bryce@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ltp-list@lists.sourceforge.net \
    --cc=testdev@osdl.org \
    --cc=wli@holomorphy.com \
    /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.