no. A quick grep shows that it is in a file that _your_ changes in
Linus' latest have touched:
arch/x86/kernel/cpu/mcheck/mce_amd_64.c
via:
Author: Greg Kroah-Hartman <gregkh@suse.de>
Date: Thu Dec 20 08:13:05 2007 -0800
Kobject: convert arch/* from kobject_unregister() to kobject_put()
Author: Greg Kroah-Hartman <gregkh@suse.de>
Date: Wed Dec 19 09:23:20 2007 -0800
Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_
commit a521cf209c6e7042f85b2c5b16da3ffa8004fb7b
Author: Greg Kroah-Hartman <gregkh@suse.de>
Date: Wed Dec 19 09:23:20 2007 -0800
Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_creat
x86.git changed nothing to cause a crash in kobject_uevent_env(), and
nothing has changed anything near this code anyway.
We havent had a runtime (non-boot related) crash in x86.git for quite
some time. It's rock solid and dependable, and the only significant
change today were your upstream kobject commits.
Ingo
--