cregit-Linux how code gets into the kernel

Release 4.7 include/linux/stackprotector.h

Directory: include/linux
#ifndef _LINUX_STACKPROTECTOR_H

#define _LINUX_STACKPROTECTOR_H 1

#include <linux/compiler.h>
#include <linux/sched.h>
#include <linux/random.h>

#ifdef CONFIG_CC_STACKPROTECTOR
# include <asm/stackprotector.h>
#else

static inline void boot_init_stack_canary(void) { }

Contributors

PersonTokensPropCommitsCommitProp
ingo molnaringo molnar8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
ingo molnaringo molnar36100.00%3100.00%
Total36100.00%3100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}