2014-11-25 16:31:24 |
bugproxy |
bug |
|
|
added bug |
2014-11-25 16:31:26 |
bugproxy |
tags |
|
architecture-ppc64le bugnameltc-119217 severity-critical targetmilestone-inin--- |
|
2014-11-25 16:31:28 |
bugproxy |
attachment added |
|
Patch fixing endianess in xmon's RTAS call https://bugs.launchpad.net/bugs/1396235/+attachment/4268136/+files/0001-pseries-le-Fix-endiannes-issue-in-RTAS-call-from-xmo.patch |
|
2014-11-25 16:35:04 |
Ubuntu Foundations Team Bug Bot |
tags |
architecture-ppc64le bugnameltc-119217 severity-critical targetmilestone-inin--- |
architecture-ppc64le bot-comment bugnameltc-119217 severity-critical targetmilestone-inin--- |
|
2014-11-25 17:16:34 |
Brian Murray |
affects |
ubuntu |
linux (Ubuntu) |
|
2014-11-25 20:20:45 |
Joseph Salisbury |
tags |
architecture-ppc64le bot-comment bugnameltc-119217 severity-critical targetmilestone-inin--- |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin--- |
|
2014-11-29 22:10:50 |
Anton Blanchard |
bug |
|
|
added subscriber Anton Blanchard |
2014-12-08 16:50:19 |
Chris J Arges |
nominated for series |
|
Ubuntu Utopic |
|
2014-12-08 16:50:19 |
Chris J Arges |
bug task added |
|
linux (Ubuntu Utopic) |
|
2014-12-08 16:50:19 |
Chris J Arges |
nominated for series |
|
Ubuntu Trusty |
|
2014-12-08 16:50:19 |
Chris J Arges |
bug task added |
|
linux (Ubuntu Trusty) |
|
2014-12-08 16:51:05 |
Chris J Arges |
linux (Ubuntu): status |
New |
Fix Released |
|
2014-12-08 16:51:07 |
Chris J Arges |
linux (Ubuntu Trusty): assignee |
|
Chris J Arges (arges) |
|
2014-12-08 16:51:09 |
Chris J Arges |
linux (Ubuntu Utopic): assignee |
|
Chris J Arges (arges) |
|
2014-12-08 16:51:11 |
Chris J Arges |
linux (Ubuntu Trusty): status |
New |
In Progress |
|
2014-12-08 16:51:16 |
Chris J Arges |
linux (Ubuntu Utopic): importance |
Undecided |
Medium |
|
2014-12-08 16:51:20 |
Chris J Arges |
linux (Ubuntu Trusty): importance |
Undecided |
Medium |
|
2014-12-08 16:51:23 |
Chris J Arges |
linux (Ubuntu Utopic): status |
New |
In Progress |
|
2014-12-08 16:53:30 |
Chris J Arges |
description |
== Comment: #0 - Laurent Dufour <laurent.dufour@fr.ibm.com> - 2014-11-25 10:13:17 ==
---Problem Description---
Kernel fails to invoke xmon, instead print following messages
# echo x > /proc/sysrq-trigger
[ 47.600133] SysRq : Entering xmon
cpu 0xf: Vector: 0 at [c0000000e8603b80]
pc: c0000000005610c0: write_sysrq_trigger+0x120/0x260
lr: c0000000005610c0: write_sysrq_trigger+0x120/0x260
sp: c0000000e8603ce0
msr: 8000000000009033
current = 0xc0000000ef4a0000
paca = 0xc000000007df3480 softe: 0 irq_happened: 0x00
pid = 2303, comm = bash
[ 47.607247] Bad kernel stack pointer fc7b4b0 at ee27cc4
cpu 0xf: Vector: 300 (Data Access) at [c000000007f37d40]
pc: 000000000ee27cc4
lr: 000000000ee27c44
sp: fc7b4b0
msr: 8000000000001000
dar: 10000000
dsisr: 42000000
current = 0xc0000000ef4a0000
paca = 0xc000000007df3480 softe: 0 irq_happened: 0x00
pid = 2303, comm = bash
cpu 0xf: Exception 300 (Data Access) in xmon, returning to main loop
xmon: WARNING: bad recursive fault on cpu 0xf
---uname output---
N/A
Machine Type = powervm le
---System Hang---
System is hung
---Debugger---
A debugger is not configured
---Steps to Reproduce---
see problem description
Stack trace output:
no
Oops output:
see problem description
System Dump Info:
The system is not configured to capture a system dump.
This patch has been sent upstream: http://patchwork.ozlabs.org/patch/413744/ |
SRU Justification:
[Impact]
Users of LE Power8 hardware might not be able to use XMON properly.
[Test Case]
# echo x > /proc/sysrq-trigger
This should put us in the xmon debugger without errors.
[Fix]
3b8a3c01096925a824ed3272601082289d9c23a5 can be cleanly cherry-picked to 3.13/3.16. It only adds cpu_to_be32 macros which shouldn't change the behavior of BE mode CPUs.
--
== Comment: #0 - Laurent Dufour <laurent.dufour@fr.ibm.com> - 2014-11-25 10:13:17 ==
---Problem Description---
Kernel fails to invoke xmon, instead print following messages
# echo x > /proc/sysrq-trigger
[ 47.600133] SysRq : Entering xmon
cpu 0xf: Vector: 0 at [c0000000e8603b80]
pc: c0000000005610c0: write_sysrq_trigger+0x120/0x260
lr: c0000000005610c0: write_sysrq_trigger+0x120/0x260
sp: c0000000e8603ce0
msr: 8000000000009033
current = 0xc0000000ef4a0000
paca = 0xc000000007df3480 softe: 0 irq_happened: 0x00
pid = 2303, comm = bash
[ 47.607247] Bad kernel stack pointer fc7b4b0 at ee27cc4
cpu 0xf: Vector: 300 (Data Access) at [c000000007f37d40]
pc: 000000000ee27cc4
lr: 000000000ee27c44
sp: fc7b4b0
msr: 8000000000001000
dar: 10000000
dsisr: 42000000
current = 0xc0000000ef4a0000
paca = 0xc000000007df3480 softe: 0 irq_happened: 0x00
pid = 2303, comm = bash
cpu 0xf: Exception 300 (Data Access) in xmon, returning to main loop
xmon: WARNING: bad recursive fault on cpu 0xf
---uname output---
N/A
Machine Type = powervm le
---System Hang---
System is hung
---Debugger---
A debugger is not configured
---Steps to Reproduce---
see problem description
Stack trace output:
no
Oops output:
see problem description
System Dump Info:
The system is not configured to capture a system dump.
This patch has been sent upstream: http://patchwork.ozlabs.org/patch/413744/ |
|
2014-12-09 17:54:37 |
Brad Figg |
linux (Ubuntu Trusty): status |
In Progress |
Fix Committed |
|
2014-12-09 17:54:41 |
Brad Figg |
linux (Ubuntu Utopic): status |
In Progress |
Fix Committed |
|
2014-12-16 09:59:34 |
bugproxy |
tags |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin--- |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 |
|
2014-12-16 21:29:16 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/trusty-proposed/linux-keystone |
|
2014-12-17 19:10:59 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/precise-proposed/linux-lts-trusty |
|
2014-12-17 20:21:59 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/trusty-proposed/linux-lts-utopic |
|
2014-12-19 17:38:45 |
Brad Figg |
tags |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 verification-needed-trusty |
|
2014-12-19 17:39:42 |
Brad Figg |
tags |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 verification-needed-trusty |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 verification-needed-trusty verification-needed-utopic |
|
2015-01-07 19:32:16 |
Chris J Arges |
tags |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 verification-needed-trusty verification-needed-utopic |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 verification-done-trusty verification-needed-utopic |
|
2015-01-07 19:50:40 |
Chris J Arges |
tags |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 verification-done-trusty verification-needed-utopic |
architecture-ppc64le bot-comment bugnameltc-119217 kernel-da-key severity-critical targetmilestone-inin1504 verification-done-trusty verification-done-utopic |
|
2015-01-12 15:41:50 |
Launchpad Janitor |
linux (Ubuntu Utopic): status |
Fix Committed |
Fix Released |
|
2015-01-12 15:44:28 |
Launchpad Janitor |
linux (Ubuntu Trusty): status |
Fix Committed |
Fix Released |
|