Re: [PATCH v4 1/2] RDS: memory allocated must be align to 8

2016-04-08 Thread santosh shilimkar
On 4/8/2016 1:10 PM, David Miller wrote: From: santosh shilimkar Date: Fri, 8 Apr 2016 12:44:39 -0700 On 4/7/2016 4:57 AM, Shamir Rabinovitch wrote: Fix issue in 'rds_ib_cong_recv' when accessing unaligned memory allocated by 'rds_page_remainder_alloc' using

Re: [PATCH v4 1/2] RDS: memory allocated must be align to 8

2016-04-08 Thread David Miller
From: santosh shilimkar Date: Fri, 8 Apr 2016 12:44:39 -0700 > On 4/7/2016 4:57 AM, Shamir Rabinovitch wrote: >> Fix issue in 'rds_ib_cong_recv' when accessing unaligned memory >> allocated by 'rds_page_remainder_alloc' using uint64_t pointer. >> > Sorry I still

Re: [PATCH v4 1/2] RDS: memory allocated must be align to 8

2016-04-08 Thread santosh shilimkar
On 4/7/2016 4:57 AM, Shamir Rabinovitch wrote: Fix issue in 'rds_ib_cong_recv' when accessing unaligned memory allocated by 'rds_page_remainder_alloc' using uint64_t pointer. Sorry I still didn't follow this change still. What exactly is the problem. Signed-off-by: Shamir Rabinovitch

[PATCH v4 1/2] RDS: memory allocated must be align to 8

2016-04-07 Thread Shamir Rabinovitch
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 --- net/rds/page.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git