Re: [PATCH v3] kunit: run test suites only after module initialization completes

2024-01-09 Thread Marco Pagani
On 2024-01-08 08:27, David Gow wrote: > On Wed, 6 Dec 2023 at 23:07, Marco Pagani wrote: >> >> Commit 2810c1e99867 ("kunit: Fix wild-memory-access bug in >> kunit_free_suite_set()") fixed a wild-memory-access bug that could have >> happened during the loading phase of test suites built and exec

Re: [PATCH v3] kunit: run test suites only after module initialization completes

2024-01-07 Thread David Gow
On Wed, 6 Dec 2023 at 23:07, Marco Pagani wrote: > > Commit 2810c1e99867 ("kunit: Fix wild-memory-access bug in > kunit_free_suite_set()") fixed a wild-memory-access bug that could have > happened during the loading phase of test suites built and executed as > loadable modules. However, it also in

Re: [PATCH v3] kunit: run test suites only after module initialization completes

2024-01-05 Thread Rae Moar
On Wed, Dec 6, 2023 at 10:07 AM Marco Pagani wrote: > > Commit 2810c1e99867 ("kunit: Fix wild-memory-access bug in > kunit_free_suite_set()") fixed a wild-memory-access bug that could have > happened during the loading phase of test suites built and executed as > loadable modules. However, it also

Re: [PATCH v3] kunit: run test suites only after module initialization completes

2023-12-20 Thread Richard Fitzgerald
On 06/12/2023 15:07, Marco Pagani wrote: Commit 2810c1e99867 ("kunit: Fix wild-memory-access bug in kunit_free_suite_set()") fixed a wild-memory-access bug that could have happened during the loading phase of test suites built and executed as loadable modules. However, it also introduced a proble

[PATCH v3] kunit: run test suites only after module initialization completes

2023-12-06 Thread Marco Pagani
Commit 2810c1e99867 ("kunit: Fix wild-memory-access bug in kunit_free_suite_set()") fixed a wild-memory-access bug that could have happened during the loading phase of test suites built and executed as loadable modules. However, it also introduced a problematic side effect that causes test suites m