cregit-Linux how code gets into the kernel

Release 4.18 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
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 Garnier4097.56%266.67%
Greg Kroah-Hartman12.44%133.33%
Total41100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.