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 17C88C001DB for ; Thu, 10 Aug 2023 08:49:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234347AbjHJIti (ORCPT ); Thu, 10 Aug 2023 04:49:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233517AbjHJItg (ORCPT ); Thu, 10 Aug 2023 04:49:36 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 909EA1BFA; Thu, 10 Aug 2023 01:49:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C870080A9; Thu, 10 Aug 2023 08:49:34 +0000 (UTC) Date: Thu, 10 Aug 2023 11:49:33 +0300 From: Tony Lindgren To: Dhruva Gole Cc: Greg Kroah-Hartman , Jiri Slaby , Andy Shevchenko , Ilpo =?utf-8?B?SsOkcnZpbmVu?= , John Ogness , Johan Hovold , Sebastian Andrzej Siewior , Vignesh Raghavendra , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Guenter Roeck Subject: Re: [PATCH] serial: core: Fix serial core port id, including multiport devices Message-ID: <20230810084933.GK11676@atomide.com> References: <20230810065737.47294-1-tony@atomide.com> <20230810083633.tu2na6fcbg2kv53s@dhruva> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230810083633.tu2na6fcbg2kv53s@dhruva> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dhruva Gole [230810 08:36]: > Please can you provide the base commit? I am unable to cleanly apply > this patch on commit: 21ef7b1e17d0 (tag: next-20230809, linux-next/master) Add linux-next specific files for 20230809 This is against the current tty tree tty-linus branch, not yet in next. Regards, Tony