cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/um/tls_64.c

Directory: arch/x86/um
// SPDX-License-Identifier: GPL-2.0
#include <linux/sched.h>
#include <asm/ptrace-abi.h>


void clear_flushed_tls(struct task_struct *task) { }

Contributors

PersonTokensPropCommitsCommitProp
Paolo 'Blaisorblade' Giarrusso9100.00%1100.00%
Total9100.00%1100.00%


int arch_copy_tls(struct task_struct *t) { /* * If CLONE_SETTLS is set, we need to save the thread id * (which is argument 5, child_tid, of clone) so it can be set * during context switches. */ t->thread.arch.fs = t->thread.regs.regs.gp[R8 / sizeof(long)]; return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike2767.50%266.67%
Paolo 'Blaisorblade' Giarrusso1332.50%133.33%
Total40100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike2748.21%233.33%
Paolo 'Blaisorblade' Giarrusso2442.86%116.67%
Richard Weinberger35.36%116.67%
Al Viro11.79%116.67%
Greg Kroah-Hartman11.79%116.67%
Total56100.00%6100.00%
Directory: arch/x86/um
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.