Re: [PATCH v2] lib{fdt,elf}: move lib{fdt,elf}-temp.o and their deps to $(targets)

2024-01-22 Thread Jan Beulich
On 22.01.2024 15:46, Anthony PERARD wrote: > On Mon, Jan 22, 2024 at 12:39:55PM +0100, Michal Orzel wrote: >> At the moment, trying to run xencov read/reset (calling SYSCTL_coverage_op >> under the hood) results in a crash. This is due to a profiler trying to >> access data in the .init.* sections

Re: [PATCH v2] lib{fdt,elf}: move lib{fdt,elf}-temp.o and their deps to $(targets)

2024-01-22 Thread Anthony PERARD
On Mon, Jan 22, 2024 at 12:39:55PM +0100, Michal Orzel wrote: > At the moment, trying to run xencov read/reset (calling SYSCTL_coverage_op > under the hood) results in a crash. This is due to a profiler trying to > access data in the .init.* sections (libfdt for Arm and libelf for x86) > that are

[PATCH v2] lib{fdt,elf}: move lib{fdt,elf}-temp.o and their deps to $(targets)

2024-01-22 Thread Michal Orzel
At the moment, trying to run xencov read/reset (calling SYSCTL_coverage_op under the hood) results in a crash. This is due to a profiler trying to access data in the .init.* sections (libfdt for Arm and libelf for x86) that are stripped after boot. Normally, the build system compiles any *.init.o