[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-12-27 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu) Status: In Progress => Invalid -- 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/1843487 Title: UIO: mutex used in interrupt handler causes crash

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-12-02 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-72.81 --- linux (4.15.0-72.81) bionic; urgency=medium * bionic/linux: 4.15.0-72.81 -proposed tracker (LP: #1854027) * [Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX (LP: #1853326) - Revert "arm64: Use

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-11-18 Thread Tom Brezinski
Verified fix in proposed 4.15.0-71-generic. ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- 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/1843487

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-11-14 Thread Ubuntu Kernel Bot
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 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-11-08 Thread Khaled El Mously
** Changed in: linux (Ubuntu Bionic) Status: In Progress => 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/1843487 Title: UIO: mutex used in interrupt handler

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-11-07 Thread Stefan Bader
** Changed in: linux (Ubuntu Bionic) Importance: Undecided => Medium -- 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/1843487 Title: UIO: mutex used in interrupt handler causes crash

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-10-31 Thread Kamal Mostafa
@Tom Sounds like a winner to me! I've submitted the patch to our process pipeline: https://lists.ubuntu.com/archives/kernel-team/2019-October/105155.html A post will appear here once it lands in a production Bionic kernel (most likely in our next three-week cycle, around 18-Nov). Thanks again

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-10-31 Thread Tom Brezinski
@Kamal yes this seems to fix it. I was able to run my device stress test for over 15 minutes. With the bug I was lucky if I could make it 15 seconds. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-10-30 Thread Kamal Mostafa
@Tom- Ah yes, you'll need the headers packages too, in order to build your own modules. OK, I've now added the two "linux-headers-*" packages to https://kernel.ubuntu.com/~kamal/lp1843487/ ... I believe you'll have to install the pair together. -- You received this bug notification because you

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-10-30 Thread Tom Brezinski
@Kamal thanks for the quick response. I tried the files you sent over but it looks like I need some additional packages in order to rebuild my kernel module for that kernel. I tried to tell modprobe to force load my module built against 4.15.0-66 and it would not load it. -- You received this

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-10-30 Thread Kamal Mostafa
@Tom- Thanks for reporting this and isolating the cause and the fix. Here's a test kernel which includes a backport of the fix commit. Could you please verify that it resolves the problem?: https://kernel.ubuntu.com/~kamal/lp1843487/ -- You received this bug notification because you are a

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-10-30 Thread Kamal Mostafa
** Changed in: linux (Ubuntu) Status: Confirmed => In Progress ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kamal Mostafa (kamalmostafa) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-09-11 Thread Tom Brezinski
** Description changed: Running: Bionic Beaver Ubuntu 4.15.0-62.69-generic 4.15.18 In commit 725bbc87 on 2/13/2019 in uio.c a mutex_lock was added to uio_interrupt. This results in a "scheduling while atomic" error if someone else owns the mutex at the time it is invoked. - [

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-09-11 Thread Tom Brezinski
The following commit in the kernel mainline fixes this issue: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3d27c4de8d4fb2d4099ff324671792aa2578c6f9 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-09-11 Thread Tom Brezinski
apport information ** Tags added: apport-collected ** Description changed: Running: Bionic Beaver Ubuntu 4.15.0-62.69-generic 4.15.18 In commit 725bbc87 on 2/13/2019 in uio.c a mutex_lock was added to uio_interrupt. This results in a "scheduling while atomic" error if someone

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-09-10 Thread Tom Brezinski
** Tags added: bionic -- 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/1843487 Title: UIO: mutex used in interrupt handler causes crash Status in linux package in Ubuntu: Incomplete

[Kernel-packages] [Bug 1843487] Re: UIO: mutex used in interrupt handler causes crash

2019-09-10 Thread Tom Brezinski
** Description changed: + Running: + Bionic Beaver Ubuntu 4.15.0-62.69-generic 4.15.18 In commit 725bbc87 on 2/13/2019 in uio.c a mutex_lock was added to uio_interrupt. This results in a "scheduling while atomic" error if someone else owns the mutex at the time it is invoked. [