From: Benjamin Poirier Date: Wed, 17 Jul 2024 20:35:21 +0000 (-0400) Subject: Documentation: Add detailed explanation for 'N' taint flag X-Git-Tag: v6.12-rc1~173^2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b2255db3c22b0e6a53781871afe95d7cd1a69a6;p=thirdparty%2Flinux.git Documentation: Add detailed explanation for 'N' taint flag Every taint flag has an entry in the "More detailed explanation" section except for the 'N' flag. That omission was probably just an oversight so add an entry for that flag. Signed-off-by: Benjamin Poirier Acked-by: Luis Chamberlain Reviewed-by: David Gow Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20240717203521.514348-1-bpoirier@nvidia.com --- diff --git a/Documentation/admin-guide/tainted-kernels.rst b/Documentation/admin-guide/tainted-kernels.rst index f92551539e8a6..700aa72eecb16 100644 --- a/Documentation/admin-guide/tainted-kernels.rst +++ b/Documentation/admin-guide/tainted-kernels.rst @@ -182,3 +182,5 @@ More detailed explanation for tainting produce extremely unusual kernel structure layouts (even performance pathological ones), which is important to know when debugging. Set at build time. + + 18) ``N`` if an in-kernel test, such as a KUnit test, has been run.