]> git.baikalelectronics.ru Git - kernel.git/commit
IB/core: Fix unaligned accesses
authorDavid Ahern <david.ahern@oracle.com>
Sun, 3 May 2015 13:48:26 +0000 (09:48 -0400)
committerDoug Ledford <dledford@redhat.com>
Tue, 5 May 2015 17:21:27 +0000 (13:21 -0400)
commitd5e4b7b6f9ecf845c31b6901bc47ee8baafae3f2
treeea08fffa6d53cd7e8e16032f5d9140d4f1dde5d8
parent42e95a6c2a4ef2d0e09a476a48eaab04e49f9b62
IB/core: Fix unaligned accesses

Addresses the following kernel logs seen during boot of sparc systems:

Kernel unaligned access at TPC[103bce50] cm_find_listen+0x34/0xf8 [ib_cm]
Kernel unaligned access at TPC[103bce50] cm_find_listen+0x34/0xf8 [ib_cm]
Kernel unaligned access at TPC[103bce50] cm_find_listen+0x34/0xf8 [ib_cm]
Kernel unaligned access at TPC[103bce50] cm_find_listen+0x34/0xf8 [ib_cm]
Kernel unaligned access at TPC[103bce50] cm_find_listen+0x34/0xf8 [ib_cm]

Signed-off-by: David Ahern <david.ahern@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/cm.c
drivers/infiniband/core/cm_msgs.h
include/rdma/ib_cm.h