From: johan.hedberg@gmail.com
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH v2 0/7] Bluetooth: SMP fixes/improvements
Date: Fri, 5 Sep 2014 15:40:31 +0300 [thread overview]
Message-ID: <1409920838-30242-1-git-send-email-johan.hedberg@gmail.com> (raw)
Hi,
Here's v2 with feedback from Szymon taken into account as well as a
couple of smaller fixes I spotted myself.
>From the original cover letter:
"
This set of patches includes various cleanups and fixes to SMP. The two
major changes are:
* Fix SMP context locking
* Be strict about allowed SMP PDUs and default to dropping unexpected data
The commit messages themselves contain a lenghtier description and
justification of design choices.
"
Johan
----------------------------------------------------------------
Johan Hedberg (7):
Bluetooth: Remove unnecessary checks after canceling SMP security timer
Bluetooth: Don't take any action in smp_resume_cb if not encrypted
Bluetooth: Move identity address update behind a workqueue
Bluetooth: Remove unnecessary deferred work for SMP key distribution
Bluetooth: Fix locking of the SMP context
Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
Bluetooth: Add strict checks for allowed SMP PDUs
include/net/bluetooth/hci_core.h | 1 -
include/net/bluetooth/l2cap.h | 3 +-
net/bluetooth/l2cap_core.c | 10 +-
net/bluetooth/smp.c | 230 +++++++++++++++++++++--------------
net/bluetooth/smp.h | 2 +
5 files changed, 154 insertions(+), 92 deletions(-)
next reply other threads:[~2014-09-05 12:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-05 12:40 johan.hedberg [this message]
2014-09-05 12:40 ` [PATCH v2 1/7] Bluetooth: Remove unnecessary checks after canceling SMP security timer johan.hedberg
2014-09-05 12:40 ` [PATCH v2 2/7] Bluetooth: Don't take any action in smp_resume_cb if not encrypted johan.hedberg
2014-09-05 12:40 ` [PATCH v2 3/7] Bluetooth: Move identity address update behind a workqueue johan.hedberg
2014-09-05 12:40 ` [PATCH v2 4/7] Bluetooth: Remove unnecessary deferred work for SMP key distribution johan.hedberg
2014-09-05 12:40 ` [PATCH v2 5/7] Bluetooth: Fix locking of the SMP context johan.hedberg
2014-09-05 12:47 ` Johan Hedberg
2014-09-05 12:50 ` [PATCH v2.1 " johan.hedberg
2014-09-05 12:40 ` [PATCH v2 6/7] Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys johan.hedberg
2014-09-05 12:40 ` [PATCH v2 7/7] Bluetooth: Add strict checks for allowed SMP PDUs johan.hedberg
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=1409920838-30242-1-git-send-email-johan.hedberg@gmail.com \
--to=johan.hedberg@gmail.com \
--cc=linux-bluetooth@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).