From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756034Ab2IQLh5 (ORCPT ); Mon, 17 Sep 2012 07:37:57 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:47666 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755889Ab2IQLhz (ORCPT ); Mon, 17 Sep 2012 07:37:55 -0400 Date: Mon, 17 Sep 2012 04:37:50 -0700 From: Greg Kroah-Hartman To: Anton Vorontsov Cc: Andrew Morton , Russell King , Jason Wessel , Alan Cox , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Colin Cross , Brian Swetland , John Stultz , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linaro-kernel@lists.linaro.org, patches@linaro.org, kernel-team@android.com, kgdb-bugreport@lists.sourceforge.net, linux-serial@vger.kernel.org Subject: Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger Message-ID: <20120917113750.GA28838@kroah.com> References: <20120913150133.GA16238@lizard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120913150133.GA16238@lizard> 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 On Thu, Sep 13, 2012 at 08:01:33AM -0700, Anton Vorontsov wrote: > Hi all, > > Here comes the lucky v7: > > - Per Alan Cox's suggestion added hangup method and removed a small > leftover; > - Per Colin Cross' suggestion moved IRQ quiescing logic into > poll_get_char routine. IIUC, Alan is less unhappy about it. As a > result, clear_irq() callback dropped. > > These patches can be found in the following repo (based on tty-next): > > git://git.infradead.org/users/cbou/linux-nmi-kdb.git master > > Old changelogs and rationale for these patches can be found here: > > v1-v5, rationale: http://lkml.org/lkml/2012/9/10/2 > v6: http://lkml.org/lkml/2012/9/10/2 I have no objection to these patches, and as they are based on my tty-next tree, should I be the ones accepting them? If so, then I need a bunch of acks from others involved in the kdb/kgdb code before I can do so. To make it easier, can I just take the tty driver patches now? Will that break anything? thanks, greg k-h