https://bugzilla.kernel.org/show_bug.cgi?id=219812 Luiz Von Dentz (luiz.dentz@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luiz.dentz@xxxxxxxxx --- Comment #1 from Luiz Von Dentz (luiz.dentz@xxxxxxxxx) --- This was introduced in: commit 1e9683c9b6ca88cc9340cdca85edd6134c8cffe3 (tag: for-net-2024-08-30, bluetooth/master) Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: Tue Aug 27 15:01:34 2024 -0400 Bluetooth: MGMT: Ignore keys being loaded with invalid type Due to 59b047bc98084f8af2c41483e4d68a5adf2fa7f7 there could be keys stored with the wrong address type so this attempt to detect it and ignore them instead of just failing to load all keys. Cc: stable@xxxxxxxxxxxxxxx Link: https://github.com/bluez/bluez/issues/875 Fixes: 59b047bc9808 ("Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE") Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Most likely you got an older release without the following fix to userspace: commit 7322ec38fb65afe8f34b9e363ed9fce37e1ff868 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: Mon Nov 4 15:31:27 2024 -0500 adapter: Fix up address type for all keys 66a8c522b64 ("adapter: Fix up address type when loading keys") didn't fix all instances of wrong address type being loaded, so peripheral LTK and IRK were still left with possible invalid types. -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.