Re: [PATCH] xen/livepatch: fix livepatch tests

2023-11-29 Thread Roger Pau Monné
On Wed, Nov 29, 2023 at 10:32:32AM +, Ross Lagerwall wrote: > On Tue, Nov 28, 2023 at 5:41 PM Roger Pau Monne wrote: > > > > The current set of in-tree livepatch tests in xen/test/livepatch started > > failing after the constify of the payload funcs array, and the movement of > > the > > stat

Re: [PATCH] xen/livepatch: fix livepatch tests

2023-11-29 Thread Ross Lagerwall
On Tue, Nov 28, 2023 at 5:41 PM Roger Pau Monne wrote: > > The current set of in-tree livepatch tests in xen/test/livepatch started > failing after the constify of the payload funcs array, and the movement of the > status data into a separate array. > > Fix the tests so they respect the constness

Re: [PATCH] xen/livepatch: fix livepatch tests

2023-11-28 Thread Andrew Cooper
On 28/11/2023 5:41 pm, Roger Pau Monne wrote: > The current set of in-tree livepatch tests in xen/test/livepatch started > failing after the constify of the payload funcs array, and the movement of the > status data into a separate array. > > Fix the tests so they respect the constness of the funcs

[PATCH] xen/livepatch: fix livepatch tests

2023-11-28 Thread Roger Pau Monne
The current set of in-tree livepatch tests in xen/test/livepatch started failing after the constify of the payload funcs array, and the movement of the status data into a separate array. Fix the tests so they respect the constness of the funcs array and also make use of the new location of the per