From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, pmladek@suse.com, mhocko@suse.com,
lkp@intel.com, lecopzer.chen@mediatek.com, kernelfans@gmail.com,
dianders@chromium.org, akpm@linux-foundation.org,
akpm@linux-foundation.org
Subject: [folded-merged] nmi_backtrace-allow-excluding-an-arbitrary-cpu-fix.patch removed from -mm tree
Date: Sat, 12 Aug 2023 13:59:27 -0700 [thread overview]
Message-ID: <20230812205927.EA8AEC433C7@smtp.kernel.org> (raw)
The quilt patch titled
Subject: nmi_backtrace-allow-excluding-an-arbitrary-cpu-fix
has been removed from the -mm tree. Its filename was
nmi_backtrace-allow-excluding-an-arbitrary-cpu-fix.patch
This patch was dropped because it was folded into nmi_backtrace-allow-excluding-an-arbitrary-cpu.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: nmi_backtrace-allow-excluding-an-arbitrary-cpu-fix
Date: Sat Aug 5 09:58:07 AM PDT 2023
fix trigger_allbutcpu_cpu_backtrace() stub
Cc: Douglas Anderson <dianders@chromium.org>
Cc: kernel test robot <lkp@intel.com>
Cc: Lecopzer Chen <lecopzer.chen@mediatek.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Pingfan Liu <kernelfans@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/nmi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/nmi.h~nmi_backtrace-allow-excluding-an-arbitrary-cpu-fix
+++ a/include/linux/nmi.h
@@ -190,7 +190,7 @@ static inline bool trigger_all_cpu_backt
{
return false;
}
-static inline bool trigger_allbutcpu_cpu_backtrace(void)
+static inline bool trigger_allbutcpu_cpu_backtrace(int exclude_cpu)
{
return false;
}
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch
acpi-hmat-calculate-abstract-distance-with-hmat-checkpatch-fixes.patch
mm-remove-redundant-k-macro-definition-fix.patch
nmi_backtrace-allow-excluding-an-arbitrary-cpu.patch
reply other threads:[~2023-08-12 20:59 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=20230812205927.EA8AEC433C7@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=dianders@chromium.org \
--cc=kernelfans@gmail.com \
--cc=lecopzer.chen@mediatek.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=mhocko@suse.com \
--cc=mm-commits@vger.kernel.org \
--cc=pmladek@suse.com \
/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.