Release 4.10 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
| Person | Tokens | Prop | Commits | CommitProp |
al viro | al viro | 12 | 80.00% | 1 | 33.33% |
michael s. tsirkin | michael s. tsirkin | 2 | 13.33% | 1 | 33.33% |
arnd bergmann | arnd bergmann | 1 | 6.67% | 1 | 33.33% |
| Total | 15 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.