Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2121501pxk; Sat, 3 Oct 2020 08:51:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxBi4gfRlxrsA3sRmM9ckcOsMaaz6pjwRh79G/IuR4k2aA0NPLlBtjrhmLkqDQZXKUcJujP X-Received: by 2002:a17:906:4b4a:: with SMTP id j10mr7034005ejv.498.1601740312451; Sat, 03 Oct 2020 08:51:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601740312; cv=none; d=google.com; s=arc-20160816; b=a1JBAP4ElZkxSAuWmi/2rOEVph8igqBY8BZSi4yzfP0UCs8l06E2X3sunMJrnqIgLq dOFpvkbS08Qgjh5lun7mXqlk2GEaXbzAgirL2CddwkszNvC8LmOWIBjh3SdYZxNuWFEc INFbYwX38vpZcTVaoB5+8q7fBpqvCelFgLTbQsrr0F1P5CbbZ6LCQjmXXB6iKqA0EsIF AxhasOdcTAV1vil0QO51Zg7+jUzsaRmRI7qOesaDa8kO2QJ0oQAL4VkqNGhTgXFxLkbb Xm07gOdLt8h/6NFzvjTE6zKdVLvpKmzhjW457Gb8Kmi10M79sw8c3fqR2Ode7T4Tw1G+ KOVA== 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=zt/nFwe2ZpQ9bfhuADFAdFt6aTndCn7BJDCl/laP6Ts=; b=GtvEgifB9p6R/VSZUv35dXHD2FARgYVexQENgXyCyltLwCPC79q4xKd/YrDuea39OE ob6QPMjWgSDNELCjChUwlHDr5joucqF8d0Guhh0FErNSaqmoMipcbgQauv+QVI8BMIM7 zSD0G4hkhEGyRt9B3vKDuuS5aT0G9O5VFYj6qx34NsVjWoNChuh/d238Ixu20DdXKh8d tdm6+iR2+AnCbS7EAVscVuJV0XGjDndVAuWep27CwWjSwNjBSviJtXrMUS8+wKIdACUH 3Hcr2Q9JLIniCO4I/sOyMxbrwKXCMzya6cPJdMEUFEFMEtZUuevZQKGu8BIqdQWZ8zaw VLyQ== 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 i25si3459506eds.204.2020.10.03.08.51.11; Sat, 03 Oct 2020 08:51:52 -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 S1725788AbgJCPvG convert rfc822-to-8bit (ORCPT + 99 others); Sat, 3 Oct 2020 11:51:06 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:36780 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725766AbgJCPvG (ORCPT ); Sat, 3 Oct 2020 11:51:06 -0400 Received: from marcel-macpro.fritz.box (p4fefc7f4.dip0.t-ipconnect.de [79.239.199.244]) by mail.holtmann.org (Postfix) with ESMTPSA id C28F1CED01; Sat, 3 Oct 2020 17:58:04 +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: <20201003135449.GA2691@kroah.com> Date: Sat, 3 Oct 2020 17:51:03 +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> 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. When you run btmon does it indicate any errors? Do you have a chance to test net-next and see the LL Privacy there might have addressed this? Regards Marcel