From: Ming Lei <tom.leiming@gmail.com>
To: Xiaotian Feng <xtfeng@gmail.com>
Cc: Xiaotian Feng <dfeng@redhat.com>,
gregkh@suse.de, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] lib/kobject: put kobject if kobject_add_internal fails
Date: Sat, 25 Jul 2009 14:52:33 +0800 [thread overview]
Message-ID: <d82e647a0907242352i5e184dd2i488ae6918e9cd959@mail.gmail.com> (raw)
In-Reply-To: <7b6bb4a50907242334m15335df6xaa0a8f96fc6cfcd4@mail.gmail.com>
2009/7/25 Xiaotian Feng <xtfeng@gmail.com>:
>> No, you should fix the 20+ files instead of lib/kobject. One rule should
>> be:
>>
>> One who allocated kobject should free the kobject,
>> instead of others.
>
>
> kobject_put is not to free the kobject, it's to cleanup the resources
> allocated by kobject_init/add/....
> After kobject_put, we just have a cleanup kobject. The freed action is taken
> by kfree called by who uses kobject,
kobject_put may (but not must) free the kobject, which depends on the kobj_type
passed to kobject_init_and_add. The .release of the default
kobj_type(dynamic_kobj_ktype) will free the kobject and kobject_put will call
.release.
Even you can make sure _all_ .release of the passed kobj_type does not free
the kobject, you still have the double calling of kobject_put problem,
don't you?
Thanks.
--
Lei Ming
next prev parent reply other threads:[~2009-07-25 6:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-24 7:12 Xiaotian Feng
2009-07-25 3:38 ` Ming Lei
[not found] ` <7b6bb4a50907242318ocdb8ba8m3e7dc49a2f40a73e@mail.gmail.com>
2009-07-25 6:36 ` Ming Lei
[not found] ` <7b6bb4a50907242334m15335df6xaa0a8f96fc6cfcd4@mail.gmail.com>
2009-07-25 6:52 ` Ming Lei [this message]
[not found] ` <7b6bb4a50907250636h17be6678u75b5e5a68522ada4@mail.gmail.com>
2009-07-26 9:32 ` Ming Lei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d82e647a0907242352i5e184dd2i488ae6918e9cd959@mail.gmail.com \
--to=tom.leiming@gmail.com \
--cc=dfeng@redhat.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=xtfeng@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®