All of lore.kernel.org
 help / color / mirror / Atom feed
* using arrays from user space
@ 2008-02-08  3:06 Flavio Alberto Lopes Soares
  0 siblings, 0 replies; only message in thread
From: Flavio Alberto Lopes Soares @ 2008-02-08  3:06 UTC (permalink / raw)
  To: Linux Kernel Newbie

Hello all,
this is my very first message in this list, and I'm very, very newbie on 
linux kernel programming, I have a doubt, I need to modify a module to 
pass a great size array (about 600KB) in user space to kernel use-it, I 
think add more one IOCTL in his ioctl control of controled device 
passing the pointer as argument but I don't want to copy this array 
using copy_from_user() to kernel space because the size is too large, 
there's some way to convert the user-space array address to kernel-space 
address to use directly the original array ?


Thanks for all help

Flavio Alberto Lopes Soares
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-08  3:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-08  3:06 using arrays from user space Flavio Alberto Lopes Soares

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.