Re: [PATCH] arm64: use is_vmalloc_addr

2017-02-09 Thread Miles Chen
On Thu, 2017-02-09 at 16:37 +0800, kbuild test robot wrote: > Hi Miles, > > [auto build test WARNING on arm64/for-next/core] > [also build test WARNING on v4.10-rc7 next-20170208] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url:

Re: [PATCH] arm64: use is_vmalloc_addr

2017-02-09 Thread kbuild test robot
Hi Miles, [auto build test WARNING on arm64/for-next/core] [also build test WARNING on v4.10-rc7 next-20170208] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Miles-Chen/arm64-use-is_vmalloc_add

[PATCH] arm64: use is_vmalloc_addr

2017-02-08 Thread Miles Chen
To is_vmalloc_addr() to check if an address is a vmalloc address instead of checking VMALLOC_START and VMALLOC_END manually. Signed-off-by: Miles Chen --- arch/arm64/mm/ioremap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/mm/ioremap.c b/arch/arm64/mm/ioremap.c