public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jon Smirl <jonsmirl@gmail.com>
To: acme@ghostprotocols.net, Jon Smirl <jonsmirl@gmail.com>,
	lkml <linux-kernel@vger.kernel.org>,
	davem@davemloft.net, Andrew Morton <akpm@osdl.org>
Subject: Re: initramfs linus tree breakage in last day
Date: Sun, 3 Apr 2005 12:36:27 -0400	[thread overview]
Message-ID: <9e47339105040309366013558d@mail.gmail.com> (raw)
In-Reply-To: <20050403155144.GD640@conectiva.com.br>

On Apr 3, 2005 11:51 AM, Arnaldo Carvalho de Melo
<acme@ghostprotocols.net> wrote:
> 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)
> 

This patch fixes the boot problem. 

-- 
Jon Smirl
jonsmirl@gmail.com

      reply	other threads:[~2005-04-03 16:36 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
2005-04-03 16:36     ` Jon Smirl [this message]

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=9e47339105040309366013558d@mail.gmail.com \
    --to=jonsmirl@gmail.com \
    --cc=acme@ghostprotocols.net \
    --cc=akpm@osdl.org \
    --cc=davem@davemloft.net \
    --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