From: Johan Hedberg Date: Fri, 27 Jun 2014 11:23:02 +0000 (+0300) Subject: Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_info X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~87^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31dd624e1cf937655a06fa4eeec06f4bafa34ab7;p=pandora-kernel.git Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_info The hdev lock must be held before calling into smp_distribute_keys. Also things such as hci_add_irk() require the lock. This patch fixes the issue by adding the necessary locking into the smp_cmd_ident_addr_info function. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed