Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
INFO: task hung in hci_req_sync
On 8/16/21 6:56 PM, Marcel Holtmann wrote: > Hi Pavel, > [snip] > I agree. Feel free to send a patch. > Thank you, Marcel! I will send a patch if it will pass syzbot testing. I believe, 60 seconds will be more than enough for inquiry request. I've searched for examples on the internet and maximum ir.length I found was 8. Maybe, we have users, which need more than 60 seconds, idk... #syz test git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master With regards, Pavel Skripkin From c868a2f2533bb05873fedcde6bc4ca174f8908ea Mon Sep 17 00:00:00 2001 From: Pavel Skripkin <paskripkin@gmail.com> Date: Mon, 16 Aug 2021 22:52:29 +0300 Subject: [PATCH] Bluetooth: add timeout sanity check to hci_inquiry /* ... */ Signed-off-by: Pavel Skripkin <paskripkin@gmail.com>
- Loading branch information