public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Copy large memory regions from & to userspace
@ 2007-08-30 22:29 Clemens Kolbitsch
       [not found] ` <9b53a56d0708310625q14defcb1l98ab8ce1df2c8fd7@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Clemens Kolbitsch @ 2007-08-30 22:29 UTC (permalink / raw)
  To: linux-kernel

Hi!
Just a short question: What is the correct method of copying large areas of 
memory from userspace into userspace when running in kernel-mode?

According to just about any type of documentation out there something like

unsigned long *from = 0x08000000;
unsigned long *to = 0x09000000;
memcpy(to, from, 0x1000);

should be avoided as copy_from_user, put_user, etc. should be used instead...

Is there a third set of functions for direct from-userspace-to-userspace 
copying or is it legitimate to assure that the first bytes in the from & to 
memory areas are available and then just do the plain memcpy?

Maybe there is a simple "just use the xxx function-set" answer to that, that i 
just have not ran into yet :-)

Thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-09-01  6:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.0TqRgC3Smn96vb+Bwv5QRWKBTQg@ifi.uio.no>
     [not found] ` <fa.x2L04usZZxVIMYSdrufu+Hen9aY@ifi.uio.no>
     [not found]   ` <fa.tMlh7ZYvNMxPEL69Eww8ErwDEmw@ifi.uio.no>
2007-09-01  1:48     ` Copy large memory regions from & to userspace Robert Hancock
2007-09-01  6:10       ` Jan Engelhardt
2007-08-30 22:29 Clemens Kolbitsch
     [not found] ` <9b53a56d0708310625q14defcb1l98ab8ce1df2c8fd7@mail.gmail.com>
2007-08-31 13:45   ` Clemens Kolbitsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox