lkml.org 
[lkml]   [2000]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: linux kernel v2.4.0-test7 problems
On Fri, 25 Aug 2000, Adam wrote:

> > > 1. When I compiled IPv6 INSIDE the kernel, the kernel crashes at startup.
> >
> > > Can you please send a ksymoops processed OOPS log of
> > > the crash?
> >
> > > Without this information, the bug cannot be fixed.
> >
> > I'm experiencing the same thing. Problem is that the Oops occurs
> > so early (right after the initial Net IPv6 message) that the Oops will
> > have to be copied down by hand. I don't have a serial console.
>
> I reported what I believe is the same problem to LKML twice recently for
> 2.4.0-test7-prexx kernels, complete with ksymoops decode.
>
> It seems it went completely ignored though.
>


Adam, the ipv6 panic on boot problem is not ignored - it was fixed
yesterday evening. Here is my fix, please apply:

--- linux/net/socket.c Thu Aug 24 08:08:47 2000
+++ work/net/socket.c Fri Aug 25 21:00:52 2000
@@ -1710,10 +1710,11 @@
* Initialize the protocols module.
*/

- proto_init();
-
register_filesystem(&sock_fs_type);
sock_mnt = kern_mount(&sock_fs_type);
+
+ proto_init();
+

/*
* The netlink device handler may be needed early.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.780 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site