Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp441805ybe; Wed, 4 Sep 2019 23:48:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqyjVPWfETHSbW0tGvyxmtS4xILC8Lk5UW8JK3sVxNmH1xup/+FU+3BuhyB2rZ53kW6euZyV X-Received: by 2002:a17:90a:f993:: with SMTP id cq19mr2217279pjb.51.1567666089175; Wed, 04 Sep 2019 23:48:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567666089; cv=none; d=google.com; s=arc-20160816; b=T2ePZBViUtwffMfkJ/6wsJmPy9iBBCpTcWLtd+clMFIzR27OmCfeIfzbea3qkeTbC8 88kvw7aca6Fbj4Ph1Tf1tGlcJsKrJjcXHQKBw7t+b2l/YfyhY9Rz7Uf+tgVH9pyVr+J2 8V/Joe6rpIPd/GA5k8l+ue0Lif2/5H4AdIGiEw63gz6nVvC132UgwRcL9Xmggjd/Db4S 8BcEw7a15wZcWyVGGg8nBQK+DbwGvA5xSjouhQHuahPsaEzBW536CjmB26bXRBiKayVH 8LFiXdQydMh1Gz3/aj/zKPoq+/5yoOLOOqUsjVjLkTWVvRgkjiCu2JRHXNf+qr79LPix l1bA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=Zzrueew2fAxKZzPTY+GLa+rUe4brBTkdPnLYaXnVII0=; b=WBL6rBIA3XEcRmPc6UAi44ZxALuuFgpe+eM1hRvn+pU93dcwrUnGSOMe6jo2sR6tNH 8XVnO9oC+dWhFrtBjmS607F84Z08PF3iYsCnN1a/9Km0/Tbz4xJL7/ViVSqzUXrlP3UD zFAFSPFXun3BD+wRVQ8gYG/hQHxQCPvZgt+HLQKeXeg8CwTUYEh6DtbTH4ZfSPh+IWgg 6AbE4yWjDaa+b5VdPwuJktYYCvn4Mb6nkI8dT+TGBihteAXb8YVCb+r45i3WF7fsW68e XAL82oqN+LcVEvskDatWa11vyXQnX6BVQvG4/jMKJlS4DeGl7qs7v8KvOQnLklwFO2fb 4k6Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-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 p14si1123768plo.47.2019.09.04.23.47.33; Wed, 04 Sep 2019 23:48:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-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-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731418AbfIEGco (ORCPT + 99 others); Thu, 5 Sep 2019 02:32:44 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:42234 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731393AbfIEGco (ORCPT ); Thu, 5 Sep 2019 02:32:44 -0400 Received: from localhost (unknown [62.21.130.100]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 1DBE21537E16E; Wed, 4 Sep 2019 23:32:42 -0700 (PDT) Date: Wed, 04 Sep 2019 23:32:41 -0700 (PDT) Message-Id: <20190904.233241.1475555883789110602.davem@davemloft.net> To: johan.hedberg@gmail.com Cc: netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org Subject: Re: pull request: bluetooth 2019-09-05 From: David Miller In-Reply-To: <20190905061444.GA47480@blobacz-mobl.ger.corp.intel.com> References: <20190905061444.GA47480@blobacz-mobl.ger.corp.intel.com> X-Mailer: Mew version 6.8 on Emacs 26.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 04 Sep 2019 23:32:43 -0700 (PDT) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org From: Johan Hedberg Date: Thu, 5 Sep 2019 09:14:44 +0300 > Here are a few more Bluetooth fixes for 5.3. I hope they can still make > it. There's one USB ID addition for btusb, two reverts due to discovered > regressions, and two other important fixes. > > Please let me know if there any issues pulling. Thanks. Pulled, thanks.