linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Modify die() for MIPS
@ 2023-08-19  8:36 Tiezhu Yang
  2023-08-19  8:36 ` [PATCH v4 1/4] MIPS: Add BUG() at the end of nmi_exception_handler() Tiezhu Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Tiezhu Yang @ 2023-08-19  8:36 UTC (permalink / raw)
  To: Thomas Bogendoerfer
  Cc: Maciej W. Rozycki, linux-mips, linux-kernel, loongson-kernel

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-08-31 10:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-19  8:36 [PATCH v4 0/4] Modify die() for MIPS Tiezhu Yang
2023-08-19  8:36 ` [PATCH v4 1/4] MIPS: Add BUG() at the end of nmi_exception_handler() Tiezhu Yang
2023-08-19  8:36 ` [PATCH v4 2/4] MIPS: Do not kill the task in die() if notify_die() returns NOTIFY_STOP Tiezhu Yang
2023-08-19  8:36 ` [PATCH v4 3/4] MIPS: Return earlier " Tiezhu Yang
2023-08-20  8:53   ` Huacai Chen
2023-08-21  2:28     ` Tiezhu Yang
2023-08-22  7:38       ` Huacai Chen
2023-08-22  8:55         ` Tiezhu Yang
2023-08-19  8:36 ` [PATCH v4 4/4] MIPS: Add identifier names to arguments of die() declaration Tiezhu Yang
2023-08-19 10:49   ` Philippe Mathieu-Daudé
2023-08-28  9:11 ` [PATCH v4 0/4] Modify die() for MIPS Thomas Bogendoerfer
2023-08-29 15:19   ` Thomas Bogendoerfer
2023-08-30  6:23     ` Huacai Chen
2023-08-30 17:01       ` Maciej W. Rozycki
2023-08-31  5:34         ` YunQiang Su
2023-08-31 10:38     ` Jiaxun Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).