From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 2C80F1A1DE4 for ; Thu, 27 Aug 2015 03:02:52 +1000 (AEST) Received: by wicja10 with SMTP id ja10so50641656wic.1 for ; Wed, 26 Aug 2015 10:02:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1440577578-15813-4-git-send-email-aneesh.kumar@linux.vnet.ibm.com> References: <1440577578-15813-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1440577578-15813-4-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Date: Wed, 26 Aug 2015 20:02:48 +0300 Message-ID: Subject: Re: [PATCH V2 03/10] kasan: Rename kasan_enabled to kasan_report_enabled From: Andrey Ryabinin To: "Aneesh Kumar K.V" Cc: Benjamin Herrenschmidt , paulus@samba.org, mpe@ellerman.id.au, linuxppc-dev@lists.ozlabs.org, LKML Content-Type: text/plain; charset=UTF-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 2015-08-26 11:26 GMT+03:00 Aneesh Kumar K.V : > The function only disable/enable reporting. In the later patch > we will be adding a kasan early enable/disable. Rename kasan_enabled > to properly reflect its function. > > Signed-off-by: Aneesh Kumar K.V Reviewed-by: Andrey Ryabinin