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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C57C6CE7B04 for ; Thu, 28 Sep 2023 06:58:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230294AbjI1G6N (ORCPT ); Thu, 28 Sep 2023 02:58:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229713AbjI1G6M (ORCPT ); Thu, 28 Sep 2023 02:58:12 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B8B3FA3; Wed, 27 Sep 2023 23:58:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E95DB80A6; Thu, 28 Sep 2023 06:58:09 +0000 (UTC) Date: Thu, 28 Sep 2023 09:58:08 +0300 From: Tony Lindgren To: Petr Mladek Cc: Greg Kroah-Hartman , Jiri Slaby , Sergey Senozhatsky , Steven Rostedt , John Ogness , Andy Shevchenko , Dhruva Gole , Ilpo =?utf-8?B?SsOkcnZpbmVu?= , Johan Hovold , Sebastian Andrzej Siewior , Vignesh Raghavendra , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH v2 1/3] printk: Constify name for add_preferred_console() Message-ID: <20230928065808.GE5285@atomide.com> References: <20230912110350.14482-1-tony@atomide.com> <20230912110350.14482-2-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Petr Mladek [230920 10:17]: > I assume that this patch would via Greg's tree together with > the rest of the patchset. Please, tell me if you would prefer to > queue this via printk tree. Thanks looks like I'll have two other printk console related patches coming related to after working on changes related to Jiri's serial core comments. I'm hoping to repost v3 patchset within a few days, so maybe let's wait for that and see if something should be merged before the whole set of patches. Regards, Tony