From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarek Poplawski Subject: Re: [PATCH] ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl Date: Sun, 27 Sep 2009 21:02:08 +0200 Message-ID: <20090927190208.GA3549@del.dom.local> References: <20090921201157.GA5460@del.dom.local> <4ABA9058.3010605@free.fr> <20090925131038.GA14778@ff.dom.local> <20090925134052.GA1661@linux-mips.org> <20090925183504.GA3307@del.dom.local> <20090927072319.GA28089@linux-mips.org> <20090927171029.GA3297@del.dom.local> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=+Zj8W35ac+SOVCu+lLtYXLZ7lkencJuzvVYK7Be+F7w=; b=aCO37FgNKw+cZkLJhOIYo5gtkYwApvWqqB99EKEw0vxpcTGzP4m4gJkJuA6ZBsvmgP Bb19GE/fxt4Ypiy53SrWokS+PhfX6MXPRmj4a4O/A7ybpgIWFajsM14iw2yQcQRhPdD1 +76L70eLRELtI+2hobKAJqRpMbkxpSEvAuLC4= Content-Disposition: inline In-Reply-To: <20090927171029.GA3297@del.dom.local> Sender: netdev-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ralf Baechle DL5RB Cc: David Miller , Bernard Pidoux F6BVP , Bernard Pidoux , Linux Netdev List , linux-hams On Sun, Sep 27, 2009 at 07:10:29PM +0200, Jarek Poplawski wrote: ... > In this case valid calls (return 0) were affected too, so I guess the > whole thing is rarely used. And, after all, there would be only a little, invisible memory leak. Jarek P.