From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,senozhatsky@chromium.org,pmladek@suse.com,lkp@intel.com,john.ogness@linutronix.de,feng.tang@linux.alibaba.com,akpm@linux-foundation.org,akpm@linux-foundation.org
Subject: [folded-merged] panic-remove-redundant-panic-cpu-backtrace-fix.patch removed from -mm tree
Date: Sat, 13 Sep 2025 17:17:05 -0700 [thread overview]
Message-ID: <20250914001706.1E82FC4CEEB@smtp.kernel.org> (raw)
The quilt patch titled
Subject: panic-remove-redundant-panic-cpu-backtrace-fix
has been removed from the -mm tree. Its filename was
panic-remove-redundant-panic-cpu-backtrace-fix.patch
This patch was dropped because it was folded into panic-remove-redundant-panic-cpu-backtrace.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: panic-remove-redundant-panic-cpu-backtrace-fix
Date: Thu Sep 4 03:46:17 PM PDT 2025
make panic_this_cpu_backtrace_printed static
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202509050048.FMpVvh1u-lkp@intel.com/
Cc: Feng Tang <feng.tang@linux.alibaba.com>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/panic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/panic.c~panic-remove-redundant-panic-cpu-backtrace-fix
+++ a/kernel/panic.c
@@ -67,7 +67,7 @@ static unsigned int warn_limit __read_mo
static bool panic_console_replay;
bool panic_triggering_all_cpu_backtrace;
-bool panic_this_cpu_backtrace_printed;
+static bool panic_this_cpu_backtrace_printed;
int panic_timeout = CONFIG_PANIC_TIMEOUT;
EXPORT_SYMBOL_GPL(panic_timeout);
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
kasan-fix-warnings-caused-by-use-of-arch_enter_lazy_mmu_mode-fix.patch
memfd-move-mfd_all_flags-definition-to-memfdh.patch
mm-constify-highmem-related-functions-for-improved-const-correctness-fix.patch
mm-filemap-align-last_index-to-folio-size-fix-fix.patch
mm-re-enable-kswapd-when-memory-pressure-subsides-or-demotion-is-toggled-fix.patch
include-linux-pgtableh-convert-arch_enter_lazy_mmu_mode-and-friends-to-static-inlines.patch
panic-remove-redundant-panic-cpu-backtrace.patch
crash-add-kunit-tests-for-crash_exclude_mem_range-fix.patch
reply other threads:[~2025-09-14 0:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250914001706.1E82FC4CEEB@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=feng.tang@linux.alibaba.com \
--cc=john.ogness@linutronix.de \
--cc=lkp@intel.com \
--cc=mm-commits@vger.kernel.org \
--cc=pmladek@suse.com \
--cc=senozhatsky@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.