cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/mm/extable.c

Directory: arch/ia64/mm
// SPDX-License-Identifier: GPL-2.0
/*
 * Kernel exception handling table support.  Derived from arch/alpha/mm/extable.c.
 *
 * Copyright (C) 1998, 1999, 2001-2002, 2004 Hewlett-Packard Co
 *      David Mosberger-Tang <davidm@hpl.hp.com>
 */

#include <asm/ptrace.h>
#include <asm/extable.h>
#include <asm/errno.h>
#include <asm/processor.h>


void ia64_handle_exception (struct pt_regs *regs, const struct exception_table_entry *e) { long fix = (u64) &e->fixup + e->fixup; regs->r8 = -EFAULT; if (fix & 4) regs->r9 = 0; regs->cr_iip = fix & ~0xf; ia64_psr(regs)->ri = fix & 0x3; /* set continuation slot number */ }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds5070.42%116.67%
David Mosberger-Tang1723.94%233.33%
Ard Biesheuvel22.82%116.67%
Linus Torvalds (pre-git)11.41%116.67%
Björn Helgaas11.41%116.67%
Total71100.00%6100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds5058.82%111.11%
David Mosberger-Tang1821.18%333.33%
Al Viro1011.76%111.11%
Linus Torvalds (pre-git)33.53%111.11%
Ard Biesheuvel22.35%111.11%
Björn Helgaas11.18%111.11%
Greg Kroah-Hartman11.18%111.11%
Total85100.00%9100.00%
Directory: arch/ia64/mm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.