From: syzbot <syzbot+9c957444e37d521b3b94@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [syzbot] Re: [syzbot] [bluetooth?] general protection fault in bcsp_close
Date: Thu, 20 Feb 2025 17:00:27 -0800 [thread overview]
Message-ID: <67b7d02b.050a0220.14d86d.0302.GAE@google.com> (raw)
In-Reply-To: <67b75198.050a0220.14d86d.02e3.GAE@google.com>
For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.
***
Subject: Re: [syzbot] [bluetooth?] general protection fault in bcsp_close
Author: lizhi.xu@windriver.com
#syz test
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c
index acba83156de9..18793c485319 100644
--- a/drivers/bluetooth/hci_ldisc.c
+++ b/drivers/bluetooth/hci_ldisc.c
@@ -716,6 +716,7 @@ static int hci_uart_set_proto(struct hci_uart *hu, int id)
err = hci_uart_register_dev(hu);
if (err) {
+ clear_bit(HCI_UART_PROTO_INIT, &hu->flags);
return err;
}
prev parent reply other threads:[~2025-02-21 1:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-20 16:00 [syzbot] [bluetooth?] general protection fault in bcsp_close syzbot
2025-02-21 1:00 ` syzbot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=67b7d02b.050a0220.14d86d.0302.GAE@google.com \
--to=syzbot+9c957444e37d521b3b94@syzkaller.appspotmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.