Dear Jan, I wrote a mail 10 hours ago with the subject "create a file in kernel mode. help please!" explaining what I want to do but nobody answered, so I decided to write a short mail with a specific question. I don't doubt there's a much cleaner and better way to do it, because I am a beginner in kernel programming... The thing is, it is for a college project. we have to build something like IPC, but simpler. we have a "get" system call (we thought we would just create a file in /tmp, not use it from the kernel, just create it) and then the users that want to access the shared memory will call the system call "attach". That will map the file into user space, as shared. The problem is that we are not successfuly creating the file, and when some user calls the system call "attach" and then uses the memory, he gets a "Bus Error" message. (We tried creating the file not with a system call, but with "vi", then calling our system call "attach" to the file created, and it worked fine) So, my question is how to successfully create a file in kernel mode, for later use... (I read the implementation of IPC, and it seems they create a file in tmpfs, on the "get" system call, so my idea was to do something similar) I hope it is much clearer now, and would gratefuly accept any answer, with new ideas, or an approach to make me realise what I am doing wrong.. Thanks in advance, Greetings, Rafael Sisto. On Jan 19, 2008 11:30 AM, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:--
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Amit K. Arora | [RFC] Heads up on sys_fallocate() |
| Laurent Riffard | Re: 2.6.25-rc2-mm1: WARNING at arch/x86/mm/ioremap.c:129 |
| Alan Cox | Re: x86: 4kstacks default |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 34/37] dccp: Auto-load (when supported) CCID plugins for negotiation |
| Maciej W. Rozycki | Re: [PATCH] PHYLIB: IRQ event workqueue handling fixes |
| John P Poet | Realtek 8111C transmit timed out |
git: | |
