cregit-Linux how code gets into the kernel

Release 4.10 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
pre-gitpre-git5698.25%150.00%
harvey harrisonharvey harrison11.75%150.00%
Total57100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git6496.97%133.33%
linus torvaldslinus torvalds11.52%133.33%
harvey harrisonharvey harrison11.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.