[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Linux-2.4.0-test2
- From: Ivan Kokshaysky <ink jurassic park msu ru>
- To: axp-list redhat com, Kernel Mailing List <linux-kernel vger rutgers edu>
- Subject: Re: Linux-2.4.0-test2
- Date: 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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]