Re: Oops in 2.1.24

A Guy called Tyketto (tyketto@corona.unomaha.edu)
Wed, 29 Jan 1997 13:06:04 -0600 (CST)


> 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