Re: Re: [SCSI] mvsas: Fix the kernel panic due to unaligned data access

2013-06-18 Thread Paul Guo
Hi James, Thanks for the reply. See more below. > On Wed, 2013-05-08 at 15:01 +0800, Paul Guo wrote: >> It's easy to find the address and symbol that causes the unalignd data >> access according to the stack dump information. The following small >> patch will fix it.

Re: [PATCH] [SCSI] mvsas: Fix the kernel panic due to unaligned data access

2013-06-09 Thread Paul Guo
. Thanks, Paul > Hi, Paul > Do you have tested it on X86 or arm? If work fine, I agree with it. > > >> -Original Message----- >> From: Paul Guo [mailto:gg...@tilera.com] >> Sent: 2013年6月9日 15:13 >> To: Xiangliang Yu; linux-scsi@vger.kernel.org >> Cc: jbott

Re: [PATCH] [SCSI] mvsas: Fix the kernel panic due to unaligned data access

2013-06-09 Thread Paul Guo
workspace > and re-generate the patch again. Feel free to give me any feedback. It's > really annoying to maintain the change internally. > > Thanks, > Paul > > > Signed-off-by: Paul Guo > --- > drivers/scsi/mvsas/mv_sas.c |5 +++-- > drivers/scsi/mv

[SCSI] mvsas: Fix the kernel panic due to unaligned data access

2013-05-08 Thread Paul Guo
pport unaligned data access (like our platform: arch/tile). I sent the patch but did not ping the status. I sync-up the workspace and re-generate the patch again. Feel free to give me any feedback. It's really annoying to maintain the change internally. Thanks, Paul Signed-off-by