Re: [PATCH] xen/livepatch: make .livepatch.funcs read-only for in-tree tests

2024-05-22 Thread Ross Lagerwall
On Fri, Dec 1, 2023 at 10:16 AM Roger Pau Monne wrote: > > This matches the flags of the .livepatch.funcs section when generated using > livepatch-build-tools, which only sets the SHT_ALLOC flag. > > Also constify the definitions of the livepatch_func variables in the tests > themselves, in order

[PATCH] xen/livepatch: make .livepatch.funcs read-only for in-tree tests

2023-12-01 Thread Roger Pau Monne
This matches the flags of the .livepatch.funcs section when generated using livepatch-build-tools, which only sets the SHT_ALLOC flag. Also constify the definitions of the livepatch_func variables in the tests themselves, in order to better match the resulting output. Note that just making those