--- zzzz-none-000/linux-2.6.39.4/lib/kobject.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/lib/kobject.c 2021-11-10 13:38:18.000000000 +0000 @@ -12,6 +12,7 @@ * about using the kobject interface. */ +#include #include #include #include @@ -281,8 +282,8 @@ } if (kobj->state_initialized) { /* do not error out as sometimes we can recover */ - printk(KERN_ERR "kobject (%p): tried to init an initialized " - "object, something is seriously wrong.\n", kobj); + printk(KERN_ERR "kobject (%p) '%s': tried to init an initialized " + "object, something is seriously wrong.\n", kobj, kobject_name(kobj)); dump_stack(); }