cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/math-emu/stfiwx.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/uaccess.h>


int stfiwx(u32 *frS, void *ea) { #ifdef DEBUG printk("%s: %p %p\n", __func__, frS, ea); #endif if (copy_to_user(ea, &frS[1], sizeof(frS[1]))) return -EFAULT; return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)5698.25%375.00%
Harvey Harrison11.75%125.00%
Total57100.00%4100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)6495.52%350.00%
Harvey Harrison11.49%116.67%
Linus Torvalds11.49%116.67%
Greg Kroah-Hartman11.49%116.67%
Total67100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.