Re: [PATCH] kernel/panic: increase buffer size for verbose taint logging
From: Rio
Date: Sat Feb 21 2026 - 01:56:34 EST
> "accommodate". I'll fix this.
Thanks
> How does this look?
> + *
> + * Also, update TAINT_BUF_MAX below.
> */
> ...
> -/* 350 can accomadate all taint flags in verbose mode, with some headroom */
> +/* 350 can accommodate all taint flags in verbose mode, with some headroom */
> #define TAINT_BUF_MAX 350
Looks good, though it might help future maintainers if we document the current
maximum length of the verbose string (excluding the trailing NULL). Happy to
send a small follow-up patch if needed.