Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755314AbdLUSwk convert rfc822-to-8bit (ORCPT ); Thu, 21 Dec 2017 13:52:40 -0500 Received: from mga02.intel.com ([134.134.136.20]:12148 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752884AbdLUSwe (ORCPT ); Thu, 21 Dec 2017 13:52:34 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,437,1508828400"; d="scan'208";a="4398717" From: "Ghorai, Sukumar" To: Guenter Roeck , Brian Norris CC: "gregkh@linuxfoundation.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , "Bag, Amit K" , Oliver Neukum , Marcel Holtmann , Matthias Kaehlcke , Todd Broch , Rajat Jain , Miao Chou , "Rao Pv, Sadashiva" Subject: RE: [PATCH 4.4 009/115] Bluetooth: btusb: driver to enable the usb-wakeup feature Thread-Topic: [PATCH 4.4 009/115] Bluetooth: btusb: driver to enable the usb-wakeup feature Thread-Index: AQHTeBiC8oVj3QTsi0Oqz0MyEHEZXaNNLbWAgADUPACAAJQTgIAAEmKA//9/TxA= Date: Thu, 21 Dec 2017 18:52:31 +0000 Message-ID: References: <20171218152852.624624481@linuxfoundation.org> <20171220195112.GA1287@google.com> <20171221083052.GA19501@kroah.com> <20171221182639.GA30333@roeck-us.net> In-Reply-To: <20171221182639.GA30333@roeck-us.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjYzMzBkNGEtOTgyNi00NmI3LWEwOTEtZDIwNzgwMDFlNmE5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJpSEF4QXdvWVVnMDJObGduOUQyeW1iZGJZZ09NNnhsbEZkUllTc1FYUWxhRXBcL1NPdmZGNFlyck00QzJLRUNsMyJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.22.254.138] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2151 Lines: 45 >> Linus' tree is broken in 2 ways: >> >> 1. It includes this patch: >> "Bluetooth: btusb: fix QCA Rome suspend/resume" >> which is wrong, and we're on our way to reverting it upstream and >> backporting that to -stable. >> >> 2. It includes $subject patch. I'm not quite so sure, but I believe >> it's not 100% "wrong"; it's just tougher for user space to deal with, >> since now by default, all sorts of BT devices are set to be wakeup >> sources. We can account for that in user space by being more careful >> with initiating BT activity before suspend, but we don't currently do >> that (at least not with the BlueZ in ChromeOS). >> A related portion of this problem is that we briefly thought that this >> patch resolved regressions with 1. In the end, it might mask some, but >> it does not actually fix the problem. But then, you only included this >> patch because somebody suggested it could resolve 1... >> >> In the end, I'd say that #2 never belonged in -stable at all, and #1 >> was just "buggy" (so we're reverting it and letting the revert trickle >> into -stable). I'm not sure I have a strong reason to revert #2 >> upstream, but I think I have an argument for not including it in >> -stable. >> >> I'm not sure what you mean by "bug-compatible"; if I wanted to use a >> buggy kernel, I'd use Linus' tree :) >> >> Or as I think I understand your point: the key point is that #2 might >> not be actually a "bug", but a feature that user space has to be more >> careful with. That may be a candidate for mainline, but not for >> -stable, as I understand the current rules. >> > >I absolutely agree with Brian here. #2, or commit a0085f2510e8 ("Bluetooth: >btusb: driver to enable the usb-wakeup feature") does not fix a bug, was not >tagged for stable, and should not have been applied to stable releases in the first >place. That it has a potential to cause trouble is not even relevant here. Bug: platform can't wake using LE mouse/ keyboatd or any other LE I/O device connected. I feel we need to fix the other issue like S3 test fail, if any. And one of the other day we need all of them - wakeup using LE mouse, .. > ..snip...