On Fri, 24 Oct 2025 at 11:53, Anatoly Burakov <[email protected]> wrote: > > The variable cdx_addr is a stack-allocated zero-initialized char array, but > it is never used anywhere except in an error handler to stand it as a > device bus address for a VFIO device release call. This is incorrect, as it > should have been actual device address, so fix the code to reflect that. > > Fixes: 45ef232af515 ("bus/cdx: introduce AMD CDX bus") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Anatoly Burakov <[email protected]>
Reviews on this series please. -- David Marchand

