* [folded-merged] kernel-panic-increase-buffer-size-for-verbose-taint-logging-fix.patch removed from -mm tree
@ 2026-03-25 4:33 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-03-25 4:33 UTC (permalink / raw)
To: mm-commits, wangjinchao600, rioo.tsukatsukii, pmladek,
joel.granados, akpm, akpm
The quilt patch titled
Subject: kernel-panic-increase-buffer-size-for-verbose-taint-logging-fix
has been removed from the -mm tree. Its filename was
kernel-panic-increase-buffer-size-for-verbose-taint-logging-fix.patch
This patch was dropped because it was folded into kernel-panic-increase-buffer-size-for-verbose-taint-logging.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kernel-panic-increase-buffer-size-for-verbose-taint-logging-fix
Date: Fri Feb 20 01:05:15 PM PST 2026
fix spello, add comment
Cc: Joel Granados <joel.granados@kernel.org>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Rio <rioo.tsukatsukii@gmail.com>
Cc: Wang Jinchao <wangjinchao600@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/panic.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- a/kernel/panic.c~kernel-panic-increase-buffer-size-for-verbose-taint-logging-fix
+++ a/kernel/panic.c
@@ -801,6 +801,8 @@ EXPORT_SYMBOL(panic);
* Documentation/admin-guide/tainted-kernels.rst, including its
* small shell script that prints the TAINT_FLAGS_COUNT bits of
* /proc/sys/kernel/tainted.
+ *
+ * Also, update TAINT_BUF_MAX below.
*/
const struct taint_flag taint_flags[TAINT_FLAGS_COUNT] = {
TAINT_FLAG(PROPRIETARY_MODULE, 'P', 'G'),
@@ -854,7 +856,7 @@ static void print_tainted_seq(struct seq
}
}
-/* 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
static const char *_print_tainted(bool verbose)
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
selftests-mm-skip-uffd-wp-mremap-if-uffd-write-protect-is-unsupported-fix.patch
mm-switch-the-rmap-lock-held-option-off-in-compat-layer-fix.patch
selftests-mm-add-uffdio_move-huge-zeropage-pmd-regression-test-fix.patch
kernel-panic-increase-buffer-size-for-verbose-taint-logging.patch
decode_stacktrace-decode-caller-address-checkpatch-fixes.patch
lib-list_sort-remove-dummy-cmp-calls-to-speed-up-merge_final-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-25 4:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 4:33 [folded-merged] kernel-panic-increase-buffer-size-for-verbose-taint-logging-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.