Re: [PATCH v3 3/4] x86/livepatch: introduce a basic live patch test to gitlab CI

2023-12-14 Thread Jan Beulich
On 14.12.2023 11:17, Roger Pau Monne wrote: > Introduce a basic livepatch test using the interface to run self modifying > tests. The introduced test relies on changing a function from returning false > to returning true. > > To simplify the burden of keeping a patch that can be provided to > liv

[PATCH v3 3/4] x86/livepatch: introduce a basic live patch test to gitlab CI

2023-12-14 Thread Roger Pau Monne
Introduce a basic livepatch test using the interface to run self modifying tests. The introduced test relies on changing a function from returning false to returning true. To simplify the burden of keeping a patch that can be provided to livepatch-build-tools, introduce two new files: one contain