cregit-Linux how code gets into the kernel

Release 4.13 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 Molnar1973.08%250.00%
Michel Lespinasse726.92%250.00%
Total26100.00%4100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jakub Jelínek3150.82%114.29%
Ingo Molnar1931.15%228.57%
Michel Lespinasse813.11%228.57%
David Howells23.28%114.29%
Linus 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.
Created with cregit.