From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from g1t5424.austin.hp.com ([15.216.225.54]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aGB5Z-0006sH-8A for kexec@lists.infradead.org; Mon, 04 Jan 2016 19:46:45 +0000 Message-ID: <1451936749.19330.22.camel@hpe.com> Subject: Re: [PATCH v2 14/16] x86, nvdimm, kexec: Use walk_iomem_res_desc() for iomem search From: Toshi Kani Date: Mon, 04 Jan 2016 12:45:49 -0700 In-Reply-To: <20160104194059.GM22941@pd.tnic> References: <1451081365-15190-1-git-send-email-toshi.kani@hpe.com> <1451081365-15190-14-git-send-email-toshi.kani@hpe.com> <20151226103804.GB21988@pd.tnic> <567F315B.8080005@hpe.com> <20151227021257.GA13560@dhcp-128-25.nay.redhat.com> <20151227102406.GB19398@nazgul.tnic> <20160104092937.GB7033@dhcp-128-65.nay.redhat.com> <20160104122619.GH22941@pd.tnic> <1451930260.19330.21.camel@hpe.com> <20160104194059.GM22941@pd.tnic> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Borislav Petkov Cc: linux-arch@vger.kernel.org, Minfei Huang , linux-nvdimm@ml01.01.org, x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, Dave Young , Dan Williams On Mon, 2016-01-04 at 20:41 +0100, Borislav Petkov wrote: > On Mon, Jan 04, 2016 at 10:57:40AM -0700, Toshi Kani wrote: > > With this change, there will be no caller to walk_iomem_res(). Should > > we remove walk_iomem_res() altogether, or keep it for now as a > > deprecated func with the checkpatch check? > > Yes, kill it on the spot so that people don't get crazy ideas. Will do. Thanks! -Toshi _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toshi Kani Subject: Re: [PATCH v2 14/16] x86, nvdimm, kexec: Use walk_iomem_res_desc() for iomem search Date: Mon, 04 Jan 2016 12:45:49 -0700 Message-ID: <1451936749.19330.22.camel@hpe.com> References: <1451081365-15190-1-git-send-email-toshi.kani@hpe.com> <1451081365-15190-14-git-send-email-toshi.kani@hpe.com> <20151226103804.GB21988@pd.tnic> <567F315B.8080005@hpe.com> <20151227021257.GA13560@dhcp-128-25.nay.redhat.com> <20151227102406.GB19398@nazgul.tnic> <20160104092937.GB7033@dhcp-128-65.nay.redhat.com> <20160104122619.GH22941@pd.tnic> <1451930260.19330.21.camel@hpe.com> <20160104194059.GM22941@pd.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from g1t5424.austin.hp.com ([15.216.225.54]:35506 "EHLO g1t5424.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbcADTqY (ORCPT ); Mon, 4 Jan 2016 14:46:24 -0500 In-Reply-To: <20160104194059.GM22941@pd.tnic> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Borislav Petkov Cc: Dave Young , Minfei Huang , linux-arch@vger.kernel.org, linux-nvdimm@ml01.01.org, x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, Dan Williams On Mon, 2016-01-04 at 20:41 +0100, Borislav Petkov wrote: > On Mon, Jan 04, 2016 at 10:57:40AM -0700, Toshi Kani wrote: > > With this change, there will be no caller to walk_iomem_res(). Should > > we remove walk_iomem_res() altogether, or keep it for now as a > > deprecated func with the checkpatch check? > > Yes, kill it on the spot so that people don't get crazy ideas. Will do. Thanks! -Toshi From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) by kanga.kvack.org (Postfix) with ESMTP id 0890F6B0005 for ; Mon, 4 Jan 2016 14:46:25 -0500 (EST) Received: by mail-ig0-f177.google.com with SMTP id ph11so765541igc.1 for ; Mon, 04 Jan 2016 11:46:25 -0800 (PST) Received: from g1t5424.austin.hp.com (g1t5424.austin.hp.com. [15.216.225.54]) by mx.google.com with ESMTPS id m81si29172438iom.134.2016.01.04.11.46.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Jan 2016 11:46:24 -0800 (PST) Message-ID: <1451936749.19330.22.camel@hpe.com> Subject: Re: [PATCH v2 14/16] x86, nvdimm, kexec: Use walk_iomem_res_desc() for iomem search From: Toshi Kani Date: Mon, 04 Jan 2016 12:45:49 -0700 In-Reply-To: <20160104194059.GM22941@pd.tnic> References: <1451081365-15190-1-git-send-email-toshi.kani@hpe.com> <1451081365-15190-14-git-send-email-toshi.kani@hpe.com> <20151226103804.GB21988@pd.tnic> <567F315B.8080005@hpe.com> <20151227021257.GA13560@dhcp-128-25.nay.redhat.com> <20151227102406.GB19398@nazgul.tnic> <20160104092937.GB7033@dhcp-128-65.nay.redhat.com> <20160104122619.GH22941@pd.tnic> <1451930260.19330.21.camel@hpe.com> <20160104194059.GM22941@pd.tnic> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Borislav Petkov Cc: Dave Young , Minfei Huang , linux-arch@vger.kernel.org, linux-nvdimm@ml01.01.org, x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, Dan Williams On Mon, 2016-01-04 at 20:41 +0100, Borislav Petkov wrote: > On Mon, Jan 04, 2016 at 10:57:40AM -0700, Toshi Kani wrote: > > With this change, there will be no caller to walk_iomem_res(). Should > > we remove walk_iomem_res() altogether, or keep it for now as a > > deprecated func with the checkpatch check? > > Yes, kill it on the spot so that people don't get crazy ideas. Will do. Thanks! -Toshi -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org