Re: [PATCH v3] selftests: livepatch: Test atomic replace against multiple modules

2024-06-18 Thread Petr Mladek
On Mon 2024-06-03 14:26:19, Marcos Paulo de Souza wrote: > Adapt the current test-livepatch.sh script to account the number of > applied livepatches and ensure that an atomic replace livepatch disables > all previously applied livepatches. > > Signed-off-by: Marcos Paulo de Souza JFYI, the

Re: [PATCH v3] selftests: livepatch: Test atomic replace against multiple modules

2024-06-18 Thread Petr Mladek
On Mon 2024-06-03 14:26:19, Marcos Paulo de Souza wrote: > Adapt the current test-livepatch.sh script to account the number of > applied livepatches and ensure that an atomic replace livepatch disables > all previously applied livepatches. > > Signed-off-by: Marcos Paulo de Souza > --- > Changes

Re: [PATCH v3] selftests: livepatch: Test atomic replace against multiple modules

2024-06-07 Thread Miroslav Benes
On Mon, 3 Jun 2024, Marcos Paulo de Souza wrote: > Adapt the current test-livepatch.sh script to account the number of > applied livepatches and ensure that an atomic replace livepatch disables > all previously applied livepatches. > > Signed-off-by: Marcos Paulo de Souza > --- > Changes since

Re: [PATCH v3] selftests: livepatch: Test atomic replace against multiple modules

2024-06-04 Thread Marcos Paulo de Souza
On Tue, 2024-06-04 at 14:10 -0400, Joe Lawrence wrote: > On Mon, Jun 03, 2024 at 02:26:19PM -0300, Marcos Paulo de Souza > wrote: > > Adapt the current test-livepatch.sh script to account the number of > > applied livepatches and ensure that an atomic replace livepatch > > disables > > all

Re: [PATCH v3] selftests: livepatch: Test atomic replace against multiple modules

2024-06-04 Thread Joe Lawrence
On Mon, Jun 03, 2024 at 02:26:19PM -0300, Marcos Paulo de Souza wrote: > Adapt the current test-livepatch.sh script to account the number of > applied livepatches and ensure that an atomic replace livepatch disables > all previously applied livepatches. > > Signed-off-by: Marcos Paulo de Souza >

Re: [PATCH v3] selftests: livepatch: Test atomic replace against multiple modules

2024-06-03 Thread Marcos Paulo de Souza
On Mon, 2024-06-03 at 14:26 -0300, Marcos Paulo de Souza wrote: > Adapt the current test-livepatch.sh script to account the number of > applied livepatches and ensure that an atomic replace livepatch > disables > all previously applied livepatches. > > Signed-off-by: Marcos Paulo de Souza > ---

[PATCH v3] selftests: livepatch: Test atomic replace against multiple modules

2024-06-03 Thread Marcos Paulo de Souza
Adapt the current test-livepatch.sh script to account the number of applied livepatches and ensure that an atomic replace livepatch disables all previously applied livepatches. Signed-off-by: Marcos Paulo de Souza --- Changes since v2: * Used variables to stop the name of other livepatches