Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp724501pxu; Wed, 6 Jan 2021 02:40:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJxa/QdtRVzIbcGovHjkwyh8WRhFYuzichzKyI+/hIzf5DNhEPP/B8Q30pVCPgDoddc+BQl7 X-Received: by 2002:a50:ee1a:: with SMTP id g26mr3656561eds.68.1609929647397; Wed, 06 Jan 2021 02:40:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609929647; cv=none; d=google.com; s=arc-20160816; b=CvL+TZR5y1hsSZnFpTcqiYCL0/2bOX4deXCv9B2nzT7MTYXmutXblee1PjtlEguUBQ 1U3Yz1j2n/Z4JhzX7EwO07q4qdwKoUshiqTZ+ALTsRKMmKWqDZjMUEAhjR3rbfVp89VS 4DEYkexwelBlEwNDvFHw47m2cOHS2hE27Rmn3CtKlvd34My2CSkJ7ygzLreUCUxUIk56 MV2sYzchRJYzq8qSlQQUDeps799NNU8q2k4KJyiKfT6meB/m/2U9CXyoYfta9ZrNAtMv D5o8EJ4ZtoJV/ZkH0R+eOH9YjC7FM9gOB4zWm70dtIKNjOLg6CdnY6rASSMlgx+s+d8r VqFQ== 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=oRf2Wk9RSF4N9fo19GZCZX4Qt89wPp9HpoAous8oHUo=; b=rCe3YB9IaCaE9861ipksDxuph/UMe/LmDyjCr6Vq6rV+FJWGTIrH3AUNkGZyjNPHQq JS5S8OoU3jCcqGFYiYtD3+MYpWJi/XExZ+Z5wDOvB99L3JeLDv8M1cSqMguJJg1dFHAM Rf3TbGvuY9t2hR2O3lazEVfI6/KON0OQx59RtOa6GbDYq3BUupmvd2fKmFdJyMhBmBUB iqMO/WEVpWhH1pCEC+5T0gqfeXl4DKlB3TeuYguCjwOU+F2h667+hIUlSRwAIt9SZn3o zhR9nD2ml53u9H/WkctMtW7WVNUVJiDRHrUzw2N6WHJENbSPdeT3UU1YaszIIV47Wxqe 7+sw== 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 cb21si802140edb.91.2021.01.06.02.40.11; Wed, 06 Jan 2021 02:40:47 -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 S1726862AbhAFKgy (ORCPT + 99 others); Wed, 6 Jan 2021 05:36:54 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:36463 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726051AbhAFKgx (ORCPT ); Wed, 6 Jan 2021 05:36:53 -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 relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 717D21C0004; Wed, 6 Jan 2021 10:36:11 +0000 (UTC) Message-ID: <82dbb44093e6ff236271bf4afcb31141c49e456d.camel@hadess.net> Subject: Re: [PATCH] Bluetooth: L2CAP: Try harder to accept device not knowing options From: Bastien Nocera To: Archie Pusaka Cc: Luiz Augusto von Dentz , "linux-bluetooth@vger.kernel.org" , Florian Dollinger Date: Wed, 06 Jan 2021 11:36:10 +0100 In-Reply-To: References: <20201208172912.4352-1-hadess@hadess.net> <6e6d72ff9aa14a65d6d0df5bd68a6ad6887f31c2.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 Wed, 2021-01-06 at 17:47 +0800, Archie Pusaka wrote: > Hi Bastien, > > For the test L2CAP/COS/CFD/BV-14-C, this patch is required to pass > it. > https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=5b8ec15d02f12148ef0185825217162b3bc341f4 > > I don't think it is merged yet into 5.10, so you might need to apply > the patch yourself. > > Thanks, > Archie Thank you Archie, much appreciated. I'll rebuild my test kernels and report back.