Re: [PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()

2015-10-01 Thread Yasuaki Ishimatsu
On Wed, 30 Sep 2015 17:33:42 +0800 Xishi Qiu wrote: > If user set "movablecore=xx" to a large number, corepages will overflow, > this patch fix the problem. > > Signed-off-by: Xishi Qiu > --- Looks good to me. Reviewed-by: Yasuaki Ishimatsu Thanks, Yasuaki Ishimatsu > mm/page_alloc.c |

Re: [PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()

2015-10-01 Thread Yasuaki Ishimatsu
On Wed, 30 Sep 2015 17:33:42 +0800 Xishi Qiu wrote: > If user set "movablecore=xx" to a large number, corepages will overflow, > this patch fix the problem. > > Signed-off-by: Xishi Qiu > --- Looks good to me. Reviewed-by: Yasuaki Ishimatsu

Re: [PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()

2015-09-30 Thread David Rientjes
On Wed, 30 Sep 2015, Xishi Qiu wrote: > If user set "movablecore=xx" to a large number, corepages will overflow, > this patch fix the problem. > > Signed-off-by: Xishi Qiu Acked-by: David Rientjes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()

2015-09-30 Thread Tang Chen
Seems OK to me. Thanks. On 09/30/2015 05:33 PM, Xishi Qiu wrote: If user set "movablecore=xx" to a large number, corepages will overflow, this patch fix the problem. Signed-off-by: Xishi Qiu --- mm/page_alloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/page_alloc.c

[PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()

2015-09-30 Thread Xishi Qiu
If user set "movablecore=xx" to a large number, corepages will overflow, this patch fix the problem. Signed-off-by: Xishi Qiu --- mm/page_alloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 48aaf7b..af3c9bd 100644 --- a/mm/page_alloc.c +++

Re: [PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()

2015-09-30 Thread David Rientjes
On Wed, 30 Sep 2015, Xishi Qiu wrote: > If user set "movablecore=xx" to a large number, corepages will overflow, > this patch fix the problem. > > Signed-off-by: Xishi Qiu Acked-by: David Rientjes -- To unsubscribe from this list: send the line

[PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()

2015-09-30 Thread Xishi Qiu
If user set "movablecore=xx" to a large number, corepages will overflow, this patch fix the problem. Signed-off-by: Xishi Qiu --- mm/page_alloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 48aaf7b..af3c9bd 100644 ---

Re: [PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()

2015-09-30 Thread Tang Chen
Seems OK to me. Thanks. On 09/30/2015 05:33 PM, Xishi Qiu wrote: If user set "movablecore=xx" to a large number, corepages will overflow, this patch fix the problem. Signed-off-by: Xishi Qiu --- mm/page_alloc.c | 1 + 1 file changed, 1 insertion(+) diff --git