kobject_add_internal+0x204/0x320() kobject_add_internal failed for msi_irqs with -EEXIST, don't try to register things with the same name in the same directory. Modules linked in: bnep btusb bluetooth iTCO_wdt iTCO_vendor_support snd_hda_codec_analog hid_generic coretemp kvm_intel kvm ...
This looks related to the MSI/kobject issues Veaceslav is working on. Seehttp://lkml.kernel.org/r/1379382464-7920-2-git-send-email-vfal...@redhat.comand related messages. We don't have a resolution yet. If you have CONFIG_DEBUG_KOBJECT_RELEASE=y, you could try turning that off. I ...
> won't help - the warning is about the re-registering, not about freeing it. > > As a workaround I'd suggest adding some kind of delay between removing and > adding the msi - as in - rmmod e1000e; sleep 1; modprobe e1000e; - or > something like that, so that there is enough...