public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: acme@ghostprotocols.net (Arnaldo Carvalho de Melo)
To: Jon Smirl <jonsmirl@gmail.com>
Cc: lkml <linux-kernel@vger.kernel.org>, davem@davemloft.net
Subject: Re: initramfs linus tree breakage in last day
Date: Sun, 3 Apr 2005 12:51:44 -0300	[thread overview]
Message-ID: <20050403155144.GD640@conectiva.com.br> (raw)
In-Reply-To: <9e47339105040119302e6bb405@mail.gmail.com>

Em Fri, Apr 01, 2005 at 10:30:42PM -0500, Jon Smirl escreveu:
> This is what I see on boot.
> 
> -- 
> Jon Smirl
> jonsmirl@gmail.com
> 
> Linux version 2.6.12-rc1 (jonsmirl@jonsmirl.smirl.net) (gcc version
> 3.4.2 200410
> 17 (Red Hat 3.4.2-6.fc3)) #21 SMP Fri Apr 1 22:09:28 EST 2005
> found SMP MP-table at 000fe710                              

OK, SMP, could you please try this patch by James Bottomley that fixes
a brown paper bag bug in my proto_register patch?

Regards,

- Arnaldo


===== net/core/sock.c 1.67 vs edited =====
--- 1.67/net/core/sock.c	2005-03-26 17:04:35 -06:00
+++ edited/net/core/sock.c	2005-04-02 13:37:20 -06:00
@@ -1352,7 +1352,7 @@
 
 EXPORT_SYMBOL(sk_common_release);
 
-static rwlock_t proto_list_lock;
+static DEFINE_RWLOCK(proto_list_lock);
 static LIST_HEAD(proto_list);
 
 int proto_register(struct proto *prot, int alloc_slab)

  parent reply	other threads:[~2005-04-03 15:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-02  2:18 initramfs linus tree breakage in last day Jon Smirl
2005-04-02  3:30 ` Jon Smirl
2005-04-02  6:22   ` Jon Smirl
2005-04-02  6:44     ` Andrew Morton
2005-04-03 15:11       ` Arnaldo Carvalho de Melo
2005-04-03 15:51   ` Arnaldo Carvalho de Melo [this message]
2005-04-03 16:36     ` Jon Smirl

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=20050403155144.GD640@conectiva.com.br \
    --to=acme@ghostprotocols.net \
    --cc=davem@davemloft.net \
    --cc=jonsmirl@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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