RE: [PATCHv19 00/15] Contiguous Memory Allocator

2012-02-10 Thread Marek Szyprowski
Hi Andrew, On Saturday, January 28, 2012 1:26 AM Andrew Morton wrote: These patches don't seem to have as many acked-bys and reviewed-bys as I'd expect. Given the scope and duration of this, it would be useful to gather these up. But please ensure they are real ones - people sometimes like

RE: [PATCHv19 00/15] Contiguous Memory Allocator

2012-02-01 Thread Marek Szyprowski
Hello, On Tuesday, January 31, 2012 6:17 PM Benjamin Gaignard wrote: I have rebase Linaro CMA test driver to be compatible with CMA v19, it now use dma-mapping API instead of v17 CMA API. A kernel for snowball with CMA v19 and test driver is available here:

Re: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-30 Thread Mel Gorman
On Fri, Jan 27, 2012 at 04:26:24PM -0800, Andrew Morton wrote: On Thu, 26 Jan 2012 15:31:40 + Arnd Bergmann a...@arndb.de wrote: On Thursday 26 January 2012, Marek Szyprowski wrote: Welcome everyone! Yes, that's true. This is yet another release of the Contiguous Memory

Re: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-30 Thread Michal Nazarewicz
On Mon, 30 Jan 2012 14:25:12 +0100, Mel Gorman m...@csn.ul.ie wrote: I reviewed the core MM changes and I've acked most of them so the next release should have a few acks where you expect them. I did not add a reviewed-by because I did not build and test the thing. Thanks! I've either replied

Re: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-29 Thread Rob Clark
On Fri, Jan 27, 2012 at 6:26 PM, Andrew Morton a...@linux-foundation.org wrote: On Thu, 26 Jan 2012 15:31:40 + Arnd Bergmann a...@arndb.de wrote: On Thursday 26 January 2012, Marek Szyprowski wrote: Welcome everyone! Yes, that's true. This is yet another release of the Contiguous

Re: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-29 Thread Anca Emanuel
Also there is the supreme tag: Tested-by:..  Ohad (at least) has been testing the code.  Let's mention that. fyi Marek, I've been testing CMA as well, both in context of Ohad's rpmsg driver and my omapdrm driver (and combination of the two)..  so you can add: Tested-by: Rob Clark

Re: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-29 Thread Arnd Bergmann
On Saturday 28 January 2012, Andrew Morton wrote: These patches don't seem to have as many acked-bys and reviewed-bys as I'd expect. Given the scope and duration of this, it would be useful to gather these up. But please ensure they are real ones - people sometimes like to ack things without

Re: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-27 Thread Andrew Morton
On Thu, 26 Jan 2012 15:31:40 + Arnd Bergmann a...@arndb.de wrote: On Thursday 26 January 2012, Marek Szyprowski wrote: Welcome everyone! Yes, that's true. This is yet another release of the Contiguous Memory Allocator patches. This version mainly includes code cleanups requested

[PATCHv19 00/15] Contiguous Memory Allocator

2012-01-26 Thread Marek Szyprowski
Welcome everyone! Yes, that's true. This is yet another release of the Contiguous Memory Allocator patches. This version mainly includes code cleanups requested by Mel Gorman and a few minor bug fixes. ARM integration code has not been changed since v16. It provides implementation of the ideas

Re: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-26 Thread Arnd Bergmann
On Thursday 26 January 2012, Marek Szyprowski wrote: Welcome everyone! Yes, that's true. This is yet another release of the Contiguous Memory Allocator patches. This version mainly includes code cleanups requested by Mel Gorman and a few minor bug fixes. Hi Marek, Thanks for keeping up

Re: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-26 Thread Michal Nazarewicz
On Thu, 26 Jan 2012 16:31:40 +0100, Arnd Bergmann a...@arndb.de wrote: I haven't followed the last two releases so closely. It seems that in v17 the movable pages with pending i/o was still a major problem but in v18 you added a solution. Is that right? What is still left to be done here then?

RE: [PATCHv19 00/15] Contiguous Memory Allocator

2012-01-26 Thread Marek Szyprowski
Hello, On Thursday, January 26, 2012 4:32 PM Arnd Bergmann wrote: On Thursday 26 January 2012, Marek Szyprowski wrote: Welcome everyone! Yes, that's true. This is yet another release of the Contiguous Memory Allocator patches. This version mainly includes code cleanups requested by