On Wed, 2005-04-13 12:21:41 +0800, Tomko <[email protected]> wrote in message <[email protected]>: > While i am reading the source code of the linux system call , i find > that the system call need to call copy_from_user() to copy the data from > user space to kernel space before using it . Why not use it directly as > the system call has got the address ? Furthermore , how to distinguish > between user space and kernel space ? Think about the memory access. The page that contains the data could be swapped out, so the kernel isn't allowed to just access it, because it's not there. MfG, JBG -- Jan-Benedict Glaw [email protected] . +49-172-7608481 _ O _ "Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg _ _ O fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak! O O O ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
Attachment:
signature.asc
Description: Digital signature
- Follow-Ups:
- References:
- Prev by Date: Re: ext3 allocate-with-reservation latencies
- Next by Date: Re: [2.4] "Fix" introduced in 2.4.27pre2 for bluetooth hci_usb race causes kernel hang
- Previous by thread: Re: Why system call need to copy the date from the userspace before using it
- Next by thread: Re: Why system call need to copy the date from the userspace before using it
- Index(es):