cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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. Miller2241.51%225.00%
Sam Ravnborg1732.08%225.00%
Linus Torvalds (pre-git)1018.87%112.50%
Pete Zaitcev23.77%112.50%
Al Viro11.89%112.50%
Greg Kroah-Hartman11.89%112.50%
Total53100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.