You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bus/cdx: fix release in probing for secondary process
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: 45ef232 ("bus/cdx: introduce AMD CDX bus")
Cc: [email protected]
Signed-off-by: Anatoly Burakov <[email protected]>
Acked-by: Nipun Gupta <[email protected]>
0 commit comments