Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp296643ybz; Thu, 30 Apr 2020 22:12:28 -0700 (PDT) X-Google-Smtp-Source: APiQypIR28CwfVGVY6CgRrqAMSldyOYWkrkmkgSEtK6Q+Rd9yd40zbuHc5OoKqNLUoYqJU+NV+DZ X-Received: by 2002:a17:906:2b96:: with SMTP id m22mr1656273ejg.330.1588309948579; Thu, 30 Apr 2020 22:12:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588309948; cv=none; d=google.com; s=arc-20160816; b=Nmvpl7Om8zBBBRIjJmliZIktnf6eEOlynsEn+L2IFwyM5+y0rm4NcYtwn/3nYgYMKy j5St4YvqMamUSKfULaYTp+hVI/+o1MqM5y6NyFNPsK2QRfJYsztS07902ctQg86AZUGI kMoezIusKE7bk2gDam3gv9/h1VWVuiW8I6AnxZsHoqTXdauUXqGUO4MGsB4JF+W2+ZUV 7m15tOYXFgYc8EoQftRKTqKr0PrSxsFuldDIya5HVCfstUar+DLP5h+ddDvvcAiV0jsU pIBlDNXFvHmtxuHkaiauWFwUE1L1eVLGgTPGsc1s1B/Nzm76b4SHtEvJmx4+/1tvjzmf VACA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=H9uybfoNg0A5lAaJkeewdetFHnn5aPJc2HkPSTVPVXw=; b=tuYU47JazQgg2d5/52l8pCG3S0P4ihANzdd8i15f8KN0UUDMKMQqTByYJMXakHXxZS KSZ1qxUzkxY4ks6Alm02VVeq9nOzjtfm5CR3AOBsB4sYYK7hEymPjCuycuaW2yCRcCY/ DcPgx2X44twomi7nlJ8sxOEcHBDnVpv4jJSNSCnd1svSC3NjwX5+dpZWRDBUexDT0171 ORJckZmbLQGlHJWIyJoezqNfAWpJ54Gy3NX14RY+sUbsqEOsCgeqsGe8W4/icCA2g1qf FN9QIRrbWEayigc7xCcLdPVofW1jkCwcr0WHOMyhaqDkgrvBNEQObSgIreL8cnsiIL6K lE9g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y8si937597edw.356.2020.04.30.22.11.44; Thu, 30 Apr 2020 22:12:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728146AbgEAFLh convert rfc822-to-8bit (ORCPT + 99 others); Fri, 1 May 2020 01:11:37 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:47186 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727922AbgEAFLh (ORCPT ); Fri, 1 May 2020 01:11:37 -0400 Received: from marcel-macbook.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 8562CCED1B; Fri, 1 May 2020 07:21:15 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH] Bluetooth: Fix advertising handle is set to 0 From: Marcel Holtmann In-Reply-To: <35e52a8c25411e799a5ffece3e51c290c7dfb967.camel@linux.intel.com> Date: Fri, 1 May 2020 07:11:35 +0200 Cc: linux-bluetooth , Luiz Augusto von Dentz Content-Transfer-Encoding: 8BIT Message-Id: References: <35e52a8c25411e799a5ffece3e51c290c7dfb967.camel@linux.intel.com> To: Tedd Ho-Jeong An X-Mailer: Apple Mail (2.3608.80.23.2.2) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Tedd, > This patch fix the advertising handle is set to 0 regardless of actual > instance value. The affected commands are LE Set Advertising Set Random > Address, LE Set Extended Advertising Data, and LE Set Extended Scan > Response Data commands. > > Signed-off-by: Tedd Ho-Jeong An > > --- > net/bluetooth/hci_request.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) seems the patch does not cleanly apply to bluetooth-next. Please update as needed. Regards Marcel