Re: [PATCH 02/13] mm: meminit: Move page initialization into a separate function.

2015-04-28 Thread Mel Gorman
On Tue, Apr 28, 2015 at 03:41:00PM -0700, Andrew Morton wrote: > On Tue, 28 Apr 2015 09:28:31 +0100 Mel Gorman wrote: > > > On Mon, Apr 27, 2015 at 03:46:33PM -0700, Andrew Morton wrote: > > > On Thu, 23 Apr 2015 11:33:05 +0100 Mel Gorman wrote: > > > > > > > From: Robin Holt > > > > > > : :

Re: [PATCH 02/13] mm: meminit: Move page initialization into a separate function.

2015-04-28 Thread Andrew Morton
On Tue, 28 Apr 2015 09:28:31 +0100 Mel Gorman wrote: > On Mon, Apr 27, 2015 at 03:46:33PM -0700, Andrew Morton wrote: > > On Thu, 23 Apr 2015 11:33:05 +0100 Mel Gorman wrote: > > > > > From: Robin Holt > > > > : : host cuda-allmx.sgi.com[192.48.157.12] said: 550 cuda_nsu > > 5.1.1 > > ::

Re: [PATCH 02/13] mm: meminit: Move page initialization into a separate function.

2015-04-28 Thread nzimmer
This is the one I have, but I haven't had a chance to talk with him in a long time. robinmh...@gmail.com On 04/28/2015 03:28 AM, Mel Gorman wrote: On Mon, Apr 27, 2015 at 03:46:33PM -0700, Andrew Morton wrote: On Thu, 23 Apr 2015 11:33:05 +0100 Mel Gorman wrote: From: Robin Holt : : host

[PATCH 02/13] mm: meminit: Move page initialization into a separate function.

2015-04-28 Thread Mel Gorman
From: Robin Holt Currently, memmap_init_zone() has all the smarts for initializing a single page. A subset of this is required for parallel page initialisation and so this patch breaks up the monolithic function in preparation. Signed-off-by: Robin Holt Signed-off-by: Nathan Zimmer Signed-off-

Re: [PATCH 02/13] mm: meminit: Move page initialization into a separate function.

2015-04-28 Thread Mel Gorman
On Mon, Apr 27, 2015 at 03:46:33PM -0700, Andrew Morton wrote: > On Thu, 23 Apr 2015 11:33:05 +0100 Mel Gorman wrote: > > > From: Robin Holt > > : : host cuda-allmx.sgi.com[192.48.157.12] said: 550 cuda_nsu > 5.1.1 > :: Recipient address rejected: User unknown in virtual alias > :table

Re: [PATCH 02/13] mm: meminit: Move page initialization into a separate function.

2015-04-27 Thread Andrew Morton
On Thu, 23 Apr 2015 11:33:05 +0100 Mel Gorman wrote: > From: Robin Holt : : host cuda-allmx.sgi.com[192.48.157.12] said: 550 cuda_nsu 5.1.1 :: Recipient address rejected: User unknown in virtual alias :table (in reply to RCPT TO command) Has Robin moved, or is SGI mail busted? -- To u

[PATCH 02/13] mm: meminit: Move page initialization into a separate function.

2015-04-23 Thread Mel Gorman
From: Robin Holt Currently, memmap_init_zone() has all the smarts for initializing a single page. A subset of this is required for parallel page initialisation and so this patch breaks up the monolithic function in preparation. Signed-off-by: Robin Holt Signed-off-by: Nathan Zimmer Signed-off-

[PATCH 02/13] mm: meminit: Move page initialization into a separate function.

2015-04-22 Thread Mel Gorman
From: Robin Holt Currently, memmap_init_zone() has all the smarts for initializing a single page. A subset of this is required for parallel page initialisation and so this patch breaks up the monolithic function in preparation. Signed-off-by: Robin Holt Signed-off-by: Nathan Zimmer Signed-off-