[ltt-dev] [RFC git tree] Userspace RCU (urcu) for Linux (repost)
Mike Frysinger
vapier.adi at gmail.com
Sat Feb 14 12:37:01 EST 2009
On Sat, Feb 14, 2009 at 10:06, Paul E. McKenney wrote:
> Other potential issues include unrelated processes that share memory via
> shmget() or mmap() -- presumably groups of such processes would need to
> be bound to a single CPU?
using PROT_WRITE with MAP_SHARED is a mess with no-mmu already ... in
other words, it isnt in use in practice as most of the time, the
kernel wont even grant it
i dont believe we've looked at shm/ipc ... i'll open a tracker item on
our side to review it
-mike
More information about the lttng-dev
mailing list