cregit-Linux how code gets into the kernel

Release 4.11 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() \
	(segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)

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

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
David S. Miller2344.23%342.86%
Sam Ravnborg1732.69%228.57%
Linus Torvalds (pre-git)1019.23%114.29%
Pete Zaitcev23.85%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.