Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30e61490 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: Check for parity errors on synchronous aborts"

parents 60c8cb33 98ceffa2
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -36,6 +36,7 @@
#include <asm/system_misc.h>
#include <asm/system_misc.h>
#include <asm/pgtable.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/tlbflush.h>
#include <asm/edac.h>


#include <trace/events/exception.h>
#include <trace/events/exception.h>


@@ -369,6 +370,7 @@ static int __kprobes do_translation_fault(unsigned long addr,
 */
 */
static int do_bad(unsigned long addr, unsigned int esr, struct pt_regs *regs)
static int do_bad(unsigned long addr, unsigned int esr, struct pt_regs *regs)
{
{
	arm64_erp_local_dbe_handler();
	return 1;
	return 1;
}
}