i see that is so easy to share memory segment between user space process using sys v api (shmget(), shmat(), shmdt()
), is there any solution to use the same api to share memory from kernel to user space.
i think thant's no way to do that without modifying kenel files, look at this stackoverflow post, i am refering to this article