Re: [PATCH] PCI: endpoint: pci-epf-test: Roll back BAR mapping when subrange setup fails

From: Christian Bruel

Date: Tue Mar 17 2026 - 06:06:51 EST





So we will need to add a SKIP ENOSPC case in TEST_F(pci_ep_bar, BAR_SUBRANGE_TEST)

Re-checking this, no need for ENOSPC test. The real condition would be EBUSY. Which can be handled nicely in a stm32 ep_map_addr helper.

Christian