net: ena: fix rare kernel crash when bar memory remap fails
This failure is rare and only found on testing where deliberately fail
devm_ioremap()
[ 451.170464] ena 0000:04:00.0: failed to remap regs bar
451.170549] Workqueue: pciehp-1 pciehp_power_thread
[ 451.170551] task:
ffff88085a5f2d00 task.stack:
ffffc9000756c000
[ 451.170552] RIP: 0010:devm_iounmap+0x2d/0x40
[ 451.170553] RSP: 0018:
ffffc9000756fac0 EFLAGS:
00010282
[ 451.170554] RAX:
00000000fffffffe RBX:
0000000000000000 RCX:
0000000000000000
[ 451.170555] RDX:
ffffffff813a7e00 RSI:
0000000000000282 RDI:
0000000000000282
[ 451.170556] RBP:
ffffc9000756fac8 R08:
00000000fffffffe R09:
00000000000009b7
[ 451.170557] R10:
0000000000000005 R11:
00000000000009b6 R12:
ffff880856c9d0a0
[ 451.170558] R13:
ffffc9000f5c90c0 R14:
ffff880856c9d0a0 R15:
0000000000000028
[ 451.170559] FS:
0000000000000000(0000) GS:
ffff88085f400000(0000)
knlGS:
0000000000000000
[ 451.170560] CS: 0010 DS: 0000 ES: 0000 CR0:
0000000080050033
[ 451.170561] CR2:
00007f169038b000 CR3:
0000000001c09000 CR4:
00000000003406f0
[ 451.170562] DR0:
0000000000000000 DR1:
0000000000000000 DR2:
0000000000000000
[ 451.170562] DR3:
0000000000000000 DR6:
00000000fffe0ff0 DR7:
0000000000000400
[ 451.170563] Call Trace:
[ 451.170572] ena_release_bars.isra.48+0x34/0x60 [ena]
[ 451.170574] ena_probe+0x144/0xd90 [ena]
[ 451.170579] ? ida_simple_get+0x98/0x100
[ 451.170585] ? kernfs_next_descendant_post+0x40/0x50
[ 451.170591] local_pci_probe+0x45/0xa0
[ 451.170592] pci_device_probe+0x157/0x180
[ 451.170599] driver_probe_device+0x2a8/0x460
[ 451.170600] __device_attach_driver+0x7e/0xe0
[ 451.170602] ? driver_allows_async_probing+0x30/0x30
[ 451.170603] bus_for_each_drv+0x68/0xb0
[ 451.170605] __device_attach+0xdd/0x160
[ 451.170607] device_attach+0x10/0x20
[ 451.170610] pci_bus_add_device+0x4f/0xa0
[ 451.170611] pci_bus_add_devices+0x39/0x70
[ 451.170613] pciehp_configure_device+0x96/0x120
[ 451.170614] pciehp_enable_slot+0x1b3/0x290
[ 451.170616] pciehp_power_thread+0x3b/0xb0
[ 451.170622] process_one_work+0x149/0x360
[ 451.170623] worker_thread+0x4d/0x3c0
[ 451.170626] kthread+0x109/0x140
[ 451.170627] ? rescuer_thread+0x380/0x380
[ 451.170628] ? kthread_park+0x60/0x60
[ 451.170632] ret_from_fork+0x25/0x30
Signed-off-by: Netanel Belgazal <netanel@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>