Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp873314ybl; Sat, 17 Aug 2019 12:38:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqwxrlBKaHZT8h8Ep+ISS4IL3H7LiIENNq9BQQKrRDAoPXHkQnpox0warifKfpB9z4dq8wdL X-Received: by 2002:a63:d002:: with SMTP id z2mr13408370pgf.364.1566070736836; Sat, 17 Aug 2019 12:38:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566070736; cv=none; d=google.com; s=arc-20160816; b=LortCbIeLt6h0L84+PiK38JT65x4F3tGb2AhCS2/BEZHtKVdW9REz25Bei92x57Q6f 0D6EtUXifGHyoodrk88DBJHf4wjZ0G1RqdmDvkQ/yBHrHBnBAsxE31xkGpTe/sQnT1Vf oaCp2K5KZzfp0heXENPqGTbl5iVi5CgxGt5WyaB1VgtO/D6qcDXdUENhSrZVdCK+QEyb 2znDAWodl/o6mYy3lD01lMukZvQxzgQi8g6DSxl7jRBwm+6zq/XB+fQ33ooCYJx4MvDw Bnj8M8zkKXzj8AljMMPRgiS97JLziwpC41/yK6J+DsdsBmithlyDSdOr8RmPLfGmEq2M RUmw== 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=0gPhcAz/0onl3JAAwDD3jDgaU6BmU39U6mvPxEnUt/o=; b=wWoD2yU+FssqGxCT+oy0Ouv/EVIjdnMUotHRFHcxLDFUH+66FbsziJLGne32q5UPzH fHxOPJuUIe3BY++vo0r89TP1fFfWJDM+ghXk0p8obmcXsB+efab5UWIxcnZgkct/FZZg YL9PZSbu3cGo0yHN1+EmpZ5J4035bEe9m0sGdLM8YWsxObtyq5rS70PO0sQuc0U6KgKE qrwCeqwzp+rf/UsGaQaSr2JRb3QzYQN37iBIkFcSVwap1w3Jt9m83jXcOYNu34oPKjJs dlGOHS27RmAdcYzTnDeU0nycCOomCepNeAFo/ZhCEEp5duKPCFS31W2msyNhzZkfnrLm zcKA== 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 v10si7055794pfn.168.2019.08.17.12.38.25; Sat, 17 Aug 2019 12:38:56 -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 S1726048AbfHQTiY (ORCPT + 99 others); Sat, 17 Aug 2019 15:38:24 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:55546 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726045AbfHQTiY (ORCPT ); Sat, 17 Aug 2019 15:38:24 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::d71]) (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 61C7714DB6E0E; Sat, 17 Aug 2019 12:38:24 -0700 (PDT) Date: Sat, 17 Aug 2019 12:38:23 -0700 (PDT) Message-Id: <20190817.123823.1974759125906714403.davem@davemloft.net> To: johan.hedberg@gmail.com Cc: netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org Subject: Re: pull request: bluetooth 2019-08-17 From: David Miller In-Reply-To: <20190817114451.GA10661@abukhnin-mobl1.ccr.corp.intel.com> References: <20190817114451.GA10661@abukhnin-mobl1.ccr.corp.intel.com> X-Mailer: Mew version 6.8 on Emacs 26.1 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]); Sat, 17 Aug 2019 12:38:24 -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: Sat, 17 Aug 2019 14:44:51 +0300 > Here's a set of Bluetooth fixes for the 5.3-rc series: > > - Multiple fixes for Qualcomm (btqca & hci_qca) drivers > - Minimum encryption key size debugfs setting (this is required for > Bluetooth Qualification) > - Fix hidp_send_message() to have a meaningful return value Pulled, thanks.