Re: Linux-2.4.0-test2

Ivan Kokshaysky (ink@jurassic.park.msu.ru)
Mon, 26 Jun 2000 14:41:01 +0400


On Sun, Jun 25, 2000 at 09:40:30PM +0000, Thorsten Kranzkowski wrote:
> mount: Exception at [<fffffc000057c760>] (fffffc000057c7a0) handled successfully
>
It's annoying but harmless.
copy_mount_options() in fs/super.c:
...
size = TASK_SIZE - (unsigned long)data;
if (size > PAGE_SIZE)
size = PAGE_SIZE;

i = size - copy_from_user((void *)page, data, size);
...
Usually it tries to copy PAGE_SIZE bytes while much less are available.
x86 folks don't print anything on exception, so they don't care ;-)

> mount actually succeeds (unlike -test1-acXX where it oopsed).
I don't think it's related. Most test1-ac kernels worked fine for me.

Ivan.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/