Re: how do you call userspace syscalls (e.g. sys_rename) from inside kernel
From: Arnd Bergmann (arnd_at_arndb.de)
Date: 10/11/04
- Previous message: J.A. Magallon: "Re: udev: what's up with old /dev ?"
- In reply to: Aboo Valappil: "RE: how do you call userspace syscalls (e.g. sys_rename) from inside kernel"
- Next in thread: Jirka Kosina: "RE: how do you call userspace syscalls (e.g. sys_rename) from inside kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Aboo Valappil" <aboo@ABOOSPLANET.com> Date: Mon, 11 Oct 2004 01:35:16 +0200
On Maandag 11 Oktober 2004 01:13, Aboo Valappil wrote:
> I also wanted not associate the file with the current/any
> processes.
>
> Any ideas on this ?
>
> Then I thought of using a work around and avoid opening files in kernel
> mode.
Most of the code that traditionally used to read files from inside the
kernel can be converted to calling request_firmware(). The basic
idea is that you have a user space helper that writes the data into
the kernel instead of the other way round.
Arnd <><
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/
- application/pgp-signature attachment: signature
- Previous message: J.A. Magallon: "Re: udev: what's up with old /dev ?"
- In reply to: Aboo Valappil: "RE: how do you call userspace syscalls (e.g. sys_rename) from inside kernel"
- Next in thread: Jirka Kosina: "RE: how do you call userspace syscalls (e.g. sys_rename) from inside kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|