cregit-Linux how code gets into the kernel

Release 4.13 arch/sparc/include/asm/uaccess.h

#ifndef ___ASM_SPARC_UACCESS_H

#define ___ASM_SPARC_UACCESS_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/uaccess_64.h>
#else
#include <asm/uaccess_32.h>
#endif


#define user_addr_max() \
	(uaccess_kernel() ? ~0UL : TASK_SIZE)

long strncpy_from_user(char *dest, const char __user *src, long count);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
David S. Miller2242.31%228.57%
Sam Ravnborg1732.69%228.57%
Linus Torvalds (pre-git)1019.23%114.29%
Pete Zaitcev23.85%114.29%
Al Viro11.92%114.29%
Total52100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.