[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2020-01-02 Thread Anthony Wong
** Changed in: hwe-next Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1803942 Title: System randomly hangs during suspend when mei_wdt is loaded

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1803942 Title: System randomly hangs during suspend when mei_wdt is loaded Status in HWE Next: New Status in linux

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-43.46 --- linux (4.15.0-43.46) bionic; urgency=medium * linux: 4.15.0-43.46 -proposed tracker (LP: #1806659) * System randomly hangs during suspend when mei_wdt is loaded (LP: #1803942) - SAUCE: base/dd: limit release function

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-12-09 Thread Robert Liu
With the proposed kernel, my system passed a 30-run stress. 1. Enable the -proposed repository 2. Install the proposed kernel and reboot 3. uname -r 4.15.0-43-generic 4. sudo modprobe mei_wdt 5. for s in $(seq 30); do sudo rtcwake -v -m mem -s 15; sleep 15; done 6. verify the result is success

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-12-07 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- bionic' to 'verification-done-bionic'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-12-06 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Bionic) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1803942 Title: System randomly hangs during suspend when

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-28 Thread Jesse Sung
This is caused by 876dcb relies on dev->driver to tell if __device_release_driver() was completed by other callers while calling remove(). But drivers like mei_wdt will set dev->driver to NULL after its remove() completes, thus it would do return instead of continuing __device_release_driver().

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-19 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Status: Confirmed => Triaged ** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Bionic) Status: New => Triaged ** Changed

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-19 Thread Jesse Sung
** Tags added: dawson originate-from-1803076 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1803942 Title: System randomly hangs during suspend when mei_wdt is loaded Status in HWE

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-18 Thread Robert Liu
I commented out this patch of 876dcb and cannot reproduce the issue afterward. diff --git a/drivers/base/dd.c b/drivers/base/dd.c index 2c964f5..37c0105 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c @@ -868,6 +868,13 @@ static void __device_release_driver(struct device *dev, struct

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-18 Thread Jesse Sung
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1803942 Title: System randomly hangs during suspend when mei_wdt is

[Kernel-packages] [Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-18 Thread Robert Liu
I tried mainline kernel 4.20-rc2, 4.18, 4.17, 4.16 and 4.15. They all passed a 50 run test. To validate when the issue is introduced, I installed several Ubuntu kernel packages and address the issue/regression happens between 4.15.0-34 and 4.15.0-36. Finished the kernel bisect and probably