XRT icon indicating copy to clipboard operation
XRT copied to clipboard

Passing as a separte module of mgmtpf & XOCL to avoid execution confl…

Open raghkris opened this issue 1 year ago • 4 comments

…ict.

Problem solved by the commit

Used separate module string name for both MGMTPF & XOCL to avoid macro and execution at runtime.

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

How problem was solved, alternative solutions (if any) and why they were rejected

Risks (if any) associated the changes in the commit

What has been tested and how, request additional testing if necessary

Documentation impact (if any)

raghkris avatar Apr 24 '24 15:04 raghkris

Can one of the admins verify this patch?

gbuildx avatar Apr 24 '24 15:04 gbuildx

Can one of the admins verify this patch?

gbuildx avatar Apr 24 '24 15:04 gbuildx

Can you explain more on why this change is needed?

houlz0507 avatar Apr 24 '24 15:04 houlz0507

As we were working with customer kernel & as part of custom kernel changes, xocl_debug_init() function is being called by both xclmgmt_init() and xocl_init() fucntions, so we differentiated with by passing parameters as module like "mgmtpf" & "xocl", to avoid execution conflict of xocl_debug_init() fucntions.

raghkris avatar Apr 25 '24 06:04 raghkris