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


Groups > linux.kernel > #1519945

[PATCH v2 0/4] sparc64: Jump to boot prom from console on panic

From Vijay Kumar <vijay.ac.kumar@oracle.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] sparc64: Jump to boot prom from console on panic
Date 2016-11-11 19:20 +0100
Message-ID <sCoAF-7P3-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Currently Stop-A (L1A) does not make the kernel switch to OBP on panic. This
patchset addresses this issue. Also, now we can cause a jump to OBP by sending
'break' twice from sunhv console. On bare metal, one can send a break by
typing Esc + 'B' + Sysrq (or whatever). On LDOM, press Ctrl + ] in telnet,
and then "send break" at the telnet prompt.

      sparc64: Set cpu state to offline when stopped
      sparc64: Migrate hvcons irq to panicked cpu
      sparc64: Send break twice from console to return to boot prom
      Documentation/sparc: Steps for sending break on sunhv console

 Documentation/sparc/console.txt |    9 +++++++++
 arch/sparc/include/asm/setup.h  |    1 +
 arch/sparc/kernel/smp_64.c      |    9 ++++++++-
 drivers/tty/serial/sunhv.c      |   12 +++++++++++-
 kernel/panic.c                  |    3 ++-
 5 files changed, 31 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/sparc/console.txt



--
1.7.1

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


Thread

[PATCH v2 0/4] sparc64: Jump to boot prom from console on panic Vijay Kumar <vijay.ac.kumar@oracle.com> - 2016-11-11 19:20 +0100
  [PATCH v2 4/4] Documentation/sparc: Steps for sending break on sunhv console Vijay Kumar <vijay.ac.kumar@oracle.com> - 2016-11-11 19:20 +0100
  [PATCH v2 3/4] sparc64: Send break twice from console to return to boot prom Vijay Kumar <vijay.ac.kumar@oracle.com> - 2016-11-11 19:20 +0100
  [PATCH v2 1/4] sparc64: Set cpu state to offline when stopped Vijay Kumar <vijay.ac.kumar@oracle.com> - 2016-11-11 19:20 +0100
  [PATCH v2 2/4] sparc64: Migrate hvcons irq to panicked cpu Vijay Kumar <vijay.ac.kumar@oracle.com> - 2016-11-11 19:20 +0100
    Re: [PATCH v2 2/4] sparc64: Migrate hvcons irq to panicked cpu David Miller <davem@davemloft.net> - 2016-11-19 16:50 +0100

csiph-web