[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1692434183-2054-1-git-send-email-yangtiezhu@loongson.cn>
Date: Sat, 19 Aug 2023 16:36:19 +0800
From: Tiezhu Yang <yangtiezhu@...ngson.cn>
To: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
Cc: "Maciej W. Rozycki" <macro@...am.me.uk>,
linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org,
loongson-kernel@...ts.loongnix.cn
Subject: [PATCH v4 0/4] Modify die() for MIPS
v4:
-- Add BUG() at the end of nmi_exception_handler()
-- Return earlier in die() if notify_die() returns NOTIFY_STOP
-- Update the patch titles and commit messages
v3:
-- Make each patch can be built without errors and warnings.
v2:
-- Update the commit message to give more detailed info, split into
three individual patches, suggested by Maciej, thank you.
Tiezhu Yang (4):
MIPS: Add BUG() at the end of nmi_exception_handler()
MIPS: Do not kill the task in die() if notify_die() returns
NOTIFY_STOP
MIPS: Return earlier in die() if notify_die() returns NOTIFY_STOP
MIPS: Add identifier names to arguments of die() declaration
arch/mips/include/asm/ptrace.h | 2 +-
arch/mips/kernel/traps.c | 15 +++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
--
2.1.0
Powered by blists - more mailing lists