2018-01-11 15:37:54 |
Konstantin Pavlov |
bug |
|
|
added bug |
2018-01-11 15:37:54 |
Konstantin Pavlov |
attachment added |
|
lspci https://bugs.launchpad.net/bugs/1742721/+attachment/5035155/+files/lspci-vnvn.log |
|
2018-01-11 15:38:14 |
Konstantin Pavlov |
attachment added |
|
dmidecode https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742721/+attachment/5035156/+files/dmidecode.log |
|
2018-01-11 15:38:29 |
Konstantin Pavlov |
attachment added |
|
dmesg-4.13.15-041315-generic.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742721/+attachment/5035157/+files/dmesg-4.13.15-041315-generic.txt |
|
2018-01-11 15:39:16 |
Joseph Salisbury |
linux (Ubuntu): importance |
Undecided |
High |
|
2018-01-11 15:39:27 |
Joseph Salisbury |
tags |
|
kernel-key |
|
2018-01-11 15:40:35 |
Joseph Salisbury |
nominated for series |
|
Ubuntu Artful |
|
2018-01-11 15:40:35 |
Joseph Salisbury |
bug task added |
|
linux (Ubuntu Artful) |
|
2018-01-11 15:40:41 |
Joseph Salisbury |
linux (Ubuntu Artful): importance |
Undecided |
High |
|
2018-01-11 15:45:40 |
Joseph Salisbury |
linux (Ubuntu): importance |
High |
Critical |
|
2018-01-11 15:45:44 |
Joseph Salisbury |
linux (Ubuntu Artful): importance |
High |
Critical |
|
2018-01-11 16:00:05 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Confirmed |
|
2018-01-11 16:00:07 |
Ubuntu Kernel Bot |
linux (Ubuntu Artful): status |
New |
Confirmed |
|
2018-01-11 16:00:08 |
Ubuntu Kernel Bot |
tags |
kernel-key |
kernel-key yakkety |
|
2018-01-11 17:08:45 |
Joseph Salisbury |
linux (Ubuntu): assignee |
|
Joseph Salisbury (jsalisbury) |
|
2018-01-11 17:08:49 |
Joseph Salisbury |
linux (Ubuntu Artful): assignee |
|
Joseph Salisbury (jsalisbury) |
|
2018-01-11 17:09:14 |
Joseph Salisbury |
linux (Ubuntu): status |
Confirmed |
In Progress |
|
2018-01-11 17:09:17 |
Joseph Salisbury |
linux (Ubuntu Artful): status |
Confirmed |
In Progress |
|
2018-01-12 11:53:28 |
Ben Roberts |
bug |
|
|
added subscriber Ben Roberts |
2018-01-13 19:30:19 |
Kevin Weslowski |
bug |
|
|
added subscriber Kevin Weslowski |
2018-01-16 16:30:03 |
Wu-sean |
bug |
|
|
added subscriber Wu-sean |
2018-01-19 15:14:44 |
Joseph Salisbury |
description |
I've updated the machine to the linux-hwe kernels, and experienced an almost instant crash when booting. Nothing is shown on the VGA output, so no stack traces are available.
I've tried booting a few kernels with the following results:
- linux-image-4.8.0-56-generic + linux-image-extra-4.8.0-56-generic: boots up fine
- linux-image-4.13.0-26-generic + linux-image-extra-4.13.0-26-generic: fails to boot
- linux-image-4.13.0-21-generic: boots up, but since no r8169, no networking
- linux-image-4.13.0-21-generic + linux-image-extra-4.13.0-21-generic: fails to boot
- linux-image-4.10.0-42-generic + linux-image-extra-4.10.0-42-generic: boots up fine
After that I've tried some mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline to check if the problem is the upstream or ubuntu patches:
- linux-image-4.14.13-041413-generic_4.14.13-041413.201801101001_amd64.deb: boots up fine
- linux-image-4.13.13-041313-generic_4.13.13-041313.201711150531_amd64.deb: fails to boot
- linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_amd64.deb: boots up fine
- linux-image-4.13.14-041314-generic_4.13.14-041314.201711180632_amd64.deb: fails to boot
- linux-image-4.13.15-041315-generic_4.13.15-041315.201711211030_amd64.deb: boots up fine
So, it seems, the problem is fixed either in patches between 4.13.14 and 4.13.15 upstream, or ubuntu configs/patches applied to mainline kernels. |
== SRU Justification ==
The following mainline commit introduced a regression in v4.11-rc1:
c075b6f2d357ea9 ("staging: sm750fb: Replace POKE32 and PEEK32 by inline functions")
This regression caused the bug reporters system to crash and exhibited no display
output.
A "Reverse" bisect was performed and it was found that this regression is
fixed by commit 16808dcf605e6, which was added to mainline in v4.15-rc1.
== Fix ==
commit 16808dcf605e6302319a8c3266789b76d4c0983b
Author: Huacai Chen <chenhc@lemote.com>
Date: Mon Nov 6 08:43:03 2017 +0800
staging: sm750fb: Fix parameter mistake in poke32
== Regression Potential ==
Low. This patch fixes a current regression. It was cc'd to upstream stable
so had additional upstream review.
## Original Bug Description#
I've updated the machine to the linux-hwe kernels, and experienced an almost instant crash when booting. Nothing is shown on the VGA output, so no stack traces are available.
I've tried booting a few kernels with the following results:
- linux-image-4.8.0-56-generic + linux-image-extra-4.8.0-56-generic: boots up fine
- linux-image-4.13.0-26-generic + linux-image-extra-4.13.0-26-generic: fails to boot
- linux-image-4.13.0-21-generic: boots up, but since no r8169, no networking
- linux-image-4.13.0-21-generic + linux-image-extra-4.13.0-21-generic: fails to boot
- linux-image-4.10.0-42-generic + linux-image-extra-4.10.0-42-generic: boots up fine
After that I've tried some mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline to check if the problem is the upstream or ubuntu patches:
- linux-image-4.14.13-041413-generic_4.14.13-041413.201801101001_amd64.deb: boots up fine
- linux-image-4.13.13-041313-generic_4.13.13-041313.201711150531_amd64.deb: fails to boot
- linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_amd64.deb: boots up fine
- linux-image-4.13.14-041314-generic_4.13.14-041314.201711180632_amd64.deb: fails to boot
- linux-image-4.13.15-041315-generic_4.13.15-041315.201711211030_amd64.deb: boots up fine
So, it seems, the problem is fixed either in patches between 4.13.14 and 4.13.15 upstream, or ubuntu configs/patches applied to mainline kernels. |
|
2018-01-19 15:59:04 |
Seth Forshee |
linux (Ubuntu): status |
In Progress |
Fix Committed |
|
2018-01-20 00:06:19 |
Sanchola |
bug task added |
|
linuxmint |
|
2018-01-22 16:35:49 |
Joseph Salisbury |
tags |
kernel-key yakkety |
kernel-da-key yakkety |
|
2018-02-04 01:19:18 |
Khaled El Mously |
linux (Ubuntu Artful): status |
In Progress |
Fix Committed |
|
2018-03-09 07:39:13 |
Kleber Sacilotto de Souza |
tags |
kernel-da-key yakkety |
kernel-da-key verification-needed-artful yakkety |
|
2018-03-11 22:28:28 |
Konstantin Pavlov |
tags |
kernel-da-key verification-needed-artful yakkety |
kernel-da-key verification-done-artful yakkety |
|
2018-03-14 11:15:01 |
Launchpad Janitor |
linux (Ubuntu Artful): status |
Fix Committed |
Fix Released |
|
2018-03-14 11:15:01 |
Launchpad Janitor |
cve linked |
|
2017-5715 |
|
2018-03-14 11:15:01 |
Launchpad Janitor |
cve linked |
|
2017-5753 |
|
2018-03-14 11:15:01 |
Launchpad Janitor |
cve linked |
|
2017-5754 |
|
2018-03-14 11:15:01 |
Launchpad Janitor |
linux (Ubuntu Artful): status |
Fix Committed |
Fix Released |
|
2018-10-03 14:28:29 |
Joseph Salisbury |
linux (Ubuntu): status |
Fix Committed |
Fix Released |
|
2019-07-24 20:17:48 |
Brad Figg |
tags |
kernel-da-key verification-done-artful yakkety |
cscc kernel-da-key verification-done-artful yakkety |
|