Bug 193761 - [PATCH] Add error return to minidumpsys(), use in dumpsys()
Summary: [PATCH] Add error return to minidumpsys(), use in dumpsys()
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-19 02:56 UTC by Conrad Meyer
Modified: 2015-07-08 18:02 UTC (History)
2 users (show)

See Also:
bugmeister: mfc-stable10?
bugmeister: mfc-stable9?
bugmeister: mfc-stable8?


Attachments
(Applies to CURRENT with -p0.) (6.05 KB, patch)
2014-09-19 02:56 UTC, Conrad Meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.