* [folded-merged] nmi_backtrace-allow-excluding-an-arbitrary-cpu-fix.patch removed from -mm tree
@ 2023-08-12 20:59 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-08-12 20:59 UTC (permalink / raw)
To: mm-commits, pmladek, mhocko, lkp, lecopzer.chen, kernelfans,
dianders, akpm, akpm
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-12 20:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12 20:59 [folded-merged] nmi_backtrace-allow-excluding-an-arbitrary-cpu-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.