From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 5 12:21:31 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20C4B106568B; Thu, 5 Feb 2009 12:21:31 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6B48FC14; Thu, 5 Feb 2009 12:21:29 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA05915; Thu, 05 Feb 2009 14:21:20 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <498AD9BF.20503@icyb.net.ua> Date: Thu, 05 Feb 2009 14:21:19 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: "M. Warner Losh" References: <4989E87B.5010000@icyb.net.ua> <20090204.131104.2064955776.imp@bsdimp.com> In-Reply-To: <20090204.131104.2064955776.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org Subject: Re: kobj methods (DEVMETHOD) that have differing signatures (in src/sys) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 12:21:32 -0000 on 04/02/2009 22:11 M. Warner Losh said the following: > In message: <4989E87B.5010000@icyb.net.ua> > Andriy Gapon writes: > : > : This based on the (much) earlier proposal described here: > : http://lists.freebsd.org/pipermail/freebsd-arch/2008-April/007982.html > : > : The patch was applied to the recent current sources and LINT kernels for > : all architectures that have LINT/NOTES (i.e. arm excluded) were built. > : > : Here's a link to the list of files and line numbers where KOBJ methods > : are set with functions that have differing signatures: > : http://www.icyb.net.ua/~avg/kobj_method_sigs.txt > : > : List of the most common issues can be found at the first link. > : > : Hope this is useful. > > This is very helpful. I'll work through the low-hanging fruit. If > others want to work as well, please ping me. Warner, thanks a lot for your attention! I've updated the list to include actual source lines in addition to file names and line numbers - I think this should be useful since current is a moving target. http://www.icyb.net.ua/~avg/kobj_method_sigs.txt -- Andriy Gapon