Re: [PATCH v2 5/5] automation: add x86-64 livepatching test

2023-12-13 Thread Stefano Stabellini
On Wed, 13 Dec 2023, Roger Pau Monné wrote: > On Wed, Nov 29, 2023 at 07:03:10PM -0800, Stefano Stabellini wrote: > > On Tue, 28 Nov 2023, Roger Pau Monne wrote: > > > Introduce a new gitlab tests for livepatching, using > > > livepatch-build-tools, > > > which better reflects how downstreams buil

Re: [PATCH v2 5/5] automation: add x86-64 livepatching test

2023-12-13 Thread Roger Pau Monné
On Wed, Nov 29, 2023 at 07:03:10PM -0800, Stefano Stabellini wrote: > On Tue, 28 Nov 2023, Roger Pau Monne wrote: > > Introduce a new gitlab tests for livepatching, using livepatch-build-tools, > > which better reflects how downstreams build live patches rather than the > > in-tree tests. > > > >

Re: [PATCH v2 5/5] automation: add x86-64 livepatching test

2023-11-29 Thread Stefano Stabellini
On Tue, 28 Nov 2023, Roger Pau Monne wrote: > Introduce a new gitlab tests for livepatching, using livepatch-build-tools, > which better reflects how downstreams build live patches rather than the > in-tree tests. > > The tests applies the dummy in-tree patch example, checks that the patch is > ap

[PATCH v2 5/5] automation: add x86-64 livepatching test

2023-11-28 Thread Roger Pau Monne
Introduce a new gitlab tests for livepatching, using livepatch-build-tools, which better reflects how downstreams build live patches rather than the in-tree tests. The tests applies the dummy in-tree patch example, checks that the patch is applied correctly and then reverts and unloads it. Signed