[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <df9815e70805260254i42e8651dnc54b1e5c6f5f383b@mail.gmail.com>
Date: Mon, 26 May 2008 17:54:38 +0800
From: "Jike Song" <albcamus@...il.com>
To: "Bosko Radivojevic" <bosko.radivojevic@...il.com>
Cc: lkml <linux-kernel@...r.kernel.org>
Subject: Re: Inserting code from userspace to kernel space
Did you try systemtap? It's available at:
http://sourceware.org/systemtap/
--
Thanks and regards,
Jike
On Thu, May 22, 2008 at 8:41 PM, Bosko Radivojevic
<bosko.radivojevic@...il.com> wrote:
> Hi!
>
> I'm looking for a way to insert code from user space to the kernel
> space, but without using kernel module. Actually, we are working on a
> system that has to allow end user to change part of code (one or two
> functions) that is executed from the kernel space.
>
> For now we have two different kernel modules, one exporting a function
> which another module uses. Process of compiling kernel module is quite
> ineligible for standard end user (along with the requirement to
> support multi platform cross compiling) compared to just cross
> compiling a simple code that doesn't use any libraries than libc.
>
> I know this sounds quite weird, but maybe there is a project that can help us ;)
>
> Sincerely,
> Bosko
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists