From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752476AbdBMMxG (ORCPT ); Mon, 13 Feb 2017 07:53:06 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:65327 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752316AbdBMMxF (ORCPT ); Mon, 13 Feb 2017 07:53:05 -0500 Message-ID: <1486990379.5429.1.camel@mtkswgap22> Subject: Re: [PATCH v2] arm64: use is_vmalloc_addr From: Miles Chen To: Andreas =?ISO-8859-1?Q?F=E4rber?= CC: Catalin Marinas , Will Deacon , , , , Date: Mon, 13 Feb 2017 20:52:59 +0800 In-Reply-To: References: <1486640734-27637-1-git-send-email-miles.chen@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-02-13 at 06:20 +0100, Andreas Färber wrote: > Hi, > > Am 09.02.2017 um 12:45 schrieb Miles Chen: > > To is_vmalloc_addr() to check if an address is a vmalloc address > > "Use ..."? Yes, it should be "Use". I'll send another patch to fix this. > > Regards, > Andreas > > > instead of checking VMALLOC_START and VMALLOC_END manually. > > > > Signed-off-by: Miles Chen >