From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA7A3C433DF for ; Thu, 14 May 2020 16:36:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 928A1206A5 for ; Thu, 14 May 2020 16:36:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589474196; bh=/Oud4+Cb5VEN+0rjyvNjdi0y40dgg0LowyeDFy6iBQM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HMWW5vZbs5ItUFBRGw3y/wtTpsM5OCXz4Iy/xoVqjz0l9Kb+KBvWYcg+p8RV6StJc IsaM3I+06XSCc52NLvr6QYGcY8g/pKA0jdmU5/j2PVwdPqZcfGF9SA2SeVGKZWNMXI voBx6yjk03Y9cNZnQJMuhbD44dvB3HrSOIRWa5vU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726017AbgENQgg (ORCPT ); Thu, 14 May 2020 12:36:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:53588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725999AbgENQgg (ORCPT ); Thu, 14 May 2020 12:36:36 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EB5F220675; Thu, 14 May 2020 16:36:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589474195; bh=/Oud4+Cb5VEN+0rjyvNjdi0y40dgg0LowyeDFy6iBQM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wlserAR3KAJqd5xHY94MD8nIrVksbeDqOZ15lIrwLhDydAbHRrjPzYK1z2GmIDIff Nty/yTzlxgyCM94tWna6ZmJT4C7xT+pZCPw7JdJoMqK3Cc6RBmnfgu1oiBM+lCS2gj q4TNirepiFdHOwljbHbA7YMdvPzupJFclkt+QGDY= Date: Thu, 14 May 2020 18:36:33 +0200 From: Greg Kroah-Hartman To: Doug Anderson Cc: Daniel Thompson , Will Deacon , Catalin Marinas , Jason Wessel , Jonathan Corbet , Frank Rowand , Bjorn Andersson , linux-serial@vger.kernel.org, Ingo Molnar , "H. Peter Anvin" , Jiri Slaby , kgdb-bugreport@lists.sourceforge.net, Sumit Garg , Thomas Gleixner , Andy Gross , bp@alien8.de, Alexios Zavras , Allison Randal , Andrew Morton , Dave Martin , Enrico Weigelt , "Eric W. Biederman" , James Morse , Juergen Gross , Krzysztof Kozlowski , Mark Rutland , Masami Hiramatsu , Mauro Carvalho Chehab , Pawan Gupta , Russell King , jinho lim , Linux ARM , linux-arm-msm , linux-doc@vger.kernel.org, LKML , x86@kernel.org Subject: Re: [PATCH v4 00/12] kgdb: Support late serial drivers; enable early debug w/ boot consoles Message-ID: <20200514163633.GA3154055@kroah.com> References: <20200507200850.60646-1-dianders@chromium.org> <20200514162109.6qt5drd27hpilijh@holly.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Thu, May 14, 2020 at 09:34:26AM -0700, Doug Anderson wrote: > > (though we must keep > > changes to drivers/tty/serial/kgdboc alongside the kgdb changes). > > > > I can hoover them up but I'd need a solid set of acks and > > I don't think we've got that yet. > > It would be nice for it to be explicit, but "get_maintainer" says that > Greg KH is the maintainer of serial drivers. Git log confirms that he > also has been the one landing changes to these files. Early-on he > provided his Reviewed-by for the series as a whole, so he's aware of > it and maybe would be fine w/ the serial changes landing through the > kgdb tree? > > Greg: is that correct? I have no objection for all of these to go through any other tree that wants to take them :) But if you want me to take them in the serial tree, to make it easier for you or any other serial driver issues, I will be glad to do that, just send them my way. It's your call. thanks, greg k-h