All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Ofitserov <oficerovas@altlinux.org>
To: oficerovas@altlinux.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org, lvc-project@linuxtesting.org,
	Pauli Virtanen <pav@iki.fi>,
	Luiz Augusto von Dentz <luiz.von.dentz@intel.com>,
	Paolo Abeni <pabeni@redhat.com>, Jakub Kicinski <kuba@kernel.org>,
	Eric Dumazet <edumazet@google.com>,
	kovalev@altlinux.org, nickel@altlinux.org, dutyrok@altlinux.org
Subject: [PATCH 0/2] possible deadlock in sco_conn_del
Date: Mon, 26 Feb 2024 16:28:35 +0300	[thread overview]
Message-ID: <20240226132837.8404-1-oficerovas@altlinux.org> (raw)

This bug was found by syzkaller. This series of patches
is fix for this particular bug. Both of these patches were taken
from upstream and applied clearly without any conflicts.
First one is the fix for the problem
and another one is for fix first patch.

Luiz Augusto von Dentz (1):
  Bluetooth: SCO: Fix possible circular locking dependency on
    sco_connect_cfm

Pauli Virtanen (1):
  Bluetooth: SCO: fix sco_conn related locking and validity issues

 net/bluetooth/sco.c | 76 ++++++++++++++++++++++++++-------------------
 1 file changed, 44 insertions(+), 32 deletions(-)

-- 
2.42.1


             reply	other threads:[~2024-02-26 13:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-26 13:28 Alexander Ofitserov [this message]
2024-02-26 13:28 ` [PATCH 1/2] Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfm Alexander Ofitserov
2024-02-26 13:28 ` [PATCH 2/2] Bluetooth: SCO: fix sco_conn related locking and validity issues Alexander Ofitserov

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=20240226132837.8404-1-oficerovas@altlinux.org \
    --to=oficerovas@altlinux.org \
    --cc=dutyrok@altlinux.org \
    --cc=edumazet@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kovalev@altlinux.org \
    --cc=kuba@kernel.org \
    --cc=luiz.von.dentz@intel.com \
    --cc=lvc-project@linuxtesting.org \
    --cc=nickel@altlinux.org \
    --cc=pabeni@redhat.com \
    --cc=pav@iki.fi \
    --cc=stable@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.