Received: by 10.223.185.116 with SMTP id b49csp1047465wrg; Fri, 16 Feb 2018 11:26:40 -0800 (PST) X-Google-Smtp-Source: AH8x224TGrZ9cqaTTmLyyM9jYznGD/fTsi/f8AQpj1fYMMHdomKzPPhB4cRf7fOIm4z6WP3j+bHM X-Received: by 10.99.109.79 with SMTP id i76mr5761549pgc.402.1518809200545; Fri, 16 Feb 2018 11:26:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518809200; cv=none; d=google.com; s=arc-20160816; b=Ti8zcOUsghEjRS720IBFelWTDJsmbgsH/iQ49bTcDt77/STIVvwfpPU60kKBO4azLV ucmw4bB1VxoQfdFyS0UHKDNR3cEVNsOHMVQFR+0hAmCfAxI34PMZR8v7owcd3/fg4XAZ g7yPZ0xnGtPiCcuNbcuORDM5QZ+xD+kewAR23XcwSVty4YmpLc6/NBzVdNrba5JPRob5 iZJvGPBtBvrJXuu7gsyK6gnJgAZU7mLoTaj4bnLADBjoHubr2/DD0wcxLnhFe4G0rRpj iQyxU60xtaVHaMOmR6dpwJKCGpPJI4L50G29rxN4mAr1WRoNe4gP3DlnQ8XQf+XHFkv+ NoDg== 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=/cSguzqQXSi6j4a1tpgfaRINou1smMRNINeuOPbo+ww=; b=mZBItNTnz2Rm7kgHZ5adgbArrtWkylSEVMwAYTxDUFpdCeskrajybi/JJefgsP0w8o g3SStbYT+sWpaWVLmGz7rYSfBrEBlDm4yF2meVcnKTZSvHZQR9PGQCHqqHjhfBv46gZN gobCd2NDls8J4DM/98Qe8q6blQVerAY317s2sa6nR2BqSuGPgE8N7oUfVWZ1yD4jC2Fi czWfo808BAmHVpxz7oTjlyy1d+JcZ8g++iUWl9FSN3JrMYD6YrNOUd5dtgiSkKdyK80Q zwmOI0arFw/pqaHjwfZ6P+6aDRYO3FeRrCxWcfeDXRJCkt++6zbfuGQT4RDXJiLd9Xp+ YjpA== 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 f3-v6si3129638pld.89.2018.02.16.11.26.26; Fri, 16 Feb 2018 11:26:40 -0800 (PST) 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 S1751046AbeBPTZ2 (ORCPT + 99 others); Fri, 16 Feb 2018 14:25:28 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54582 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbeBPTZZ (ORCPT ); Fri, 16 Feb 2018 14:25:25 -0500 Received: from localhost (unknown [37.173.12.47]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 5356311B4; Fri, 16 Feb 2018 19:25:20 +0000 (UTC) Date: Fri, 16 Feb 2018 19:54:39 +0100 From: Greg Kroah-Hartman To: Brian Norris Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Leif Liddy , Matthias Kaehlcke , Daniel Drake , Kai-Heng Feng , Hans de Goede , Marcel Holtmann , Guenter Roeck Subject: Re: [PATCH 4.4 095/108] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version Message-ID: <20180216185439.GE9616@kroah.com> References: <20180215151222.267507937@linuxfoundation.org> <20180215151235.620152736@linuxfoundation.org> <20180216023147.GB69988@rodete-desktop-imager.corp.google.com> <20180216064850.GA26224@kroah.com> <20180216181043.GA84497@rodete-desktop-imager.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180216181043.GA84497@rodete-desktop-imager.corp.google.com> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 16, 2018 at 10:10:44AM -0800, Brian Norris wrote: > On Fri, Feb 16, 2018 at 07:48:50AM +0100, Greg Kroah-Hartman wrote: > > On Thu, Feb 15, 2018 at 06:31:48PM -0800, Brian Norris wrote: > > > On Thu, Feb 15, 2018 at 04:17:32PM +0100, Greg Kroah-Hartman wrote: > > > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > > > Consider this an objection: > > > > > > I'm currently arguing that this is unnecessarily regressing power > > > consumption here: > > > > > > https://patchwork.kernel.org/patch/10149195/ > > > > > > I'll leave it up to you what to do with this, but if this ends up in > > > Chromium OS kernels, I'm likely to revert it there... > > > > Is that patch in Linus's tree yet? If so, I'll be glad to also apply it > > here. > > The link is the original patch, where I'm (too late?) complaining about > its side effects. Hans and Marcel are discussing potential alternatives. > This stuff happens in -rc kernels. But you're already ready to push it > out to -stable users? I can try to push another few reverts into Linus's > tree if that really helps, or else you can wait on pushing these to > -stable until 4.16 settles down. I can drop this for now, but I really like to be "bug compatible" with Linus's tree if at all possible. That keeps the pressure on people to get Linus's tree fixed :) I'll drop this if the maintainer tells me to do so... thanks, greg k-h