kernel module

Intercepting sys_execve System Call

Submitted by DrewDahl
on November 20, 2010 - 2:10am

I'm writing a module for a class and am having trouble interception sys_execve()... I've intercepted sys_read(), sys_write(), and sys_open() without any trouble; however, sys_execve() is resulting in an Oops. I'm fairly certain I have the function prototype defined correctly.

Problem with sock_create in KLM

Submitted by Anonymous
on April 18, 2010 - 3:05pm
Linux

Hello, i am dealing with studiing kernel module. As example i am using block device from lwn
http://lwn.net/Articles/58719/

and so far so good, but i am trying to create simple network disk (just for test, ...)

I found this article.

http://www.linuxjournal.com/node/7660