Re: [PATCH] spi_mpc8xxx: fix buffer overrun when sending only/receiving only more than PAGE_SIZE bytes

2010-09-16 Thread Grant Likely
On Thu, Sep 16, 2010 at 09:05:25AM +0200, christophe leroy wrote: > This patch applies to 2.6.34.7 and 2.6.35.4 > It fixes an issue when sending only or receiving only more than PAGE_SIZE > bytes > > Signed-off-by: christophe leroy applied to merge-spi branch, thanks. g. > > diff -urN c/driv

Re: [PATCH] spi_mpc8xxx: fix buffer overrun when sending only/receiving only more than PAGE_SIZE bytes

2010-09-16 Thread Joakim Tjernlund
> From: christophe leroy > To: David Brownell , Grant Likely > , spi-devel-gene...@lists.sourceforge.net, linux- > ker...@vger.kernel.org, linuxppc-dev@lists.ozlabs.org > Date: 2010/09/16 09:07 > Subject: [PATCH] spi_mpc8xxx: fix buffer overrun when sending only/receivin

[PATCH] spi_mpc8xxx: fix buffer overrun when sending only/receiving only more than PAGE_SIZE bytes

2010-09-16 Thread christophe leroy
This patch applies to 2.6.34.7 and 2.6.35.4 It fixes an issue when sending only or receiving only more than PAGE_SIZE bytes Signed-off-by: christophe leroy diff -urN c/drivers/spi/spi_mpc8xxx.c d/drivers/spi/spi_mpc8xxx.c --- c/drivers/spi/spi_mpc8xxx.c 2010-09-08 16:44:03.0 +0200 +++ d/