On Thu, 17 Mar 2022 14:31:45 +0100 Paul Menzel wrote: > >> I think it’s important to document, that the firmware was not present in the > >> initrd. > > > > I believe this problem has nothing to do with initrd module/FW but > > rather a module built in the kernel/vmlinuz (CONFIG_BNX2X=y) itself, > > A module load from initrd works fine and can access the initrd FW > > files present in initrd file system even during the probe. For > > example, when I had CONFIG_BNX2X=m, it loads the module fine from > > initrd with FW files present in initrd file system. When I had > > CONFIG_BNX2X=y, which I believe doesn't install/load module in/from > > initrd but in kernel (vmlinuz) itself, that's where it can't access > > the firmware file and cause the load failure. > > I can only say, that adding the firmware to the initrd worked around the > problem on our side with `CONFIG_BNX2X=y`. Hi Paul, I'd like to ship this one to Linus today. It sounds like it's okay from functional perspective, can I improve the commit message as you were suggesting and leave the comment / print improvements to a later patch?