cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/kaslr.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_KASLR_H_

#define _ASM_KASLR_H_

unsigned long kaslr_get_random_long(const char *purpose);

#ifdef CONFIG_RANDOMIZE_MEMORY
extern unsigned long page_offset_base;
extern unsigned long vmalloc_base;
extern unsigned long vmemmap_base;

void kernel_randomize_memory(void);
#else

static inline void kernel_randomize_memory(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Thomas Garnier8100.00%1100.00%
Total8100.00%1100.00%

#endif /* CONFIG_RANDOMIZE_MEMORY */ #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Thomas Garnier5598.21%583.33%
Greg Kroah-Hartman11.79%116.67%
Total56100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.