cregit-Linux how code gets into the kernel

Release 4.11 tools/perf/util/include/asm/uaccess.h

#ifndef _PERF_ASM_UACCESS_H_

#define _PERF_ASM_UACCESS_H_


#define __get_user(src, dest)						\
({                                                                      \
        (src) = *dest;                                                  \
        0;                                                              \
})


#define get_user	__get_user


#define access_ok(type, addr, size)	1

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Frédéric Weisbecker33100.00%1100.00%
Total33100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.