lkml.org 
[lkml]   [1997]   [Jan]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Oops in 2.1.24
Date

> On Wed, 29 Jan 1997 00:38:53 -0600 (CST),
>
> Does this patch fix the oops in qm_symbol?
>
> --- linux/kernel/module.c.orig Wed Jan 29 16:36:32 1997
> +++ linux/kernel/module.c Wed Jan 29 16:36:49 1997
> @@ -583,7 +583,7 @@
>
> calc_space_needed:
> for (; i < mod->nsyms; ++i, ++s)
> - space += strlen((++s)->name)+1;
> + space += strlen(s->name)+1;
>
> if (put_user(space, ret))
> return -EFAULT;
>
>

Yep.. worked fine.. when vfat didn't mount at bootup (probably because
the fat modules wasn't inserted before vfat), I mounted manually, and the
kerneld worked fine with insmod.. I thought it might have been a modules
problem, and was wondering if it were something that I had done wrong.. but
the patch worked, and I've just booted to 2.1.24 with no further problems so
far..

Thanks for all the help! :)

BL.
--
Brad Littlejohn | Email: tyketto@unomaha.edu
Unix Systems Administrator, | bradl@otto.bf.rmit.edu.au
WebMaster, NewsMaster.. Smeghead! :) | http://www.unomaha.edu/~tyketto
PGP: 1024/E9DF4D85 67 6B 33 D0 B9 95 F4 37 4B D1 CE BD 48 B0 06 93

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