From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753818AbcFGGzK (ORCPT ); Tue, 7 Jun 2016 02:55:10 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:41739 "EHLO mx0b-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752426AbcFGGzH (ORCPT ); Tue, 7 Jun 2016 02:55:07 -0400 X-IBM-Helo: d23dlp01.au.ibm.com X-IBM-MailFrom: khandual@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Tue, 07 Jun 2016 12:22:54 +0530 From: Anshuman Khandual User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Aneesh Kumar K.V" , akpm@linux-foundation.org, mpe@ellerman.id.au CC: linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] mm/debug: Add VM_WARN which maps to WARN() References: <1464692688-6612-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1464692688-6612-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16060706-0008-0000-0000-00000095C013 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16060706-0009-0000-0000-000007688FBC Message-Id: <57566F46.9010607@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-07_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1606070083 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/31/2016 04:34 PM, Aneesh Kumar K.V wrote: > This enables us to do VM_WARN(condition, "warn message"); > Signed-off-by: Aneesh Kumar K.V Reviewed-by: Anshuman Khandual