Re: [PATCH 5/5] Lib: sort.h: replace int size with size_t size in the swap function

2019-03-31 Thread gre...@linuxfoundation.org
On Sun, Mar 31, 2019 at 10:00:18AM +0300, Andrey Abramov wrote: > 30.03.2019, 23:17, "George Spelvin" : > > On Sat, 30 Mar 2019 at 19:38:26 +0100 greh k-h wrote; > >>  On Sat, Mar 30, 2019 at 07:43:53PM +0300, Andrey Abramov wrote: > >>>  Replace int type with size_t type of the size argument > >>>

Re: [PATCH 5/5] Lib: sort.h: replace int size with size_t size in the swap function

2019-03-30 Thread gre...@linuxfoundation.org
On Sat, Mar 30, 2019 at 07:43:53PM +0300, Andrey Abramov wrote: > Replace int type with size_t type of the size argument > in the swap function, also affect all its dependencies. This says _what_ the patch does, but it gives no clue as to _why_ you are doing this. Neither did your 0/5 patch :( W

Re: patch "devres: Align data[] to ARCH_KMALLOC_MINALIGN" added to driver-core-linus

2019-02-07 Thread gre...@linuxfoundation.org
On Fri, Feb 08, 2019 at 07:13:39AM +, Alexey Brodkin wrote: > Hi Greg, > > > -Original Message- > > From: gre...@linuxfoundation.org > > Sent: Thursday, February 7, 2019 6:52 PM > > To: Alexey Brodkin > > Cc: david.lai...@aculab.com; ge...@

Re: patch "devres: Align data[] to ARCH_KMALLOC_MINALIGN" added to driver-core-linus

2019-02-07 Thread gre...@linuxfoundation.org
On Thu, Feb 07, 2019 at 01:12:43PM +, Alexey Brodkin wrote: > Hi Greg, > > > -Original Message- > > From: gre...@linuxfoundation.org > > Sent: Sunday, November 11, 2018 10:41 PM > > To: alexey.brod...@synopsys.com; david.lai...@aculab.com; > >

Re: [PATCH] ARC: Get rid of toolchain check

2018-10-18 Thread gre...@linuxfoundation.org
On Wed, Oct 17, 2018 at 02:28:41PM +, Alexey Brodkin wrote: > Hello, > > > -Original Message- > > From: Rob Herring [mailto:r...@kernel.org] > > Sent: Friday, September 14, 2018 12:04 AM > > To: alexey.brod...@synopsys.com > > Cc: linux-snps-arc@lists.infradead.org; Linux Kernel Mailin

Re: [PATCH] ARC: Don't set CROSS_COMPILE in arch's Makefile

2018-10-18 Thread gre...@linuxfoundation.org
On Wed, Oct 17, 2018 at 02:33:02PM +, Alexey Brodkin wrote: > Hello, > > > -Original Message- > > From: Alexey Brodkin [mailto:abrod...@synopsys.com] > > Sent: Sunday, September 16, 2018 11:48 PM > > To: linux-snps-arc@lists.infradead.org > > Cc: linux-ker...@vger.kernel.org; Vineet Gu

Re: [PATCH 2/9] Move dma_ops from archdata into struct device

2017-01-11 Thread gre...@linuxfoundation.org
On Wed, Jan 11, 2017 at 10:28:05PM +, Bart Van Assche wrote: > On Wed, 2017-01-11 at 21:31 +0100, gre...@linuxfoundation.org wrote: > > That's a big sign that your patch series needs work. Break it up into > > smaller pieces, it should be possible, which will make mer

Re: [PATCH 2/9] Move dma_ops from archdata into struct device

2017-01-11 Thread gre...@linuxfoundation.org
On Wed, Jan 11, 2017 at 06:03:15PM +, Bart Van Assche wrote: > On Wed, 2017-01-11 at 07:46 +0100, Greg Kroah-Hartman wrote: > > On Tue, Jan 10, 2017 at 04:56:41PM -0800, Bart Van Assche wrote: > > > Several RDMA drivers, e.g. drivers/infiniband/hw/qib, use the CPU to > > > transfer data between

Re: [PATCH 2/9] Move dma_ops from archdata into struct device

2017-01-11 Thread gre...@linuxfoundation.org
On Wed, Jan 11, 2017 at 06:17:03PM +, Bart Van Assche wrote: > On Wed, 2017-01-11 at 07:48 +0100, Greg Kroah-Hartman wrote: > > On Tue, Jan 10, 2017 at 04:56:41PM -0800, Bart Van Assche wrote: > > > Several RDMA drivers, e.g. drivers/infiniband/hw/qib, use the CPU to > > > transfer data between