Re: copy_from_user/copy_to_user question

From: Andi Kleen
Date: Sat Dec 03 2005 - 13:11:22 EST


Steven Rostedt <rostedt@xxxxxxxxxxx> writes:
>
> Nope, the kernel is always locked into memory. If you take a page fault
> from the kernel world, you will crash and burn. The kernel is never
> "swapped out". So if you are in kernel mode, going into do_page_fault
> in arch/i386/mm/fault.c there is no path to swap a page in.

Actually there is - when the page fault was caused by *_user.

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