Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.17-rc5 23 lines 419 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __UM_OS_LINUX_INTERNAL_H 3#define __UM_OS_LINUX_INTERNAL_H 4 5#include <mm_id.h> 6#include <stub-data.h> 7 8/* 9 * elf_aux.c 10 */ 11void scan_elf_aux(char **envp); 12 13/* 14 * mem.c 15 */ 16void check_tmpexec(void); 17 18/* 19 * skas/process.c 20 */ 21void wait_stub_done(int pid); 22void wait_stub_done_seccomp(struct mm_id *mm_idp, int running, int wait_sigsys); 23#endif /* __UM_OS_LINUX_INTERNAL_H */