cregit-Linux how code gets into the kernel

Release 4.14 arch/um/include/shared/skas/skas.h

/*
 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
 * Licensed under the GPL
 */

#ifndef __SKAS_H

#define __SKAS_H

#include <sysdep/ptrace.h>

extern int userspace_pid[];

extern int user_thread(unsigned long stack, int flags);
extern void new_thread_handler(void);
extern void handle_syscall(struct uml_pt_regs *regs);
extern long execute_syscall_skas(void *r);
extern unsigned long current_stub_stack(void);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike6196.83%675.00%
Paolo 'Blaisorblade' Giarrusso11.59%112.50%
Al Viro11.59%112.50%
Total63100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.