public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KGDB/KDB/UV: Fixups for UV to KGDB interface
@ 2014-01-14 16:25 Mike Travis
  2014-01-14 16:25 ` [PATCH 1/3] KGDB/KDB: Fix no KDB config problem v2 Mike Travis
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mike Travis @ 2014-01-14 16:25 UTC (permalink / raw)
  To: Ingo Molnar, Jason Wessel, Peter Zijlstra, Paul Mackerras,
	Arnaldo Carvalho de Melo, H. Peter Anvin, Thomas Gleixner,
	Andrew Morton
  Cc: Hedi Berriche, Russ Anderson, x86, linux-kernel


v2: Update patch 2/3 to include which problems fixed.  Other minor
  changes detailed in the patches.

* 1/3: Change the fix for 'KDB not defined' build problem by changing
  the kgdb_nmicallin() interface to include the KDB specific reason code.
  This removes the dependency on KDB in the debug core.  It also requires
  a change to the kgdb call in from UV NMI handler to avoid a compile
  error.

* 2/3: Fix problems found by the kbuild test robot tip-bot:
  Make uv_register_nmi_notifier() and uv_handle_nmi_ping() static to
  address sparse warnings.  Fix problem where uv_nmi_kexec_failed is
  unused when CONFIG_KEXEC is not defined.

* 3/3: Fix UV call into kgdb to depend only on whether KGDB is defined
  and not both KGDB and KDB.  This allows the power nmi command to
  use the gdb remote connection if enabled.  Note new action of 'kgdb'
  needs to be set as well to indicate user wants the kernel to wait for
  gdb to be connected.  If it's set to 'kdb' then an error message is
  displayed if KDB is not configured.

  Also note that if both KGDB and KDB are enabled, then the action
  of 'kgdb' or 'kdb' has no affect on which is used.  See the KGDB
  documentation for further information.
--

-- 

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

end of thread, other threads:[~2014-01-25 14:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 16:25 [PATCH 0/3] KGDB/KDB/UV: Fixups for UV to KGDB interface Mike Travis
2014-01-14 16:25 ` [PATCH 1/3] KGDB/KDB: Fix no KDB config problem v2 Mike Travis
2014-01-25 14:24   ` [tip:core/urgent] kgdb/kdb: Fix no KDB config problem tip-bot for Mike Travis
2014-01-14 16:25 ` [PATCH 2/3] UV/NMI: Fix tip/bot/kbuild test robot problems v2 Mike Travis
2014-01-25 14:24   ` [tip:core/urgent] x86/uv/nmi: Fix Sparse warnings tip-bot for Mike Travis
2014-01-14 16:25 ` [PATCH 3/3] UV/NMI/KGDB/KDB: Fix UV NMI handler when KDB not configured v2 Mike Travis
2014-01-25 14:24   ` [tip:core/urgent] x86/uv/nmi, kgdb/kdb: Fix UV NMI handler when KDB not configured tip-bot for Mike Travis
2014-01-14 16:28 ` [PATCH 0/3] KGDB/KDB/UV: Fixups for UV to KGDB interface Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox