diff for duplicates of <87zi42dppc.fsf@xmission.com> diff --git a/a/1.txt b/N1/1.txt index 1ce1e79..6bf8be4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,7 +28,7 @@ Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> > - siginfo_t info; > > if (notify_die(DIE_TRAP, "data access exception", regs, -> 0, 0x8, SIGTRAP) = NOTIFY_STOP) +> 0, 0x8, SIGTRAP) == NOTIFY_STOP) > @@ -406,24 +405,18 @@ void sun4v_data_access_exception(struct pt_regs *regs, unsigned long addr, unsig > * kerbel by HV as data access exception with fault type set to > * HV_FAULT_TYPE_INV_ASI. @@ -67,7 +67,7 @@ Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> > - siginfo_t info; > - > if (notify_die(DIE_TRAP, "MCD error", regs, 0, 0x34, -> SIGSEGV) = NOTIFY_STOP) +> SIGSEGV) == NOTIFY_STOP) > return; > @@ -2110,12 +2101,8 @@ void do_mcd_err(struct pt_regs *regs, struct sun4v_error_entry ent) > /* Send SIGSEGV to the userspace process with the right signal @@ -91,7 +91,7 @@ Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> > - siginfo_t info; > - > if (notify_die(DIE_TRAP, "memory corruption precise exception", regs, -> 0, 0x8, SIGSEGV) = NOTIFY_STOP) +> 0, 0x8, SIGSEGV) == NOTIFY_STOP) > return; > @@ -2784,12 +2769,7 @@ void sun4v_mem_corrupt_detect_precise(struct pt_regs *regs, unsigned long addr, > regs->tpc &= 0xffffffff; diff --git a/a/content_digest b/N1/content_digest index 6387d3c..a143667 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\015cfb4f72990919ff6fa16414eee7e4d1a5c7430.1519227112.git.khalid.aziz@oracle.com\0" "From\0ebiederm@xmission.com (Eric W. Biederman)\0" "Subject\0Re: [PATCH v12 11/11] sparc64: Update signal delivery to use new helper functions\0" - "Date\0Wed, 21 Feb 2018 20:59:11 +0000\0" + "Date\0Wed, 21 Feb 2018 14:59:11 -0600\0" "To\0Khalid Aziz <khalid.aziz@oracle.com>\0" "Cc\0davem@davemloft.net" dave.hansen@linux.intel.com @@ -46,7 +46,7 @@ "> -\tsiginfo_t info;\n" "> \n" "> \tif (notify_die(DIE_TRAP, \"data access exception\", regs,\n" - "> \t\t 0, 0x8, SIGTRAP) = NOTIFY_STOP)\n" + "> \t\t 0, 0x8, SIGTRAP) == NOTIFY_STOP)\n" "> @@ -406,24 +405,18 @@ void sun4v_data_access_exception(struct pt_regs *regs, unsigned long addr, unsig\n" "> \t * kerbel by HV as data access exception with fault type set to\n" "> \t * HV_FAULT_TYPE_INV_ASI.\n" @@ -85,7 +85,7 @@ "> -\tsiginfo_t info;\n" "> -\n" "> \tif (notify_die(DIE_TRAP, \"MCD error\", regs, 0, 0x34,\n" - "> \t\t SIGSEGV) = NOTIFY_STOP)\n" + "> \t\t SIGSEGV) == NOTIFY_STOP)\n" "> \t\treturn;\n" "> @@ -2110,12 +2101,8 @@ void do_mcd_err(struct pt_regs *regs, struct sun4v_error_entry ent)\n" "> \t/* Send SIGSEGV to the userspace process with the right signal\n" @@ -109,7 +109,7 @@ "> -\tsiginfo_t info;\n" "> -\n" "> \tif (notify_die(DIE_TRAP, \"memory corruption precise exception\", regs,\n" - "> \t\t 0, 0x8, SIGSEGV) = NOTIFY_STOP)\n" + "> \t\t 0, 0x8, SIGSEGV) == NOTIFY_STOP)\n" "> \t\treturn;\n" "> @@ -2784,12 +2769,7 @@ void sun4v_mem_corrupt_detect_precise(struct pt_regs *regs, unsigned long addr,\n" "> \t\tregs->tpc &= 0xffffffff;\n" @@ -126,4 +126,4 @@ "> \n" > void do_privop(struct pt_regs *regs) -0f937d15721b0542d83b51cacf3be5bc002c0a8dd94044762d9f7aa8d368ede3 +764d3f2e3f7636edab65856d4f82e600814278aa8d938c92555e2967b6a140df
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.