Re: [PATCH] xen: fix multicall debug data referencing

2024-07-18 Thread boris . ostrovsky
On 7/18/24 2:21 AM, Juergen Gross wrote: The recent adding of multicall debug mixed up the referencing of the debug data. A __percpu tagged pointer can't be initialized with a plain pointer, so use another percpu variable for the pointer and set it on each new cpu via a function. Fixes: 942d91

[PATCH] xen: fix multicall debug data referencing

2024-07-17 Thread Juergen Gross
The recent adding of multicall debug mixed up the referencing of the debug data. A __percpu tagged pointer can't be initialized with a plain pointer, so use another percpu variable for the pointer and set it on each new cpu via a function. Fixes: 942d917cb92a ("xen: make multicall debug boot time