[PATCH 5/5] mm/vmalloc.c: avoid endless loop under v[un]mapping improper ranges

2016-09-20 Thread zijun_hu
From: zijun_hu fix the following bug: - endless loop maybe happen when v[un]mapping improper ranges whose either boundary is not aligned to page Signed-off-by: zijun_hu --- mm/vmalloc.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-)

[PATCH 5/5] mm/vmalloc.c: avoid endless loop under v[un]mapping improper ranges

2016-09-20 Thread zijun_hu
From: zijun_hu fix the following bug: - endless loop maybe happen when v[un]mapping improper ranges whose either boundary is not aligned to page Signed-off-by: zijun_hu --- mm/vmalloc.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mm/vmalloc.c