All of lore.kernel.org
 help / color / mirror / Atom feed
* Shared memory in evl driver
@ 2022-02-07 20:59 Russell Johnson
  2022-02-08 10:35 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Russell Johnson @ 2022-02-07 20:59 UTC (permalink / raw)
  To: xenomai@xenomai.org

Hello,

I currently have a linux driver used by my application that contains some global buffers that are updated based on various ioctl calls. If I add the EVL ioctl file descriptor to the driver, can I access the same buffer that is referenced by the normal ioctl call? As in, can both ioctl() and oob_ioctl() reference the same memory? If so, what would I need to keep in mind? How would mutexes work since there is an interaction between evl and non-evl calls?

Thanks,
Russell

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

end of thread, other threads:[~2022-02-08 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 20:59 Shared memory in evl driver Russell Johnson
2022-02-08 10:35 ` Philippe Gerum

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.