Bug 193761

Summary: [PATCH] Add error return to minidumpsys(), use in dumpsys()
Product: Base System Reporter: Conrad Meyer <cse.cem>
Component: kernAssignee: Mark Johnston <markj>
Status: Closed FIXED    
Severity: Affects Only Me CC: benno, markj
Priority: --- Flags: bugmeister: mfc-stable10?
bugmeister: mfc-stable9?
bugmeister: mfc-stable8?
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
(Applies to CURRENT with -p0.) none

Description Conrad Meyer 2014-09-19 02:56:11 UTC
Created attachment 147460 [details]
(Applies to CURRENT with -p0.)

Passing errors up the stack is good.

Related to bug 192036.

Sponsored by:	EMC / Isilon storage division
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-10-08 20:25:48 UTC
A commit references this bug:

Author: markj
Date: Wed Oct  8 20:25:24 UTC 2014
New revision: 272766
URL: https://svnweb.freebsd.org/changeset/base/272766

Log:
  Pass up the error status of minidumpsys() to its callers.

  PR:		193761
  Submitted by:	Conrad Meyer <conrad.meyer@isilon.com>
  Sponsored by:	EMC / Isilon Storage Division

Changes:
  head/sys/amd64/amd64/minidump_machdep.c
  head/sys/amd64/include/md_var.h
  head/sys/arm/arm/dump_machdep.c
  head/sys/arm/arm/minidump_machdep.c
  head/sys/arm/include/md_var.h
  head/sys/i386/i386/minidump_machdep.c
  head/sys/i386/include/md_var.h
  head/sys/mips/include/md_var.h
  head/sys/mips/mips/dump_machdep.c
  head/sys/mips/mips/minidump_machdep.c
  head/sys/x86/x86/dump_machdep.c
Comment 2 Glen Barber freebsd_committer freebsd_triage 2015-07-08 18:02:28 UTC
Close PRs that have had a corresponding fix committed.