From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934278Ab3BNLnF (ORCPT ); Thu, 14 Feb 2013 06:43:05 -0500 Received: from mail-bk0-f53.google.com ([209.85.214.53]:41665 "EHLO mail-bk0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752895Ab3BNLnD (ORCPT ); Thu, 14 Feb 2013 06:43:03 -0500 Date: Thu, 14 Feb 2013 12:43:15 +0100 From: Cong Ding To: "Hans J. Koch" Cc: Greg Kroah-Hartman , Linux Kernel Mailing List Subject: Re: [PATCH v2 1/1] uio.c: solve memory leak Message-ID: <20130214114315.GB18774@gmail.com> References: <1354210800-27230-1-git-send-email-dinggnu@gmail.com> <20121211012112.GA11273@local> <20130118220050.GA31286@kroah.com> <20130120210140.GA13035@local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130120210140.GA13035@local> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 20, 2013 at 10:01:41PM +0100, Hans J. Koch wrote: > On Fri, Jan 18, 2013 at 02:00:50PM -0800, Greg Kroah-Hartman wrote: > > On Fri, Jan 18, 2013 at 10:05:45PM +0100, Cong Ding wrote: > > > On Tue, Dec 11, 2012 at 2:21 AM, Hans J. Koch wrote: > > > > On Thu, Nov 29, 2012 at 05:40:00PM +0000, Cong Ding wrote: > > > >> In version 1, I forgot to modify the same bug in the first loop. > > > >> > > > >> we have to call kobject_put() to clean up the kobject after function > > > >> kobject_init(), kobject_add(), or kobject_uevent() is called. > > > >> > > > >> Signed-off-by: Cong Ding > > > > > > > > Signed-off-by: "Hans J. Koch" > > > > > > Hi Greg, is this patch stil in the queue? > > > > Hans is queueing up UIO patches to send to me, I'm waiting for him to > > send them as I don't have any in my trees. > > I'll set that up tonight or tomorrow. Sorry, I was delayed by illness > and a lot of other work. Hi Hans, what's this going on? Thanks, - cong