[PATCH v2 0/2] net: ena: fix resource cleanup on probe failure

From: Guangshuo Li

Date: Mon Sep 21 2026 - 12:42:35 EST


This series fixes two resource leaks in the ena_probe() error path after
ena_device_init() has successfully initialized device resources.

Patch 1 adds the missing PHC cleanup.
Patch 2 adds the missing MMIO read request cleanup.

v2:
- Resend the PHC and MMIO cleanup fixes as a two-patch series, as
requested by Arthur Kiyanovski.


Guangshuo Li (2):
net: ena: fix PHC cleanup on probe failure
net: ena: fix MMIO read buffer leak on probe failure

drivers/net/ethernet/amazon/ena/ena_netdev.c | 2 ++
1 file changed, 2 insertions(+)

--
2.43.0