Re: [PATCH v7 1/4] bus/pci: fix registration of PCI device

2025-02-24 Thread Stephen Hemminger
On Wed, 12 Feb 2025 18:38:32 +0200 Shani Peretz wrote: > When registering a new PCI device, the device->name field stored > the user-provided string from devargs (e.g., "08:00.0" or ":08:00.0"). > This approach led to inconsistencies when registering new devices. > > This patch fix this issu

Re: [PATCH v7 1/4] bus/pci: fix registration of PCI device

2025-02-19 Thread Stephen Hemminger
On Wed, 12 Feb 2025 18:38:32 +0200 Shani Peretz wrote: > When registering a new PCI device, the device->name field stored > the user-provided string from devargs (e.g., "08:00.0" or ":08:00.0"). > This approach led to inconsistencies when registering new devices. > > This patch fix this issu

Re: [PATCH v7 1/4] bus/pci: fix registration of PCI device

2025-02-19 Thread Stephen Hemminger
On Wed, 12 Feb 2025 18:38:32 +0200 Shani Peretz wrote: > When registering a new PCI device, the device->name field stored > the user-provided string from devargs (e.g., "08:00.0" or ":08:00.0"). > This approach led to inconsistencies when registering new devices. > > This patch fix this issu