Messages in this thread Patch in this message |  | | Date | Fri, 25 Aug 2000 21:11:15 +0100 (BST) | From | Tigran Aivazian <> | Subject | Re: linux kernel v2.4.0-test7 problems |
| |
On Fri, 25 Aug 2000, Ahmed El-Mahmoudy wrote:
> 1. When I compiled IPv6 INSIDE the kernel, the kernel crashes at startup.
try this patch:
--- 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/
|  |