From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84A78C433E0 for ; Wed, 17 Jun 2020 10:43:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 66BA22082F for ; Wed, 17 Jun 2020 10:43:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726797AbgFQKn1 convert rfc822-to-8bit (ORCPT ); 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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