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