[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-20 Thread Joe Barnett
ok, i'm going to go with bionic's kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after suspend(s?) To manage notifications about this bug go to:

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-20 Thread Kai-Heng Feng
You need to do "git cherry-pick 13cfc732160f7bc7e596128ce34cda361c556966" if the commit is not included. Before doing next git bisect, you need to `git reset --hard HEAD^` otherwise git will think the bisection is diverted and want to start the bisection again. But maybe we should just stick to

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-19 Thread Joe Barnett
having some trouble with the bisect: -in order to be able to test this, the built kernel needs to include commit 13cfc732160f7bc7e596128ce34cda361c556966 which allows suspend on this machine to work -the bisect is picking commits like 6afafa7799cf6fa3c0efb6887704506d21965ad6 that don't descend

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-19 Thread Joe Barnett
(I have confirmed that building at 13cfc732160f7bc7e596128ce34cda361c556966 does not exhibit the bug, fwiw) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-14 Thread Kai-Heng Feng
If you can build/test it locally, it should be quite quick: $ sudo apt build-dep linux $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ cd linux $ git bisect start $ git bisect good v4.12 $ git bisect bad v4.13-rc3 $ make localmodconfig $ make -j`nproc` deb-pkg

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-06 Thread Joe Barnett
I can, but can't promise an SLA ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after suspend(s?) To manage notifications about this bug go to:

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-06 Thread Kai-Heng Feng
Great. We should still backport fixes to Artful though. It might be time consuming to install and test multiple kernels. Are you up to the task? ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-06 Thread Joe Barnett
appears to be gone in 4.15.0-11 as well -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after suspend(s?) To manage notifications about this bug go to:

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-01 Thread Kai-Heng Feng
Thanks for your testing! Can you also try latest Ubuntu Bionic? We need to backport fixes if Bionic also has this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-28 Thread Joe Barnett
i have not yet experienced it in v4.16-rc2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after suspend(s?) To manage notifications about this bug go to:

Re: [Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-28 Thread Kai-Heng Feng
> On Mar 1, 2018, at 2:27 AM, Joe Barnett wrote: > > in limited testing so far, v4.16-rc2 appears better Is the issue gone completely in v4.16-rc2? > > -- > You received this bug notification because you are subscribed to linux > in Ubuntu. >

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-28 Thread Joe Barnett
in limited testing so far, v4.16-rc2 appears better -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after suspend(s?) To manage notifications about this bug go

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-22 Thread Kai-Heng Feng
Hmm, there are several subsystems might affect xHC, so we need to bisect between v4.12 and v4.13-rc3. Before we do that, can you try latest (v4.16-rc2) mainline kernel again? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-20 Thread Joe Barnett
USB mass storage devices appear to have the same problem as the hub i was using, while usb keyboards continue to work ok even when the hub & mass storage devices fail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-20 Thread Joe Barnett
reproduced the issue on v4.13rc3. both rc1 and rc2 appear to be very unstable resulting in full graphical lockups. believe I reproduced the issue on rc2 as well, but hard to tell with the general instability. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-28 Thread Joe Barnett
I should probably test a few more suspend cycles, but so far on 4.12.0-11-generic I'm not seeing the issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after

Re: [Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-14 Thread Kai-Heng Feng
> On 14 Nov 2017, at 11:29 PM, Joe Barnett wrote: > > It did not occur on previous ubuntu releases, and didn't occur during > the artful dev cycle either. It seems to be on a suspend-by-suspend > basis: after reproducing, another suspend cycle seems to "fix" it at > least some

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-14 Thread Joe Barnett
It did not occur on previous ubuntu releases, and didn't occur during the artful dev cycle either. It seems to be on a suspend-by-suspend basis: after reproducing, another suspend cycle seems to "fix" it at least some of the time. -- You received this bug notification because you are a member

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-14 Thread Kai-Heng Feng
You were using the system from 15.10, did this issue occur in previous kernel versions? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after suspend(s?) To

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-13 Thread Joe Barnett
Reproduced on mainline as well. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-07 Thread Joe Barnett
Reproduced on 4.13.0-12, trying mainline now -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729010 Title: USB hub stops working after suspend(s?) To manage notifications about this bug go to:

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-06 Thread Joe Barnett
its not instantly reproducible so it'll take a while to ensure it's really gone, but i'll run with my last installed kernel (4.13.0-12) for a while and see, and then also try the latest mainline 4.14 and report back -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-01 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade? Was there a prior kernel version where you were not having this particular problem? Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.14