|
@@ -51,6 +51,7 @@ asmlinkage void syscall_print(void *dummy,...)
|
|
* Do a system call from kernel instead of calling sys_execve so we
|
|
* Do a system call from kernel instead of calling sys_execve so we
|
|
* end up with proper pt_regs.
|
|
* end up with proper pt_regs.
|
|
*/
|
|
*/
|
|
|
|
+asmlinkage
|
|
int kernel_execve(const char *filename,
|
|
int kernel_execve(const char *filename,
|
|
const char *const argv[],
|
|
const char *const argv[],
|
|
const char *const envp[])
|
|
const char *const envp[])
|