cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/um/shared/sysdep/stub.h

/* SPDX-License-Identifier: GPL-2.0 */
#include <asm/unistd.h>
#include <sys/mman.h>
#include <signal.h>
#include <as-layout.h>
#include <stub-data.h>

#ifdef __i386__
#include "stub_32.h"
#else
#include "stub_64.h"
#endif

extern void stub_segv_handler(int, siginfo_t *, void *);
extern void stub_clone_handler(void);

Overall Contributors

PersonTokensPropCommitsCommitProp
Al Viro4897.96%375.00%
Greg Kroah-Hartman12.04%125.00%
Total49100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.