Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751893AbaANQ2u (ORCPT ); Tue, 14 Jan 2014 11:28:50 -0500 Received: from mail-ea0-f182.google.com ([209.85.215.182]:45997 "EHLO mail-ea0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbaANQ2s (ORCPT ); Tue, 14 Jan 2014 11:28:48 -0500 Date: Tue, 14 Jan 2014 17:28:43 +0100 From: Ingo Molnar To: Mike Travis Cc: Ingo Molnar , Jason Wessel , Peter Zijlstra , Paul Mackerras , Arnaldo Carvalho de Melo , "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , Hedi Berriche , Russ Anderson , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] KGDB/KDB/UV: Fixups for UV to KGDB interface Message-ID: <20140114162843.GB31734@gmail.com> References: <20140114162551.093907830@asylum.americas.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140114162551.093907830@asylum.americas.sgi.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mike Travis wrote: > > 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. So unless Jason objects I plan to merge these bits in a day or two, for a v3.14 merge (if they pass all review and testing). Thanks, Ingo -- 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/