From: David S. Miller Date: Wed, 22 Nov 2006 00:17:41 +0000 (-0800) Subject: [BLUETOOTH]: Fix unaligned access in hci_send_to_sock. X-Git-Tag: v2.6.19~56^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4498c80d9c1ebdf42837be6a52ead35a2aa2b819;p=pandora-kernel.git [BLUETOOTH]: Fix unaligned access in hci_send_to_sock. The "u16 *" derefs of skb->data need to be wrapped inside of a get_unaligned(). Thanks to Gustavo Zacarias for the bug report. Signed-off-by: David S. Miller --- Reading git-diff-tree failed