Hi, This v4 adds has the following changes to previous revisions: * Add KEY_DIST_MASK define to avoid hard-coded 0x07 values * Update the last patch to use defines instead of helper functions * Update the last patch to use a "drop:" label to simplify the if-statment used for dropping data. Johan ---------------------------------------------------------------- Johan Hedberg (8): 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: Add define for key distribution mask 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 | 225 +++++++++++++++++++++-------------- net/bluetooth/smp.h | 2 + 5 files changed, 147 insertions(+), 94 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html