On 5/6/20 3:28 PM, Rafael Aquini wrote:
> diff --git a/Documentation/admin-guide/kernel-parameters.txt 
> b/Documentation/admin-guide/kernel-parameters.txt
> index 7bc83f3d9bdf..75c02c1841b2 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -3404,6 +3404,9 @@
>       panic_on_warn   panic() instead of WARN().  Useful to cause kdump
>                       on a WARN().
>  
> +     panic_on_taint  panic() when the kernel gets tainted, if the taint
> +                     flag being set matches with the assigned bitmask.
> +

Where is the bitmask assigned?

I.e., maybe this text should be more like:

        panic_on_taint=<bitmask>
and then the bits are explained.  See e.g. panic= and panic_print=
in this same file.


>       crash_kexec_post_notifiers
>                       Run kdump after running panic-notifiers and dumping
>                       kmsg. This only for the users who doubt kdump always


-- 
~Randy

Reply via email to