> On Mon, Feb 1, 2010 at 8:22 AM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
>> This message has been generated automatically as a part of a report
>> of recent regressions.
>>
>> The following bug entry is on the current list of known regressions
>> from 2.6.32. Please verify if it still should be listed and let me know
>> (either way).
>>
>>
>> Bug-Entry :
http://bugzilla.kernel.org/show_bug.cgi?id=15196
>> Subject : kmem_cache_create: duplicate cache ccid2_h
>> Submitter : Heinz Diehl <htd@fancy-poultry.org>
>> Date : 2010-01-30 18:33 (2 days old)
>> References :
http://marc.info/?l=linux-kernel&m=126487640324942&w=4
>
> Cced Neil,
>
> I think this one is introduced by commit
> de4ef86cfce60d2250111f34f8a084e769f23b16,
> passing char *slab_name_fmt as function parameter, but vsnprintf is
> using sizeof(slab_name_fmt),
> which is 8 (or 4 in 32bit kernel) instead of 32 as old version.
>
> Does following patch resolve this bug, Heinz?