From: Dave Jones <davej@suse.de>
To: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Alessandro Suardi <alessandro.suardi@oracle.com>,
linux-kernel@vger.kernel.org,
"David S. Miller" <davem@redhat.com>,
zwane@linux.realnet.co.sz
Subject: Re: gnome-terminal acts funny in recent 2.5 series
Date: Tue, 19 Feb 2002 16:09:46 +0100 [thread overview]
Message-ID: <20020219160946.K8293@suse.de> (raw)
In-Reply-To: <3C719641.3040604@oracle.com> <87d6z11ys8.fsf@devron.myhome.or.jp>
In-Reply-To: <87d6z11ys8.fsf@devron.myhome.or.jp>; from hirofumi@mail.parknet.co.jp on Tue, Feb 19, 2002 at 08:44:39PM +0900
On Tue, Feb 19, 2002 at 08:44:39PM +0900, OGAWA Hirofumi wrote:
> --- socket.c.orig Mon Feb 11 18:21:59 2002
> +++ socket.c Tue Feb 19 16:20:18 2002
> @@ -501,6 +501,8 @@ struct socket *sock_alloc(void)
> sock->ops = NULL;
> sock->sk = NULL;
> sock->file = NULL;
> +// init_waitqueue_head(&sock->wait); this is needed?
> + sock->passcred = 0;
The first line is dead since 2.5.4, but the second is the important
bit here. And as well as fixing the gnome-terminal weirdness, it
also fixes the 'portmapper slows box to a crawl' problem, that
Zwane, myself and rth saw..
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
next prev parent reply other threads:[~2002-02-19 15:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-19 0:03 gnome-terminal acts funny in recent 2.5 series Alessandro Suardi
2002-02-19 0:39 ` Gustavo Noronha Silva
2002-02-19 4:00 ` Wayne Whitney
2002-02-19 12:48 ` Sebastian Dröge
2002-02-19 6:13 ` Sebastian Dröge
2002-02-19 11:44 ` OGAWA Hirofumi
2002-02-19 15:09 ` Dave Jones [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-02-19 14:08 ALESSANDRO.SUARDI
2002-02-19 16:40 Petr Vandrovec
2002-02-19 17:47 ` OGAWA Hirofumi
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=20020219160946.K8293@suse.de \
--to=davej@suse.de \
--cc=alessandro.suardi@oracle.com \
--cc=davem@redhat.com \
--cc=hirofumi@mail.parknet.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=zwane@linux.realnet.co.sz \
/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.