Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756259AbdLVRhy (ORCPT ); Fri, 22 Dec 2017 12:37:54 -0500 Received: from mail-it0-f65.google.com ([209.85.214.65]:44210 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755863AbdLVRhw (ORCPT ); Fri, 22 Dec 2017 12:37:52 -0500 X-Google-Smtp-Source: ACJfBotISb0YzvdTDMxAAgVCpz47mGFHKacml37cxhkBsm+1Jo8kVpobQILAk47sAn9uGnkVy3zc2w== Date: Fri, 22 Dec 2017 09:37:48 -0800 From: Brian Norris To: "gregkh@linuxfoundation.org" Cc: Guenter Roeck , Matthias Kaehlcke , "Ghorai, Sukumar" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , "Bag, Amit K" , Oliver Neukum , Marcel Holtmann , 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 Message-ID: <20171222173747.GB127515@google.com> References: <20171221182639.GA30333@roeck-us.net> <20171221185830.GA219523@google.com> <20171221191057.GA222103@google.com> <20171221200457.GB24020@roeck-us.net> <20171221204618.GB29509@kroah.com> <20171221205057.GC29509@kroah.com> <20171221213941.GD24020@roeck-us.net> <20171222074828.GA15565@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171222074828.GA15565@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 20 On Fri, Dec 22, 2017 at 08:48:28AM +0100, Greg Kroah-Hartman wrote: > I've reverted this from 4.4 and 4.9-stable, but note that this was Thanks! > included in 4.14-rc1, so something needs to be done in Linus's tree to > resolve this issue, otherwise people will hit this as a regression when > moving to 4.14 or newer. Well, I wouldn't object to reverting it in Linus' tree too, since AFAIK, this is something that can be configured by user-space policy, no? And that way, no user space is surprised by the sudden additional requirements on managing bluetooth wakeup. I'm not intimately familiar with bluetooth though; I just (think I) know a regression when I see one, as well as the difference between a feature addition and a bugfix. But I'm not sure I'm the authority on what to do with this feature. Many who are CC'd should know better. Brian