Re: [PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator

2015-11-24 Thread Vlastimil Babka
On 11/13/2015 03:23 AM, Joonsoo Kim wrote: This is preparation step to report test failed pfn in new tracepoint to analyze cma allocation failure problem. There is no functional change in this patch. Acked-by: David Rientjes Acked-by: Michal Nazarewicz Signed-off-by: Joonsoo Kim Acked-by: V

[PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator

2015-11-12 Thread Joonsoo Kim
This is preparation step to report test failed pfn in new tracepoint to analyze cma allocation failure problem. There is no functional change in this patch. Acked-by: David Rientjes Acked-by: Michal Nazarewicz Signed-off-by: Joonsoo Kim --- mm/page_isolation.c | 13 ++--- 1 file change

Re: [PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator

2015-11-10 Thread Michal Nazarewicz
On Mon, Nov 09 2015, Joonsoo Kim wrote: > This is preparation step to report test failed pfn in new tracepoint > to analyze cma allocation failure problem. There is no functional change > in this patch. > > Signed-off-by: Joonsoo Kim Acked-by: Michal Nazarewicz > --- > mm/page_isolation.c | 13

Re: [PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator

2015-11-09 Thread David Rientjes
On Mon, 9 Nov 2015, Joonsoo Kim wrote: > This is preparation step to report test failed pfn in new tracepoint > to analyze cma allocation failure problem. There is no functional change > in this patch. > > Signed-off-by: Joonsoo Kim Acked-by: David Rientjes -- To unsubscribe from this list: se

[PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator

2015-11-08 Thread Joonsoo Kim
This is preparation step to report test failed pfn in new tracepoint to analyze cma allocation failure problem. There is no functional change in this patch. Signed-off-by: Joonsoo Kim --- mm/page_isolation.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mm/pag