Re: [PATCH] xen: fix multicall debug feature

2025-04-10 Thread Borislav Petkov
On Thu, Mar 27, 2025 at 08:06:02PM +0100, Juergen Gross wrote: > Initializing a percpu variable with the address of a struct tagged as > .initdata is breaking the build with CONFIG_SECTION_MISMATCH_WARN_ONLY > not set to "y". > > Fix that by using an access function instead returning the .initdata

Re: [PATCH] xen: fix multicall debug feature

2025-04-05 Thread boris . ostrovsky
On 3/27/25 3:06 PM, Juergen Gross wrote: Initializing a percpu variable with the address of a struct tagged as .initdata is breaking the build with CONFIG_SECTION_MISMATCH_WARN_ONLY not set to "y". Fix that by using an access function instead returning the .initdata struct address if the percpu