cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/mm/kmemcheck/error.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ARCH__X86__MM__KMEMCHECK__ERROR_H

#define ARCH__X86__MM__KMEMCHECK__ERROR_H

#include <linux/ptrace.h>

#include "shadow.h"

void kmemcheck_error_save(enum kmemcheck_shadow state,
	unsigned long address, unsigned int size, struct pt_regs *regs);

void kmemcheck_error_save_bug(struct pt_regs *regs);

void kmemcheck_error_recall(void);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Vegard Nossum5098.04%150.00%
Greg Kroah-Hartman11.96%150.00%
Total51100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.