Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2200723pxk; Sat, 3 Oct 2020 11:34:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzJC8ngd/NgdGRs/93zo3kOwwMfbkW91sG+jCa2zcgbLYAPnjMmRTlDJZ2pyZvzPHAEedx9 X-Received: by 2002:a05:6402:b0e:: with SMTP id bm14mr9925115edb.259.1601750039851; Sat, 03 Oct 2020 11:33:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601750039; cv=none; d=google.com; s=arc-20160816; b=nXr+NCfE9gJfhVen4IG+KCs8cCJwdTjNUOuNkASqXXduqxZW79YMZWwt2y6e/I5bJ1 lGfRUGvRxM8LQAnw+LIPBr2FbjX1rkhfarQPxaRUCFWndOUpXI8I3d+SMe7bG6ZLtCMp 87yFiM+/5bVQf2gUHumV7jBUCn/SwH3QUL2Nb4IUusN3Yk7FYzQOD+6V8+yxikMAK+C0 elI2qT7/3K5p+/Sfx78ZDP6LC1tvRMf/N35Gfc1ZEWsN2Knr91jPS41qjRfLt3xFb3MU hi30Y3/gXz9LRyqZJvC8Am0pnX7edLpzORlYAHTt1gjOxpz+NDtDubKVGDWspg7cQP6v JbfA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=LD/o8/tuw9vYgaHSfFmMBFCM9nthE+Evc2AgiOWDbW0=; b=XHHSY4XPgvsJzMtX7Ggsn7UwF87mmZL81G3QvsdSnLbuBdyhRg1CmUNNBukpqP8FQj awl+YqmfyGobPv4qHVe1+LNWh72vnIaPL/JyeYwCU2+xcomY6cl19jZd5IbT3pLJzQlZ kRaOluHNgNgUdVpCJiW7RstDJtxPUp1N+OKR11a4FTDk3EnhwRYQs+JxjEEmBWUXVfK6 iyoQ99UicvUstpQutTrxjt9O+Yfa+FH++GSfW97AjAfhSnkedFewkK3sUgzeTBJCi8t7 DVYG+klI2it1opzOxujAr0NCQBtK1ymU2DjZ10xJy0u/vjDzSjq49GYltZWtN247URMD pOmQ== 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 bi9si4251829edb.4.2020.10.03.11.33.21; Sat, 03 Oct 2020 11:33:59 -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 S1725818AbgJCSdU convert rfc822-to-8bit (ORCPT + 99 others); Sat, 3 Oct 2020 14:33:20 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:56866 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725816AbgJCSdU (ORCPT ); Sat, 3 Oct 2020 14:33:20 -0400 Received: from marcel-macpro.fritz.box (p4fefc7f4.dip0.t-ipconnect.de [79.239.199.244]) by mail.holtmann.org (Postfix) with ESMTPSA id 1C33DCED05; Sat, 3 Oct 2020 20:40:19 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Subject: Re: [PATCH] Revert "Bluetooth: Update resolving list when updating whitelist" From: Marcel Holtmann In-Reply-To: <20201003160713.GA1512229@kroah.com> Date: Sat, 3 Oct 2020 20:33:18 +0200 Cc: Johan Hedberg , Sathish Narsimman , "David S. Miller" , Jakub Kicinski , linux-bluetooth , "open list:NETWORKING [GENERAL]" , linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20201003135449.GA2691@kroah.com> <20201003160713.GA1512229@kroah.com> To: Greg Kroah-Hartman X-Mailer: Apple Mail (2.3608.120.23.2.1) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Greg, >>> This reverts commit 0eee35bdfa3b472cc986ecc6ad76293fdcda59e2 as it >>> breaks all bluetooth connections on my machine. >>> >>> Cc: Marcel Holtmann >>> Cc: Sathish Narsimman >>> Fixes: 0eee35bdfa3b ("Bluetooth: Update resolving list when updating whitelist") >>> Signed-off-by: Greg Kroah-Hartman >>> --- >>> net/bluetooth/hci_request.c | 41 ++----------------------------------- >>> 1 file changed, 2 insertions(+), 39 deletions(-) >>> >>> This has been bugging me for since 5.9-rc1, when all bluetooth devices >>> stopped working on my desktop system. I finally got the time to do >>> bisection today, and it came down to this patch. Reverting it on top of >>> 5.9-rc7 restored bluetooth devices and now my input devices properly >>> work. >>> >>> As it's almost 5.9-final, any chance this can be merged now to fix the >>> issue? >> >> can you be specific what breaks since our guys and I also think the >> ChromeOS guys have been testing these series of patches heavily. > > My bluetooth trackball does not connect at all. With this reverted, it > all "just works". > > Same I think for a Bluetooth headset, can check that again if you really > need me to, but the trackball is reliable here. > >> When you run btmon does it indicate any errors? > > How do I run it and where are the errors displayed? you can do btmon -w trace.log and just let it run like tcdpump. >> Do you have a chance to test net-next and see the LL Privacy there might have addressed this? > > Have a specific set of patches I can test? It wouldn't be good to have > 5.9-final go out with this not working at all. Of course not, but so far you are the only one reported a problem. Maybe you have some funky hardware in your machine that needs a quirk. Regards Marcel