2005-04-04 16:14:36

by kladit

[permalink] [raw]
Subject: 2.6.12-rc1-bk6 boot problem

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.
--
Klaus


2005-04-04 17:08:24

by Michael Thonke

[permalink] [raw]
Subject: Re: 2.6.12-rc1-bk6 boot problem

[email protected] 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


2005-04-05 13:00:32

by kladit

[permalink] [raw]
Subject: Re: 2.6.12-rc1-bk6 boot problem

Thanks for tip and patch Michael.

Best regards / Gr??e
--
Klaus