Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp388858ybt; Wed, 17 Jun 2020 03:45:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwt1eDZLafmXMZ7kRR7TzdxhLAXkRnyfQNtKpKuG5pS3c07R4roHLQ4SBe+yCR8EXTyFNa2 X-Received: by 2002:a17:906:3282:: with SMTP id 2mr6708552ejw.93.1592390715276; Wed, 17 Jun 2020 03:45:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592390715; cv=none; d=google.com; s=arc-20160816; b=wmYGxJTjlGPZZKA5dH8I0LOFUNkBWN82wvK0ElbH4nosGR+Vy+9mFOv+c7RjFbsrzz BZ00f7uX1w+aaxZ8ABIh1Qs7KXbXwfcBV3FV1cp1SRtMuapwSepStuav/J5XWruvTksG apckFKwx+zzF6EMH+3nNaow6he4FKIfLWEltJmGT7EnUbdut8GU5Sz6G9nArzb5gN97w FEcdHmOWGW5VzC5N8lj6Or9wyRmQZZf9Xt+23yhq4h7JNCktpz8l4RafxtSdEYMbq5tw jCsN8L4KSJRYYk1poWKRchljUriLu1gRv6GqZCKZXg7QIaYr+iIEaLBAuurn26aoJWnA Cc0Q== 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=uL7e0vqXeHjt+D0fqVPdvHfrVy3+sBA3ufEcbG+b2ME=; b=ST/5S5poApaUl9ImWFXMtFo9fkMsJXqRqaHij0NOP6/V6EAnFFQRZ0opoNO9xTFVyx yoELtud5NWrM0fnbvrg7PuszWT3W9n+IUdg58E/T8bkvy/iFEjYH6a28CqSy7y0MNgBG +eSOU+X5CK5ZoaOKxiRECnHyXX0vAPkwcfWNOjH05bVSZAZ46jZjTvZHg/HxPQjIu0Ox PhEXL7ZV1rQO9jRSdhkj+fRPlkBsYzPUMUqS3Pi0HEunw8e4l1RjrWNeqT8Ho6yYd9e9 x0Tk5j95fA7sQACZ97pKWaj9tqKfEW2u+MCRO7OAnebjP37iFYrt5wCWyEfOA/Mv3PHY IN2Q== 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 j14si12537666edy.342.2020.06.17.03.44.51; Wed, 17 Jun 2020 03:45:15 -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 S1726572AbgFQKn1 convert rfc822-to-8bit (ORCPT + 99 others); Wed, 17 Jun 2020 06:43:27 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:43942 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725860AbgFQKn1 (ORCPT ); Wed, 17 Jun 2020 06:43:27 -0400 Received: from marcel-macbook.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 01995CECD2; Wed, 17 Jun 2020 12:53:16 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v2] bluetooth: Adding a configurable autoconnect timeout From: Marcel Holtmann In-Reply-To: <20200615210638.132889-1-alainm@chromium.org> Date: Wed, 17 Jun 2020 12:43:25 +0200 Cc: Bluetooth Kernel Mailing List , "David S. Miller" , Jakub Kicinski , Johan Hedberg , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <268B042A-802E-4472-ACDA-8C74CE59FAED@holtmann.org> References: <20200615210638.132889-1-alainm@chromium.org> To: Alain Michaud 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 Alain, > This patch adds a configurable LE autoconnect timeout. > > Signed-off-by: Alain Michaud > --- > > Changes in v1: > Fixing longer than 80 char line. > > include/net/bluetooth/hci_core.h | 1 + > net/bluetooth/hci_core.c | 1 + > net/bluetooth/hci_event.c | 2 +- > net/bluetooth/hci_request.c | 4 ++-- > net/bluetooth/mgmt_config.c | 13 +++++++++++++ > 5 files changed, 18 insertions(+), 3 deletions(-) I created a local tree where I merged all pending patches together and then I send that out to the mailing list for review. This patch doesn’t apply cleanly anymore and thus I need you to resend it once we have that pending series merged into bluetooth-next tree. Regards Marcel