From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] kref: add function for reading kref value Date: Mon, 12 Dec 2011 10:33:17 -0800 Message-ID: <20111212183317.GA11486@kroah.com> References: <1323693892-11570-1-git-send-email-dbaluta@ixiacom.com> <20111212150255.GA7506@kroah.com> <1323703934.1765.15.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <1323704494.1765.17.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <20111212173344.GA10162@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Eric Dumazet , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, adobriyan@gmail.com To: Daniel Baluta Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Dec 12, 2011 at 07:46:33PM +0200, Daniel Baluta wrote: > On Mon, Dec 12, 2011 at 7:33 PM, Greg KH wrote: > > On Mon, Dec 12, 2011 at 06:42:59PM +0200, Daniel Baluta wrote: > >> On Mon, Dec 12, 2011 at 5:41 PM, Eric Dumazet wrote: > >> > Le lundi 12 d=C3=A9cembre 2011 =C5=95 17:39 +0200, Daniel Baluta= a =C3=A9crit : > >> > > >> >> Ok, for the moment it seems to be a bad idea. But my intention = is > >> >> to integrate kref to networking code, and then to write a gener= al > >> >> debugging tool for refs. > >> >> > >> >> Tracking down reference count problems is hard, and this tool c= an > >> >> really help everyone. > >> > > >> > I dont think kref will help you that much, because its used ever= ywhere. > >> > > >> > Adding a general debugging tool will provide too much noise. > >> > > >> > Instead, we (network dev) add debugging points where we want. > >> > >> Yes, but you have to do this each time you start debugging, for a > >> particular referenced counted object. > >> > >> We must find a clever solution to avoid the noise. (e.g use > >> /proc, /sysfs, /debugfs options to trigger dumping info for > >> some/all objects with a certain state). > > > > Then use the dynamic debug infrastructure, which is there to help y= ou > > try to handle this type of debugging on-the-fly. > > > > But again, it's not a kref issue, sorry. >=20 > I see. Thanks. >=20 > One last remark: Should we encourage people > to use kref implementation, instead of making > their own ? Yes, where possible. But, as the network developers keep pointing out, this is not a place for a kref. thanks, greg k-h