cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_FUTEX_H

#define _ASM_FUTEX_H

#ifdef __KERNEL__

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

extern int arch_futex_atomic_op_inuser(int op, int oparg, int *oval,
		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ínek2942.03%111.11%
Ingo Molnar1927.54%222.22%
Jiri Slaby913.04%111.11%
Michel Lespinasse811.59%222.22%
David Howells22.90%111.11%
Linus Torvalds11.45%111.11%
Greg Kroah-Hartman11.45%111.11%
Total69100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.