https://bugzilla.kernel.org/show_bug.cgi?id=208965 --- Comment #48 from Olivier V (forum.viennet@xxxxxxx) --- I bisected the bug on the rtl8822ce here : https://bugzilla.kernel.org/show_bug.cgi?id=210453 It seems to bee the same problem linked to "rpa". meloli@Asus-A17:~/Bureau/meloli/GITBISECT/linux$ git bisect bad b2cc23398e8166b38f8715026273503b081c2a7a is the first bad commit commit b2cc23398e8166b38f8715026273503b081c2a7a Author: Sathish Narasimman <nsathish41@xxxxxxxxx> Date: Thu Jul 23 18:09:02 2020 +0530 Bluetooth: Enable RPA Timeout Enable RPA timeout during bluetooth initialization. The RPA timeout value is used from hdev, which initialized from debug_fs Signed-off-by: Sathish Narasimman <sathish.narasimman@xxxxxxxxx> Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> include/net/bluetooth/hci.h | 2 ++ net/bluetooth/hci_core.c | 8 ++++++++ 2 files changed, 10 insertions(+) $ git checkout b2cc23398e8166b38f8715026273503b081c2a7a # give a bad kernel $ git checkout b2cc23398e8166b38f8715026273503b081c2a7a^ # give a good kernel -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.