From: Michael Thonke <iogl64nx@gmail.com>
To: kladit@t-online.de
Cc: linux mailing-list <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.12-rc1-bk6 boot problem
Date: Mon, 04 Apr 2005 19:07:21 +0200 [thread overview]
Message-ID: <42517449.9050808@gmail.com> (raw)
In-Reply-To: <20050404161352.GA15412@xeon2.local.here>
kladit@t-online.de wrote:
>Dual P4 (Tyan S2662/I7505)
>
>Booting of 2.6.12-rc1-bk6 stops after these lines ..
>
>..
>Enabling IO-APIC IRQs
>.. TIMER; vector=0x31 oin1=2 pin2=-1
>checking TSC synchronization across 4 CPUs: passed
>Brought up 4 CPUs
>
>2.6.12-rc1 works.
>Please cc me, I am not subscribed.
>
>
Hello kladit,
Searching on lkml.org show
The fix was posted yesterday again.
http://lkml.org/lkml/2005/4/3/74
===== 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)
Best regards
Mit freundlichen Grüßen
M.Thonke
next prev parent reply other threads:[~2005-04-04 17:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-04 16:13 2.6.12-rc1-bk6 boot problem kladit
2005-04-04 17:07 ` Michael Thonke [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-04-05 12:55 kladit
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=42517449.9050808@gmail.com \
--to=iogl64nx@gmail.com \
--cc=kladit@t-online.de \
--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 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.