[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <8C82DF3C-98B1-4C41-B9D8-3415DD64138F@holtmann.org>
Date: Tue, 12 Oct 2021 17:38:45 +0200
From: Marcel Holtmann <marcel@...tmann.org>
To: Nguyen Dinh Phi <phind.uet@...il.com>
Cc: Johan Hedberg <johan.hedberg@...il.com>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
linux-bluetooth <linux-bluetooth@...r.kernel.org>,
"open list:NETWORKING [GENERAL]" <netdev@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-kernel-mentees@...ts.linuxfoundation.org,
syzbot+4c4ffd1e1094dae61035@...kaller.appspotmail.com
Subject: Re: [PATCH] Bluetooth: hci_sock: purge socket queues in the
destruct() callback
Hi Nguyen,
> The receive path may take the socket right before hci_sock_release(),
> but it may enqueue the packets to the socket queues after the call to
> skb_queue_purge(), therefore the socket can be destroyed without clear
> its queues completely.
>
> Moving these skb_queue_purge() to the hci_sock_destruct() will fix this
> issue, because nothing is referencing the socket at this point.
>
> Signed-off-by: Nguyen Dinh Phi <phind.uet@...il.com>
> Reported-by: syzbot+4c4ffd1e1094dae61035@...kaller.appspotmail.com
> ---
> net/bluetooth/hci_sock.c | 11 +++++++----
> 1 file changed, 7 insertions(+), 4 deletions(-)
patch has been applied to bluetooth-next tree.
Regards
Marcel
Powered by blists - more mailing lists