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
Person | Tokens | Prop | Commits | CommitProp |
Thomas Garnier | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif /* CONFIG_RANDOMIZE_MEMORY */
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thomas Garnier | 40 | 97.56% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 2.44% | 1 | 33.33% |
Total | 41 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.