Messages in this thread |  | | From | Brendan Higgins <> | Date | Wed, 6 Jul 2022 16:44:27 -0400 | Subject | Re: [PATCH v5 2/4] module: panic: Taint the kernel when selftest modules load |
| |
On Sat, Jul 2, 2022 at 12:10 AM 'David Gow' via KUnit Development <kunit-dev@googlegroups.com> wrote: > > Taint the kernel with TAINT_TEST whenever a test module loads, by adding > a new "TEST" module property, and setting it for all modules in the > tools/testing directory. This property can also be set manually, for > tests which live outside the tools/testing directory with: > MODULE_INFO(test, "Y"); > > Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> > Signed-off-by: David Gow <davidgow@google.com>
Acked-by: Brendan Higgins <brendanhiggins@google.com>
|  |