cregit-Linux how code gets into the kernel

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

#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%150.00%
Harvey Harrison11.75%150.00%
Total57100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)6496.97%133.33%
Harvey Harrison11.52%133.33%
Linus Torvalds11.52%133.33%
Total66100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.