Re: [PATCH -mm] x86 boot : export boot_params via sysfs

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: Huang, Ying <ying.huang@...>, H. Peter Anvin <hpa@...>, Thomas Gleixner <tglx@...>, Ingo Molnar <mingo@...>, Andi Kleen <ak@...>, Eric W. Biederman <ebiederm@...>, <linux-kernel@...>, Greg KH <greg@...>
Date: Wednesday, December 12, 2007 - 12:42 am

On Dec 12, 2007 10:40 AM, Andrew Morton <akpm@linux-foundation.org> wrote:

Seems kobject_create_and_register would be replaced by
kobject_create_and_add, and the uevent handling would be separated
from original create_and_register onefunction.

wait for greg's patches or modify to use:

kobject_init
kobject_add
kobject_uevent

BTW, I suspect whether the uevent is really needed for boot_params object.

Regards
dave
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -mm] x86 boot : export boot_params via sysfs, Huang, Ying, (Tue Dec 11, 12:49 pm)
Re: [PATCH -mm] x86 boot : export boot_params via sysfs, Andrew Morton, (Tue Dec 11, 10:40 pm)
Re: [PATCH -mm] x86 boot : export boot_params via sysfs, Dave Young, (Wed Dec 12, 12:42 am)