Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1290164

Re: [V6 PATCH 0/6] Fix race issues among panic, NMI and crash_kexec

From Borislav Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject Re: [V6 PATCH 0/6] Fix race issues among panic, NMI and crash_kexec
Date 2015-12-12 12:20 +0100
Message-ID <qEQnw-1qP-3@gated-at.bofh.it> (permalink)
References <qDYwN-7Pf-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Dec 10, 2015 at 10:46:24AM +0900, Hidehiro Kawai wrote:
> Hidehiro Kawai (6):
>       panic/x86: Fix re-entrance problem due to panic on NMI
>       panic/x86: Allow CPUs to save registers even if they are looping in NMI context
>       kexec: Fix race between panic() and crash_kexec() called directly
>       x86/apic: Introduce apic_extnmi boot option
>       x86/nmi: Fix to save registers for crash dump on external NMI broadcast
>       Documentation: Add documentation for kernel.panic_on_io_nmi sysctl
> 
> 
>  Documentation/kernel-parameters.txt |    9 +++++++++
>  Documentation/sysctl/kernel.txt     |   15 +++++++++++++++
>  arch/x86/include/asm/apic.h         |    5 +++++
>  arch/x86/include/asm/reboot.h       |    1 +
>  arch/x86/kernel/apic/apic.c         |   35 +++++++++++++++++++++++++++++++++--
>  arch/x86/kernel/nmi.c               |   27 ++++++++++++++++++++++-----
>  arch/x86/kernel/reboot.c            |   28 ++++++++++++++++++++++++++++
>  include/linux/kernel.h              |   29 +++++++++++++++++++++++++++++
>  include/linux/kexec.h               |    2 ++
>  kernel/kexec_core.c                 |   30 +++++++++++++++++++++++++++++-
>  kernel/panic.c                      |   29 ++++++++++++++++++++++++-----
>  kernel/watchdog.c                   |    2 +-
>  12 files changed, 198 insertions(+), 14 deletions(-)

All applied,
thanks.

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[V6 PATCH 0/6] Fix race issues among panic, NMI and crash_kexec Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> - 2015-12-10 02:50 +0100
  [V6 PATCH 5/6] x86/nmi: Fix to save registers for crash dump on  external NMI broadcast Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> - 2015-12-10 02:50 +0100
    Re: [V6 PATCH 5/6] x86/nmi: Fix to save registers for crash dump on  external NMI broadcast kbuild test robot <lkp@intel.com> - 2015-12-10 05:00 +0100
      RE: Re: [V6 PATCH 5/6] x86/nmi: Fix to save registers for crash  dump on external NMI broadcast 河合英宏 / KAWAI,HIDEHIRO   <hidehiro.kawai.ez@hitachi.com> - 2015-12-10 07:40 +0100
        [V6.1 PATCH 5/6] x86/nmi: Fix to save registers for crash dump on  external NMI broadcast Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> - 2015-12-10 08:10 +0100
          Re: [V6.1 PATCH 5/6] x86/nmi: Fix to save registers for crash dump  on external NMI broadcast Borislav Petkov <bp@alien8.de> - 2015-12-11 19:10 +0100
          [tip:x86/apic] x86/nmi: Save regs in crash dump on external NMI tip-bot for Hidehiro Kawai <tipbot@zytor.com> - 2015-12-19 11:20 +0100
  [V6 PATCH 3/6] kexec: Fix race between panic() and crash_kexec()  called directly Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> - 2015-12-10 02:50 +0100
    [tip:x86/apic] kexec: Fix race between panic() and crash_kexec() tip-bot for Hidehiro Kawai <tipbot@zytor.com> - 2015-12-19 11:20 +0100
  [V6 PATCH 1/6] panic/x86: Fix re-entrance problem due to panic on  NMI Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> - 2015-12-10 03:00 +0100
    Re: [V6 PATCH 1/6] panic/x86: Fix re-entrance problem due to panic  on NMI Borislav Petkov <bp@alien8.de> - 2015-12-10 16:50 +0100
      RE: Re: [V6 PATCH 1/6] panic/x86: Fix re-entrance problem due to  panic on NMI 河合英宏 / KAWAI,HIDEHIRO   <hidehiro.kawai.ez@hitachi.com> - 2015-12-11 01:30 +0100
    [tip:x86/apic] panic, x86:   Fix re-entrance problem due to panic on NMI tip-bot for Hidehiro Kawai <tipbot@zytor.com> - 2015-12-19 11:20 +0100
  [V6 PATCH 2/6] panic/x86: Allow CPUs to save registers even if they  are looping in NMI context Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> - 2015-12-10 03:00 +0100
    [tip:x86/apic] panic, x86:   Allow CPUs to save registers even if looping in NMI context tip-bot for Hidehiro Kawai <tipbot@zytor.com> - 2015-12-19 11:20 +0100
  [V6 PATCH 6/6] Documentation: Add documentation for  kernel.panic_on_io_nmi sysctl Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> - 2015-12-10 03:00 +0100
    [tip:x86/apic] Documentation:   Document kernel.panic_on_io_nmi sysctl tip-bot for Hidehiro Kawai <tipbot@zytor.com> - 2015-12-19 11:20 +0100
  Re: [V6 PATCH 0/6] Fix race issues among panic, NMI and crash_kexec Borislav Petkov <bp@alien8.de> - 2015-12-12 12:20 +0100

csiph-web