Re: [PATCH v6 0/3] livepatch: Move modules to selftests and add a new test

2024-01-17 Thread Joe Lawrence
On 1/12/24 12:43, Marcos Paulo de Souza wrote: > Changes in v6: > - Rebased on top of 70d201a40823 (thanks Alexander Gordeev!) > - Resolved a conflict because of 43e8832fed08 being reverted > - Resolved a missing static declaration for lp_sys_getpid, since > -Wmissing-prototypes warning was enabl

[PATCH v6 0/3] livepatch: Move modules to selftests and add a new test

2024-01-12 Thread Marcos Paulo de Souza
Changes in v6: - Rebased on top of 70d201a40823 (thanks Alexander Gordeev!) - Resolved a conflict because of 43e8832fed08 being reverted - Resolved a missing static declaration for lp_sys_getpid, since -Wmissing-prototypes warning was enabled. - Retested everything, from running the livepatch sel

[PATCH v5 0/3] livepatch: Move modules to selftests and add a new test

2024-01-09 Thread Marcos Paulo de Souza
Changes in v5: * Fixed an issue found by Joe that copied Kbuild files along with the test modules to the installation directory. * Added Joe Lawrense review tags. Changes in v4: * Documented how to compile the livepatch selftests without running the tests (Joe) * Removed the mention to lib/liv

Re: [PATCH RESEND v4 0/3] livepatch: Move modules to selftests and add a new test

2024-01-03 Thread Joe Lawrence
On Wed, Dec 20, 2023 at 01:53:11PM -0300, Marcos Paulo de Souza wrote: > Changes in v4: > * Documented how to compile the livepatch selftests without running the > tests (Joe) > * Removed the mention to lib/livepatch on MAINTAINERS file, reported by > checkpatch. > > Changes in v3: > * Rebased

Re: livepatch: Move modules to selftests and add a new test

2023-12-22 Thread Kernel.org Bugbot
mricon writes via Kernel.org Bugzilla: Oh, hmm... I uncovered a bug in bugbot -- this was a different subthread that I started about b4 and supporting --dry-run-to that Marcos was looking for. Not sure how to fix bugbot yet, but I'm going to close this bug for now. Sorry about the noise, everyo

Re: livepatch: Move modules to selftests and add a new test

2023-12-22 Thread Kernel.org Bugbot
Hello: This conversation is now tracked by Kernel.org Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=218303 There is no need to do anything else, just keep talking. -- Deet-doot-dot, I am a bot. Kernel.org Bugzilla (peebz 0.1)

Re: [PATCH RESEND v4 0/3] livepatch: Move modules to selftests and add a new test

2023-12-21 Thread Shuah Khan
On 12/21/23 05:17, Marcos Paulo de Souza wrote: On Wed, 2023-12-20 at 13:53 -0300, Marcos Paulo de Souza wrote: Changes in v4: * Documented how to compile the livepatch selftests without running the   tests (Joe) * Removed the mention to lib/livepatch on MAINTAINERS file, reported by   checkpa

Re: [PATCH RESEND v4 0/3] livepatch: Move modules to selftests and add a new test

2023-12-21 Thread Marcos Paulo de Souza
On Wed, 2023-12-20 at 13:53 -0300, Marcos Paulo de Souza wrote: > Changes in v4: > * Documented how to compile the livepatch selftests without running > the >   tests (Joe) > * Removed the mention to lib/livepatch on MAINTAINERS file, reported > by >   checkpatch. > To clarify: this is not a rese

[PATCH RESEND v4 0/3] livepatch: Move modules to selftests and add a new test

2023-12-20 Thread Marcos Paulo de Souza
Changes in v4: * Documented how to compile the livepatch selftests without running the tests (Joe) * Removed the mention to lib/livepatch on MAINTAINERS file, reported by checkpatch. Changes in v3: * Rebased on top of v6.6-rc5 * The commits messages were improved (Thanks Petr!) * Created TEST_

Re: [PATCH v3 0/3] livepatch: Move modules to selftests and add a new test

2023-11-30 Thread Marcos Paulo de Souza
Humble ping :) On Tue, Oct 31, 2023 at 06:10:50PM -0300, Marcos Paulo de Souza wrote: > This patchset moves the current kernel testing livepatch modules from > lib/livepatches to tools/testing/selftest/livepatch/test_modules, and compiles > them as out-of-tree modules before testing. > > There is

[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test

2023-10-31 Thread Marcos Paulo de Souza
This patchset moves the current kernel testing livepatch modules from lib/livepatches to tools/testing/selftest/livepatch/test_modules, and compiles them as out-of-tree modules before testing. There is also a new test being added. This new test exercises multiple processes calling a syscall, while