cregit-Linux how code gets into the kernel

Release 4.10 arch/frv/include/asm/futex.h

#ifndef _ASM_FUTEX_H

#define _ASM_FUTEX_H

#ifdef __KERNEL__

#include <linux/futex.h>
#include <asm/errno.h>
#include <linux/uaccess.h>

extern int futex_atomic_op_inuser(int encoded_op, u32 __user *uaddr);


static inline int futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, u32 oldval, u32 newval) { return -ENOSYS; }

Contributors

PersonTokensPropCommitsCommitProp
ingo molnaringo molnar1973.08%250.00%
michel lespinassemichel lespinasse726.92%250.00%
Total26100.00%4100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
jakub jelinekjakub jelinek3150.82%114.29%
ingo molnaringo molnar1931.15%228.57%
michel lespinassemichel lespinasse813.11%228.57%
david howellsdavid howells23.28%114.29%
linus torvaldslinus torvalds11.64%114.29%
Total61100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.