From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756248AbcAZBgs (ORCPT ); Mon, 25 Jan 2016 20:36:48 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:47462 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755674AbcAZBgq (ORCPT ); Mon, 25 Jan 2016 20:36:46 -0500 Date: Tue, 26 Jan 2016 04:36:33 +0300 From: Dan Carpenter To: "Huang, Ying" Cc: devel@driverdev.osuosl.org, Sirnam Swetha , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Willy Tarreau , Sudip Mukherjee Subject: Re: [PATCH] Revert "Staging: panel: usleep_range is preferred over udelay" Message-ID: <20160126013633.GK5325@mwanda> References: <1453540760-31034-1-git-send-email-sudipm.mukherjee@gmail.com> <20160125091601.GG5325@mwanda> <20160125094321.GA32485@sudip-pc> <20160125124041.GC5273@mwanda> <87mvrt9o3z.fsf@yhuang-dev.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mvrt9o3z.fsf@yhuang-dev.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 26, 2016 at 08:32:48AM +0800, Huang, Ying wrote: > Dan Carpenter writes: > > > On Mon, Jan 25, 2016 at 03:13:21PM +0530, Sudip Mukherjee wrote: > >> Apart from the mail which Ying Huang sent to me last week for another error > >> (which actually turned out to be this one), i saw the first report by > >> Ying Huang on November. > >> https://lkml.org/lkml/2015/11/2/93 > > > > Ying, could you CC the subsystem list for these reports? This one was > > CC'd to Sirnam, Greg and LKML. Sirnam is too new to understand what > > they mean, Greg is too busy, and only Sudip and Alan Cox read LKML. > > Sure. But what is the best way to find the subsystem list for a patch? > Now we use author, committer, and the xxx-by: and Cc: list in patch to > find the recipient. For this one it's simple. Get the filename from the git commit and use ./scripts/get_maintainer.pl -f $file. That should work generally, the only issue is maybe some patches affect things across subsystems. Also I don't know if netdev wants these emails? Do you guys CC them on 0day warnings? regards, dan carpenter