From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932926AbdBPSOE (ORCPT ); Thu, 16 Feb 2017 13:14:04 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34107 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932423AbdBPSOB (ORCPT ); Thu, 16 Feb 2017 13:14:01 -0500 Date: Thu, 16 Feb 2017 19:13:56 +0100 From: Frederic Weisbecker To: Pavel Machek Cc: Linus Torvalds , wanpeng.li@hotmail.com, peterz@infradead.org, riel@redhat.com, tglx@linutronix.de, stable@kernel.org, "linux-pci@vger.kernel.org" , Greg Kroah-Hartman , Alan Stern , Linux Kernel Mailing List , Bjorn Helgaas , USB list Subject: Re: v4.10-rc8 (-rc6) boot regression on Intel desktop, does not boot after cold boots, boots after reboot Message-ID: <20170216181353.GB4357@lerouge> References: <20170215172303.GA15696@amd> <20170215232005.GA7877@amd> <20170216111144.GA12377@amd> <20170216172535.GA7868@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170216172535.GA7868@amd> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 16, 2017 at 06:25:35PM +0100, Pavel Machek wrote: > Hi! > > > > > 4.10-rc4 broken > > > > 4.10-rc3 ok > > > > > > Hmm. If those actually end up being reliable, then there's not a whole > > > lot in between them wrt PCI or USB. > > > > > > What looked like the most likely candidate seems to be xhci-specific, though. > > > > > > But maybe it's something that isn't directly in drivers/{pci,usb}/ and > > > just interacts badly. > > > > Ok. I _hope_ my tests are ok. Bisect log so far is: > > And the winner is: > > pavel@half:/data/l/linux$ git bisect bad > 24b91e360ef521a2808771633d76ebc68bd5604b is the first bad commit > commit 24b91e360ef521a2808771633d76ebc68bd5604b > Author: Frederic Weisbecker > Date: Wed Jan 4 15:12:04 2017 +0100 > > nohz: Fix collision between tick and other hrtimers I haven't followed the discussion but this patch has a known issue which is fixed with: 7bdb59f1ad474bd7161adc8f923cdef10f2638d1 "tick/nohz: Fix possible missing clock reprog after tick soft restart" I hope this fixes your issue.