cregit-Linux how code gets into the kernel

Release 4.14 arch/metag/mm/extable.c

Directory: arch/metag/mm
// SPDX-License-Identifier: GPL-2.0
#include <linux/extable.h>
#include <linux/uaccess.h>


int fixup_exception(struct pt_regs *regs) { const struct exception_table_entry *fixup; unsigned long pc = instruction_pointer(regs); fixup = search_exception_tables(pc); if (fixup) regs->ctx.CurrPC = fixup->fixup; return fixup != NULL; }

Contributors

PersonTokensPropCommitsCommitProp
James Hogan51100.00%1100.00%
Total51100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan5696.55%133.33%
Greg Kroah-Hartman11.72%133.33%
Paul Gortmaker11.72%133.33%
Total58100.00%3100.00%
Directory: arch/metag/mm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.