Hi Shivang,

Thanks for the update, LGTM, ack.

Thanks,
Tao Liu

On Sun, Dec 14, 2025 at 1:41 AM Shivang Upadhyay <[email protected]> wrote:
>
> Signed-off-by: Shivang Upadhyay <[email protected]>
> ---
>  crash.8 | 4 ++++
>  help.c  | 4 ++++
>  2 files changed, 8 insertions(+)
>
> diff --git a/crash.8 b/crash.8
> index c7dc27d..511c092 100644
> --- a/crash.8
> +++ b/crash.8
> @@ -511,6 +511,10 @@ a relocation size equal to the difference between the 
> two values.
>  Set the number of internal hash queue heads used for list gathering
>  and verification.  The default count is 32768.
>  .TP
> +.BI --max-malloc-bufs \ size
> +Set the value of \fBMAX_MALLOC_BUFS\fP to \fIsize\fP.
> +The minimum allowed value is 3072.
> +.TP
>  .B --minimal
>  Bring up a session that is restricted to the
>  .I log, dis, rd, sym, eval, set
> diff --git a/help.c b/help.c
> index 78d7a5c..3faea60 100644
> --- a/help.c
> +++ b/help.c
> @@ -344,6 +344,10 @@ char *program_usage_info[] = {
>      "    relocated KASLR value.  If set to auto, the KASLR offset value 
> will",
>      "    be automatically calculated.",
>      "",
> +    "  --max-malloc-bufs <size>",
> +    "    Set the value of MAX_MALLOC_BUFS to size.",
> +    "    The minimum allowed value is 3072.",
> +    "",
>      "  --minimal",
>      "    Bring up a session that is restricted to the log, dis, rd, sym,",
>      "    eval, set and exit commands.  This option may provide a way to",
> --
> 2.52.0
>
--
Crash-utility mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/
Contribution Guidelines: https://github.com/crash-utility/crash/wiki

Reply via email to