mbox series

[v2,0/3] Modify die() for MIPS

Message ID 1691985181-28363-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series Modify die() for MIPS | expand

Message

Tiezhu Yang Aug. 14, 2023, 3:52 a.m. UTC
This is based on 6.5-rc6.

v2: 
  -- Update the commit message to give more detailed info, split into
     three individual patches, suggested by Maciej, thank you.

Tiezhu Yang (3):
  MIPS: Remove noreturn attribute for die()
  MIPS: Modify the declaration for die()
  MIPS: Remove noreturn attribute for nmi_exception_handler()

 arch/mips/include/asm/ptrace.h |  2 +-
 arch/mips/kernel/traps.c       | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)