Ubuntu 17.10 crashes on vmalloc.c
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
The Ubuntu-power-systems project |
Fix Released
|
Critical
|
Canonical Kernel Team | ||
linux (Ubuntu) |
Fix Released
|
Critical
|
Joseph Salisbury | ||
Artful |
Fix Released
|
Critical
|
Joseph Salisbury | ||
Bionic |
Fix Released
|
Critical
|
Joseph Salisbury |
Bug Description
== SRU Justification ==
IBM is seeing a crash on Power9 when running on Artful.
This issue happens only when disabling RPT ("disable_radix"), which is not the default in Artful.
These fixes are already in Bionic master-next, so they are only being requested
in Artful.
== Fixes ==
63ee9b2ff9d3 ("powerpc/
b5048de04b32 ("powerpc/mm/slb: Move comment next to the code it's")
21a0e8c14bf6 ("powerpc/
== Regression Potential ==
These commits are specific to powerpc and fix a crash.
== Test Case ==
A test kernel was built with these patches and tested by the original bug reporter.
The bug reporter states the test kernel resolved the bug.
== Comment: #0 - Breno Leitao - 2017-12-19 09:48:10 ==
When running Ubuntu 17.10 on POWER9, I got the following error:
[409038.118908] WARNING: CPU: 47 PID: 294 at /build/
[409038.118909] Modules linked in: xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_
[409038.118933] CPU: 47 PID: 294 Comm: kworker/47:0 Tainted: G W 4.13.0-12-generic #13-Ubuntu
[409038.118934] Workqueue: events pcpu_balance_workfn
[409038.118936] task: c000003fe3cdcc00 task.stack: c000003fe3be0000
[409038.118937] NIP: c00000000032c1fc LR: c0000000002f5fd4 CTR: 0000000000000000
[409038.118937] REGS: c000003fe3be3810 TRAP: 0700 Tainted: G W (4.13.0-12-generic)
[409038.118938] MSR: 900000000282b033 <SF,HV,
[409038.118944] CR: 24024828 XER: 20040000
[409038.118944] CFAR: c00000000032bdb8 SOFTE: 1
[409038.118963] NIP [c00000000032c1fc] pcpu_get_
[409038.118964] LR [c0000000002f5fd4] pcpu_create_
[409038.118965] Call Trace:
[409038.118966] [c000003fe3be3a90] [c000003fe3be3ad0] 0xc000003fe3be3ad0 (unreliable)
[409038.118968] [c000003fe3be3b60] [c0000000002f5fd4] pcpu_create_
[409038.118970] [c000003fe3be3ba0] [c0000000002f7890] pcpu_balance_
[409038.118972] [c000003fe3be3ca0] [c0000000001205d8] process_
[409038.118975] [c000003fe3be3d30] [c000000000120968] worker_
[409038.118977] [c000003fe3be3dc0] [c00000000012980c] kthread+0x1ac/0x1c0
[409038.118979] [c000003fe3be3e30] [c00000000000b4e8] ret_from_
[409038.118980] Instruction dump:
[409038.118981] eae30000 4191fad0 7ed3b378 e9210030 7efbbb78 7c791b78 3b400000 e9530000
---uname output---
4.13.0-12-generic
== Comment: #3 - ANEESH K. K V - 2017-12-20 05:59:13 ==
https://<email address hidden>
The above may be related?
Related discussions https://<email address hidden>
-aneesh
== Comment: #4 - Breno Leitao - 2017-12-20 09:48:07 ==
I just tested with kernel 4.15.0-041500rc4 and I didn't see a problem so far.
Changed in ubuntu-power-systems: | |
status: | New → Triaged |
importance: | Undecided → Critical |
assignee: | nobody → Canonical Kernel Team (canonical-kernel-team) |
tags: | added: triage-g |
Changed in ubuntu-power-systems: | |
status: | Triaged → In Progress |
Changed in linux (Ubuntu Artful): | |
status: | In Progress → Fix Committed |
Changed in ubuntu-power-systems: | |
status: | In Progress → Fix Committed |
tags: |
added: verification-done-artful removed: verification-needed-artful |
tags: |
added: targetmilestone-inin1804 removed: targetmilestone-inin--- |
Default Comment by Bridge