From: Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
To: Benjamin LaHaise <bcrl@kvack.org>
Cc: davem@redhat.com, netdev@oss.sgi.com
Subject: Re: [PATCH] fix uninitialized proto_list_lock
Date: Mon, 4 Apr 2005 14:45:30 -0300 [thread overview]
Message-ID: <39e6f6c7050404104578221d01@mail.gmail.com> (raw)
In-Reply-To: <20050404173010.GA19451@kvack.org>
On Apr 4, 2005 2:30 PM, Benjamin LaHaise <bcrl@kvack.org> wrote:
> Please apply the following patch which fixes a BUG() on boot when the
> kernel is compiled with spinlock debugging in bk head. Cheers,
>
> -ben
>
> ===== net/core/sock.c 1.67 vs edited =====
> --- 1.67/net/core/sock.c 2005-03-26 18:04:35 -05:00
> +++ edited/net/core/sock.c 2005-04-04 12:46:26 -04:00
> @@ -1352,7 +1352,7 @@
>
> EXPORT_SYMBOL(sk_common_release);
>
> -static rwlock_t proto_list_lock;
> +static rwlock_t proto_list_lock = RW_LOCK_UNLOCKED;
This was already fixed by James Bottomley and its in Dave tree waiting for Linus
to do a pull.
Thanks anyway!
- Arnaldo
prev parent reply other threads:[~2005-04-04 17:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-04 17:30 [PATCH] fix uninitialized proto_list_lock Benjamin LaHaise
2005-04-04 17:42 ` David S. Miller
2005-04-04 17:45 ` Arnaldo Carvalho de Melo [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=39e6f6c7050404104578221d01@mail.gmail.com \
--to=arnaldo.melo@gmail.com \
--cc=acme@conectiva.com.br \
--cc=bcrl@kvack.org \
--cc=davem@redhat.com \
--cc=netdev@oss.sgi.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 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).