From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753460AbbLXVhZ (ORCPT ); Thu, 24 Dec 2015 16:37:25 -0500 Received: from g4t3425.houston.hp.com ([15.201.208.53]:53585 "EHLO g4t3425.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752371AbbLXVhX (ORCPT ); Thu, 24 Dec 2015 16:37:23 -0500 Message-ID: <1450993020.19330.15.camel@hpe.com> Subject: Re: [PATCH 01/11] resource: Add System RAM resource type From: Toshi Kani To: Borislav Petkov Cc: Dan Williams , Andrew Morton , linux-arch@vger.kernel.org, Linux MM , "linux-kernel@vger.kernel.org" , Linus Torvalds , "Rafael J. Wysocki" Date: Thu, 24 Dec 2015 14:37:00 -0700 In-Reply-To: <20151224195837.GE4128@pd.tnic> References: <1450283759.20148.11.camel@hpe.com> <20151216174523.GH29775@pd.tnic> <20151216181712.GJ29775@pd.tnic> <1450302758.20148.75.camel@hpe.com> <20151222113422.GE3728@pd.tnic> <1450814672.10450.83.camel@hpe.com> <20151223142349.GG30213@pd.tnic> <1450923815.19330.4.camel@hpe.com> <1450976937.19330.11.camel@hpe.com> <20151224195837.GE4128@pd.tnic> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 (3.16.5-3.fc22) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-12-24 at 20:58 +0100, Borislav Petkov wrote: > On Thu, Dec 24, 2015 at 10:08:57AM -0700, Toshi Kani wrote: > > As for checkpatch, I noticed that commit 9c0ece069b3 removed "feature > > -removal.txt" file, and checkpatch removed this check in commit > > 78e3f1f01d2. checkpatch does not have such check since then. So, I am > > inclined not to add this check back to checkpatch. > > I didn't mean that. > > Rather, something along the lines of, for example, > the DEFINE_PCI_DEVICE_TABLE matching but match those > resource matching functions using the strings, i.e., > "(walk_iomem_res|find_next_iomem_res|region_intersects)" or so and > warn when new code uses them and that it should rather use the new > desc-matching variants. OK, I will add a check to walk_iomem_res(). I will remove @name from region_intersects(), and find_next_iomem_res() is an internal function. Thanks, -Toshi