cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/include/uapi/asm/mman.h

#include <asm-generic/mman.h>


#define arch_mmap_check(addr, len, flags) \
	(((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)

Overall Contributors

PersonTokensPropCommitsCommitProp
Al Viro1280.00%133.33%
Michael S. Tsirkin213.33%133.33%
Arnd Bergmann16.67%133.33%
Total15100.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.