[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be fixed for that release ** Changed in: linux (Ubuntu Precise) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2015-12-10 Thread Joseph Salisbury
** No longer affects: linux (Ubuntu Utopic) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350480 Title: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-10-28 Thread Joseph Salisbury
** Tags removed: kernel-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350480 Title: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in To manage no

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-09-30 Thread Joseph Salisbury
A possible fix for this is going into the 3.13 upstream stable kernel: https://lists.ubuntu.com/archives/kernel-team/2014-September/048880.html Is this still an issue on any NUCs? If so, possible test 3.13.11.8 when it is available and see if it resolves this bug. -- You received this bug notif

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-09-30 Thread Joseph Salisbury
** Changed in: linux (Ubuntu Precise) Status: In Progress => Incomplete ** Changed in: linux (Ubuntu Trusty) Status: In Progress => Incomplete ** Changed in: linux (Ubuntu Utopic) Status: In Progress => Incomplete -- You received this bug notification because you are a memb

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-09-18 Thread Brad Figg
I just reinstalled via MAAS. Once up I "sudo apt-get update; sudo apt- get dist-upgrade" and then rebooted. I'm back up. Linux nuc1 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubunt

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-09-18 Thread Brad Figg
BIOS Information Vendor: Intel Corp. Version: RKPPT10H.86A.0017.2013.0425.1251 Release Date: 04/25/2013 Address: 0xF Runtime Size: 64 kB ROM Size: 16384 kB Characteristics: PCI is supported BIOS is upgradeab

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-09-16 Thread Brad Figg
I've installed both Trusty (3.13.0-27.50) and Utopic (3.16.0-14.20) on an Intel NUC and have not been able to reproduce this issue. I have a USB drive, USB nic and USB keyboard all plugged into the NUC. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-09-10 Thread Maciej Puzio
Joseph, thank you for pointing my attention to this bug. On my hardware (bug 1330530) the problem is not reproducible with kernel 3.13.y, so unfortunately I can neither confirm nor deny whether your test kernel fixes it. However, I would very much like to see the patch being backported to 3.2.y. i.

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-08-27 Thread Joseph Salisbury
A patch was sent to stable. However, some of the stable kernel versions fail to build with this patch, 3.2.y and 3.13.y for example. This is because the function 'find_trb_seg' is still called by xhci_cmd_to_noop, which is removed from mainline but still exists in the stable kernels. The patch re

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-08-07 Thread Joseph Salisbury
** Bug watch added: Linux Kernel Bug Tracker #75521 http://bugzilla.kernel.org/show_bug.cgi?id=75521 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=75521 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of U

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-31 Thread Joseph Salisbury
Correct, the offending commit is 1f81b6d22a5980955b01e08cf27fb745dc9b686f. A patched has been proposed in the 3.16 kernel instead of a revert. That patch is undergoing testing now. I've also build a test kernel with this patch at: http://kernel.ubuntu.com/~jsalisbury/kirkland/ However, that is

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-31 Thread Dustin Kirkland 
Thanks for the test kernels, Joe. Looks like we've bisected the offending commit down to 1f81b6d22a5980955b01e08cf27fb745dc9b686f -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350480 Title: [REGRE

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-30 Thread Joseph Salisbury
I built an upstream 3.16 test kernel with a patch from upstream. It can be downloaded from: http://kernel.ubuntu.com/~jsalisbury/kirkland/ Can you give this kernel a test? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-30 Thread Joseph Salisbury
This regression was introduced by the following commit: commit 1f81b6d22a5980955b01e08cf27fb745dc9b686f Author: Julius Werner Date: Fri Apr 25 19:20:13 2014 +0300 usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb ** Changed in: linux (Ubuntu) Assignee: (unassigned)

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-30 Thread Joseph Salisbury
** Tags added: kernel-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350480 Title: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in To manage noti

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-30 Thread Joseph Salisbury
Built a second test kernel with only the following commits reverted: 00bd7b9 xhci: Switch Intel Lynx Point ports to EHCI on shutdown. c349a2e xhci: Prevent runtime pm from autosuspending during initialization It is available from: http://kernel.ubuntu.com/~jsalisbury/kirkland/ It will probably s

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-30 Thread Joseph Salisbury
A Trusty test kernel with the following commits reverted does not exhibit the bug: 7ba40e8 xhci: delete endpoints from bandwidth list before freeing whole device 8172925 usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb 00bd7b9 xhci: Switch Intel Lynx Point ports to EHCI on shutd

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-30 Thread Joseph Salisbury
** Tags added: performing-bisect -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350480 Title: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in To mana

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-30 Thread Dustin Kirkland 
Tested an upstream kernel from jsalisbury. Seems to fix problem! Linux OrangeBox01 3.13.0-33-generic #58~DustinTestKernelv1 SMP Wed Jul 30 17:40:39 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1350480] Re: [REGRESSION] Kernel update renders Intel NUC (i5-3427) unbootable with USB devices plugged in

2014-07-30 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided => High ** Tags removed: apport-collected orange-box ** Tags added: kernel-bug-exists-upstream kernel-da-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad