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 arc4 microcode psmouse serio_raw i2c...
> 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 time for the /msqi_irqs/ to go > away. > I'm not readding e1000e modules mys...
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 ...