cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/boot/compressed/cpuflags.c

// SPDX-License-Identifier: GPL-2.0
#ifdef CONFIG_RANDOMIZE_BASE

#include "../cpuflags.c"


bool has_cpuflag(int flag) { get_cpuflags(); return test_bit(flag, cpu.flags); }

Contributors

PersonTokensPropCommitsCommitProp
Kees Cook2095.24%150.00%
H. Peter Anvin14.76%150.00%
Total21100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Kees Cook2893.33%133.33%
Greg Kroah-Hartman13.33%133.33%
H. Peter Anvin13.33%133.33%
Total30100.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.