Re: [PATCH 1/2] rsi: fix memory alignment issue in ARM32 platforms

2018-08-31 Thread Kalle Valo
Siva Rebbagondla wrote: > From: Siva Rebbagondla > > During testing in ARM32 platforms, observed below kernel panic, as driver > accessing data beyond the allocated memory while submitting URB to USB. > > Fix: Resolved this by specifying correct length by considering 64 bit > alignment. so tha

[PATCH 1/2] rsi: fix memory alignment issue in ARM32 platforms

2018-08-27 Thread Siva Rebbagondla
From: Siva Rebbagondla During testing in ARM32 platforms, observed below kernel panic, as driver accessing data beyond the allocated memory while submitting URB to USB. Fix: Resolved this by specifying correct length by considering 64 bit alignment. so that, USB bus driver will access only alloc