Received: by 10.192.165.156 with SMTP id m28csp339264imm; Thu, 12 Apr 2018 23:31:08 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/ecKMWieCZQyqAmUEJHyVW26qYSLgpqpED2Qt1eoaqLXpAYiSI2LpkgjClH9fIhQlv+5K7 X-Received: by 2002:a17:902:70c4:: with SMTP id l4-v6mr4048700plt.382.1523601068097; Thu, 12 Apr 2018 23:31:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523601068; cv=none; d=google.com; s=arc-20160816; b=g21d8H+Jl8fDKzaOkAiGNtfdWmZLJ3G9lml9O/ZAj7LOFePOuBvfWodsEKZU0oo5Xt PVxbgruXQDuEP+8tCnraQbZ7oufqLVeqU94YBtDLeuxauq44u8rgzJSPRwmVPf7r/HDL 7dynsHey4C2/3pAHzsU1QHjdw4ZAkVQA0HBLBcp02cvrtEtz64DM+6IGd3B/5fRoIz6C tEnhiv01ey0iRYCz9gseSlBAEvOIyhnOmZF3EgOETD5ip+HT13as2jqqf25vHjtz4LCg fEnSm8gH/DhblmvoBCgDPFV0bO5Z8uBa/5R00Ne8fWIx4oFZAwbcJ1P5IHICG12PjS99 XLTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=TkhWWTkUmHriqfMGIfLtX9qd11x8xsyyEW/nNVVaMTA=; b=dzXhzQ5nWSEYLIDQmX8Z5MjQPqUpMvaS2CHyFVMHiLWe865JdarVOQhA0dOYcfrcZn TOGpW/ulwKnKGh2o5NrPr1XhCvk7z3M9KI8AcCZJsTo/seSKxHBViS1zsbIEq3T+vUCv R767SfUdY/Tvn9B9rm6y4ehqvBLsjf5ve1IU5HNISXdeCiExvA0EPX1tlwisbQ5fzs4O Gmlj7wjuf8MeRhAGcr0NHyURA1CqCiOiy+EMtPSm3YzDCjyux4Q3+R+A3pAWEc6FAaho htVu8aUdqkYrWucP3g5ab2Ocy9qid6kbIbGukERQfxMFh+S+V+YVgJBQygRkjSAzhGRR swfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h89-v6si5049249pld.48.2018.04.12.23.30.54; Thu, 12 Apr 2018 23:31:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753317AbeDMGVj (ORCPT + 99 others); Fri, 13 Apr 2018 02:21:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56572 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752050AbeDMGVi (ORCPT ); Fri, 13 Apr 2018 02:21:38 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id C3865CB2; Fri, 13 Apr 2018 06:21:37 +0000 (UTC) Date: Fri, 13 Apr 2018 08:21:28 +0200 From: Greg Kroah-Hartman To: Harsh Shandilya Cc: Greg Hackmann , Adam Wallis , Mathias Nyman , Badhri Jagan Sridharan , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] Revert "xhci: plat: Register shutdown for xhci_plat" Message-ID: <20180413062128.GA22147@kroah.com> References: <20180413002951.155762-1-ghackmann@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 13, 2018 at 08:12:31AM +0530, Harsh Shandilya wrote: > On 13 April 2018 5:59:51 AM IST, Greg Hackmann wrote: > >Pixel 2 field testers reported that when they tried to reboot their > >phones with some USB devices plugged in, the reboot would get wedged > >and > >eventually trigger watchdog reset. Once the Pixel kernel team found a > >reliable repro case, they narrowed it down to this commit's 4.4.y > >backport. Reverting the change made the issue go away. > > Are you allowed to make the repro steps public? I'm writing this from > a walleye and would be grateful if I could test for this in the > modifed tree I'm running atm. -- I was told the steps are pretty simple: - reboot the phone a lot eventually it will hang. There's a fix in the code aurora kernel tree for this that they never sent upstream for some odd reason (they sent the first patch, why not the second?) I'll go revert this for now, thanks for the patch! greg k-h