lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date: Wed, 27 Mar 2024 14:14:28 +0100
From: Eric Valette <eric.valette@...e.fr>
To: luiz.von.dentz@...el.com
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: your recently submitted patch to fix BT RIP error shall be applied to
 6.6 stable (I have a systematic crash on reboot in 6.6.23)

hci_cmd_sync_cancel_sync shall check the error passed to it since it
will be propagated using req_result which is __u32 it needs to be
properly set to a positive value if it was passed as negative othertise
IS_ERR will not trigger as -(errno) would be converted to a positive
value.

https://patchwork.kernel.org/project/bluetooth/patch/20240326164317.1460864-1-luiz.dentz@gmail.com/

On my MSI laptop, on coldboot I have no bt errors but when I restart I 
alway get qeveral (firmware download error, ...). Without your proposed 
patch, I get a systematic RIP when rebooting, and after the laptop does 
not properly shutdown.

Your patch applies with offsets.

-- eric

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ