Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3246558pxb; Mon, 25 Jan 2021 10:34:49 -0800 (PST) X-Google-Smtp-Source: ABdhPJwAXHgcniiIVpIOdHLHD6DiEeqmtwsup0efHC6A8iLgsq6/9Ec/Kh/SC+ZcZLW8XezAPw+P X-Received: by 2002:a50:b246:: with SMTP id o64mr1544352edd.132.1611599689523; Mon, 25 Jan 2021 10:34:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611599689; cv=none; d=google.com; s=arc-20160816; b=YswZW29oV28VBJwv7zpbNTguIQAEKFseSlPwCJV2MWW2mUcvnvnSljyB9xP/T4RwEN PjWMSeds4cbnzznDF7mzpWEV7CWyDPMok+Ssoh4UBIhLIVwF/v/eXzEWEPycOLhUBKa1 alZ4HK8ZK83RxPate07Zhj3njg4uvKBDZkJpIh6306kzqtfHbY2kSkWmUTD0769uzgHP Y/NNOjx9ZeVVB+Eklr9cyfTOWygnoKAe8A7PY7NeuqwFRqevbVY/EGSm333jgvU9BqFp +Xva996m3/twJDU5fWqOrh6wB7Cvs/G2NwZTL3DnFkxlJ0U0l40JYDG7Al4z9+fzsiaQ CUcQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=X1O5r5wkmHRO0NYy7ETCAJoDIbyl51bVDKf+ASqZxh0=; b=oqONzhdNjbY3DA4+lXZScJbgLV4GK7PfDxB0Z2yyeoo9IhopKAt9AngkGy/T3I7/dR PwHlXAIZVLU4R4N1k1FljjZTTfMH6+NjZZeMTM2ENo1+jcm+eUyAZPi9y3JmVhs0mJha JccHCcDmi44RIUNSVVh0KeEaqb+0x2uRyW8+PjcTzrENr745Ibm5aUW5nLFb2rF+4AWt z5QNRBC7HIDs/ZOhnsC34F4mErKa+s/xfHzulzwDKBv0JqHjRIuuGLE0MH4MOcrzDmu1 N1vlD1j5bIohVEnMWWg82woKqCBQk2H6IrnVjW65XovmhfmD7VoJsmaRMGDb6l8OERO/ oztA== 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 i13si6211401ejz.170.2021.01.25.10.34.22; Mon, 25 Jan 2021 10:34:49 -0800 (PST) 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 S1726552AbhAYSb6 (ORCPT + 99 others); Mon, 25 Jan 2021 13:31:58 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:37699 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726781AbhAYSb4 (ORCPT ); Mon, 25 Jan 2021 13:31:56 -0500 X-Originating-IP: 82.255.60.242 Received: from [192.168.1.150] (lns-bzn-39-82-255-60-242.adsl.proxad.net [82.255.60.242]) (Authenticated sender: hadess@hadess.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 1101E1BF20F; Mon, 25 Jan 2021 18:31:13 +0000 (UTC) Message-ID: Subject: Re: [PATCH] Bluetooth: L2CAP: Try harder to accept device not knowing options From: Bastien Nocera To: Luiz Augusto von Dentz , Marcel Holtmann Cc: "linux-bluetooth@vger.kernel.org" , Florian Dollinger Date: Mon, 25 Jan 2021 19:31:13 +0100 In-Reply-To: <23573e40ef24668f33fac9a648213b81cad41568.camel@hadess.net> References: <20201208172912.4352-1-hadess@hadess.net> <23573e40ef24668f33fac9a648213b81cad41568.camel@hadess.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.2 (3.38.2-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On Mon, 2021-01-25 at 19:29 +0100, Bastien Nocera wrote: > > Marcel, any chance of a review on this one? I've sent you the > results > of the PTS tests privately, but looks like you weren't CC:ed on the > earlier mail thread. Our e-mails only just crossed paths. Thanks for merging it!