[Ubuntu 14.04.03] ppc64-diag package update
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ppc64-diag (Ubuntu) |
Fix Released
|
Undecided
|
Taco Screen team | ||
Trusty |
Fix Released
|
Undecided
|
Adam Conrad | ||
Vivid |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
== Comment: #0 - Kamalesh Babulal <email address hidden> - 2015-05-11 02:31:21 ==
ppc64-diag package updates for ppc64:
ppc64-diag sits at the top of the RAS tools provided on System-P by IBM, consuming data from some, making determinations as to cause of failure, and attempting various strategies for recovery, depending on the situation. It also enriches the error logs provided from the kernel, giving users a better understanding as to cause and potential solution for a problem.
Current upstream:
http://
== Comment: #8 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:48:10 ==
commit f5a0a711ad79e6d
Author: Aruna Balakrishnaiah <email address hidden>
Date: Thu Sep 4 11:09:18 2014 +0530
opal-
== Comment: #9 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:49:03 ==
commit 852c42d36ee94f4
Author: Suzuki K. Poulose <email address hidden>
Date: Tue Sep 9 15:24:49 2014 -0400
rtas_errd: LE fixes for extract_platdump
Exit with error when we can't retrieve a dump for an invalid dump ID.
== Comment: #10 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:49:37 ==
commit f53bb968306ee86
Author: Suzuki K. Poulose <email address hidden>
Date: Tue Sep 9 15:24:50 2014 -0400
rtas_errd: Fix PRRN Event handling on LE
Fixes for PRRN event handling on LE systems
1) Convert the number of properties to host endian in i
2) Use phandle in host endian while issuing an ofdt command,
since we pass the phandle as a numeric string to the kernel.
With this patch the PRRN event handling works fine, however,
drmgr needs to support LE systems for a seemless operation of
the rtas_errd, since we depend on drmgr
== Comment: #11 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:50:32 ==
commit dbf555b069bcba5
Author: Thomas Falcon <email address hidden>
Date: Tue Nov 4 12:33:48 2014 -0600
rtas_errd: Add support for cpu and memory hotplugging via RTAS event
This patch adds support for handling RTAS hotplug events for cpus and memory
blocks in addition to such events for pci devices. It includes additional
support for events indicating an addition or a removal of multiple cpus or
logical memory blocks. Finally, for debugging purposes, it includes the option
to handle the event without calling the drmgr command.
== Comment: #12 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:51:16 ==
commit 6eee4a300780472
Author: Aruna Balakrishnaiah <email address hidden>
Date: Thu Dec 18 14:28:09 2014 +0530
opal-
Any record with length greater than 1MB in HWDATA section
is the skiboot log.
== Comment: #13 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:51:48 ==
commit 6184f70859cec48
Author: Aruna Balakrishnaiah <email address hidden>
Date: Thu Dec 18 11:59:58 2014 +0530
opal-
Parse the timestamp information (introduced recently) before
fetching the skiboot log. The patch handles the dump with and
without skiboot timestamp.
== Comment: #14 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:52:26 ==
commit 89d69d1d1bee3b6
Author: Vasant Hegde <email address hidden>
Date: Fri Jan 9 12:19:08 2015 +0530
opal-
== Comment: #15 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:52:59 ==
commit b8119fe42947791
Author: Vasant Hegde <email address hidden>
Date: Fri Jan 9 13:36:33 2015 +0530
opal-
The -l and -o options are mutually exclusive.
Also removed redundant variable.
== Comment: #16 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:53:38 ==
commit 7ed83c4624b55d6
Author: Vasant Hegde <email address hidden>
Date: Fri Jan 16 14:11:27 2015 +0530
opal-
SYSDUMP contains raw kernel log buffer data. We need to know the
kernel log buffer internel structure (defined in kernel) to parse
this section. Adding those structure here will introduce dependency
on kernel and any change in that structure going to break this tool.
Instead for now we are keeping this section as is and use commands
like strings to parse this section..which gives readable output..
which is sufficient for developers.
== Comment: #17 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:54:22 ==
commit 3e773fb478d74e3
Author: Kamalesh Babulal <email address hidden>
Date: Mon Feb 2 15:25:56 2015 +0530
opal-
Fix the capitalization of printk in opal-dump-parse
manpage.
== Comment: #18 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:55:09 ==
commit 73280d14c2c20c2
Author: Kamalesh Babulal <email address hidden>
Date: Fri Feb 6 15:22:34 2015 +0530
opal_errd: Fix trivial typo(s)
Fix couple of spelling mistakes in opal_errd.c
== Comment: #19 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:56:10 ==
commit 780b5c148a733a3
Author: Vasant Hegde <email address hidden>
Date: Thu Feb 12 22:13:32 2015 +0530
opal-
Fix typo in man page.
== Comment: #20 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:56:47 ==
commit 34872c32c03f39c
Author: Vasant Hegde <email address hidden>
Date: Mon Apr 13 13:41:02 2015 +0530
opal-
Presently we are doing skiboot signature check (Skiboot starting
offset with "SkiBoot"). But our skiboot log is ring buffer and
it will be overwritten once we cross 1MB. Hence remove this checking.
== Comment: #21 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:57:18 ==
commit 02279f2c72940a7
Author: Kamalesh Babulal <email address hidden>
Date: Thu May 7 14:35:34 2015 +0530
Redirect host setup warnings to /dev/null
Redirect warnings while registering and setting up tools to /dev/null
on PowerKVM host.
== Comment: #22 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:57:51 ==
commit f20c2bf96695e52
Author: Vasant Hegde <email address hidden>
Date: Wed Apr 29 11:42:16 2015 +0530
scripts: Fix VPD db update issue after LAPR migration
For some unknown reason system("which vpdupdate") exiting with -1
during LPAR migration...which resulted in VPD db not getting refreshed
after migration.
Also its better to use absolute path instead of just command.
== Comment: #23 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:58:25 ==
commit d2610fdf5e232ce
Author: Nathan Fontenot <email address hidden>
Date: Mon May 11 09:43:18 2015 -0500
rtas_errd: LE update for parsing drconf memory
When add phandles for memory in the ibm,dynamic-memory property, the first
32 bits of the property are the number of LMBs in the property. This
needs to be read as a BE value, failure to do this results in allocating
way more phandle structs that necessary and reading past the end of the
end of the buffer holding the property.
Add proper conversion for LE systems.
== Comment: #24 - Kamalesh Babulal <email address hidden> - 2015-06-04 04:58:56 ==
commit 8d6645b935d5ab8
Author: Nathan Fontenot <email address hidden>
Date: Thu May 14 08:25:11 2015 -0500
rtas_errd: Free phandle list after use
During PRRN event handling we build a list of phandles for all the LMBs
on the system in order to correlate between drc indexes and their
phandle. This list is never free'ed. Failure to do so results in a list
that grows every time a PRRN event is handled.
After handling a PRRN event free the list of phandles.
== Comment: #26 - VASANT HEGDE <email address hidden> - 2015-06-08 01:40:15 ==
Another important patch.. which I just pushed to upstream...
commit 6baab33bc1b2180
Author: Michael Roth <email address hidden>
Date: Wed May 27 18:46:07 2015 -0500
rtas_errd: Add support for PHB hotplugging via RTAS event
This extends the hotplug hooks in place for PCI/MEM/CPU hotplug to also
handle PHB hotplug.
This requires an updated powerpc-utils to work properly, due to the
fact that drmgr does not currently handle hotplugging based on DRC
index, and instead relies on DRC name strings.
Signed-off-by: Michael Roth <email address hidden>
Signed-off-by: Vasant Hegde <email address hidden>
-Vasant
Changed in ubuntu: | |
status: | New → Confirmed |
assignee: | nobody → Taco Screen team (taco-screen-team) |
Changed in ppc64-diag (Ubuntu Trusty): | |
assignee: | nobody → Adam Conrad (adconrad) |
Changed in ppc64-diag (Ubuntu Trusty): | |
milestone: | none → ubuntu-14.04.3 |
tags: |
added: verification-done removed: verification-needed |
Changed in ppc64-diag (Ubuntu): | |
status: | Incomplete → Fix Committed |
Default Comment by Bridge