RDS: memory allocated must be align to 8
authorshamir rabinovitch <shamir.rabinovitch@oracle.com>
Thu, 7 Apr 2016 11:57:35 +0000 (07:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Apr 2016 20:58:27 +0000 (16:58 -0400)
commite98499ac63977c75331b198a18979944a532c9f2
tree209abde5dccbc9e0670334555c75f09464fa8b31
parenta0ca153f98db8cf25298565a09e11fe9d82846ad
RDS: memory allocated must be align to 8

Fix issue in 'rds_ib_cong_recv' when accessing unaligned memory
allocated by 'rds_page_remainder_alloc' using uint64_t pointer.

Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/page.c