Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1440844 > unrolled thread
| Started by | Jens Axboe <axboe@kernel.dk> |
|---|---|
| First post | 2016-07-11 21:50 +0200 |
| Last post | 2016-07-12 07:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
Regression in 4.7-rc7 Jens Axboe <axboe@kernel.dk> - 2016-07-11 21:50 +0200
RE: Regression in 4.7-rc7 "Zheng, Lv" <lv.zheng@intel.com> - 2016-07-12 07:40 +0200
| From | Jens Axboe <axboe@kernel.dk> |
|---|---|
| Date | 2016-07-11 21:50 +0200 |
| Subject | Regression in 4.7-rc7 |
| Message-ID | <rTPnj-30E-11@gated-at.bofh.it> |
Hi,
Updated the laptop to -rc7 this morning, and it fails to boot. After
bisecting it, this is the culprit:
commit 45209046c47b93fadf26dc59a9da724f387b9cf2
Author: Lv Zheng <lv.zheng@intel.com>
Date: Tue Jul 5 13:53:12 2016 +0800
ACPICA: Namespace: Fix namespace/interpreter lock ordering
There is a lock order issue in acpi_load_tables(). The namespace lock
is held before holding the interpreter lock.
The last I see is grub loading initramfs, after that nothing. Very
reproducible. Laptop is a Dell XPS 13.
--
Jens Axboe
[toc] | [next] | [standalone]
| From | "Zheng, Lv" <lv.zheng@intel.com> |
|---|---|
| Date | 2016-07-12 07:40 +0200 |
| Message-ID | <rTYAh-BS-3@gated-at.bofh.it> |
| In reply to | #1440844 |
We will revert 3 commits to fix this issue. And re-enable the reverted feature in the future when it is safe to re-enable it. See this bug for reference: https://bugzilla.kernel.org/show_bug.cgi?id=121701 Thanks and best regards -Lv > From: Jens Axboe [mailto:axboe@kernel.dk] > Subject: Regression in 4.7-rc7 > > Hi, > > Updated the laptop to -rc7 this morning, and it fails to boot. After > bisecting it, this is the culprit: > > commit 45209046c47b93fadf26dc59a9da724f387b9cf2 > Author: Lv Zheng <lv.zheng@intel.com> > Date: Tue Jul 5 13:53:12 2016 +0800 > > ACPICA: Namespace: Fix namespace/interpreter lock ordering > > There is a lock order issue in acpi_load_tables(). The namespace lock > is held before holding the interpreter lock. > > The last I see is grub loading initramfs, after that nothing. Very > reproducible. Laptop is a Dell XPS 13. > > -- > Jens Axboe
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web