cregit-Linux how code gets into the kernel

Release 4.15 include/linux/elf-randomize.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ELF_RANDOMIZE_H

#define _ELF_RANDOMIZE_H

struct mm_struct;

#ifndef CONFIG_ARCH_HAS_ELF_RANDOMIZE

static inline unsigned long arch_mmap_rnd(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Kees Cook13100.00%1100.00%
Total13100.00%1100.00%

# if defined(arch_randomize_brk) && defined(CONFIG_COMPAT_BRK) # define compat_brk_randomized # endif # ifndef arch_randomize_brk # define arch_randomize_brk(mm) (mm->brk) # endif #else extern unsigned long arch_mmap_rnd(void); extern unsigned long arch_randomize_brk(struct mm_struct *mm); # ifdef CONFIG_COMPAT_BRK # define compat_brk_randomized # endif #endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Kees Cook8698.85%266.67%
Greg Kroah-Hartman11.15%133.33%
Total87100.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.
Created with cregit.