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 8AB41C6FA83 for ; Sun, 25 Sep 2022 07:32:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229743AbiIYHaS (ORCPT ); Sun, 25 Sep 2022 03:30:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230299AbiIYHaN (ORCPT ); Sun, 25 Sep 2022 03:30:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81A082C648; Sun, 25 Sep 2022 00:30:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 27BDA61286; Sun, 25 Sep 2022 07:30:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3348EC433C1; Sun, 25 Sep 2022 07:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664091011; bh=iHRwgtpmT8IOWrtRKXFWjHHFf8cC5eSWZNDQ46u7lkA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L8iLcT9YrvZ6U1Y8EHOZSd0t9aAPlFrk/7pq2p9L2SXPckKU7KuCK0/x/Ex1f7CJX spXdJ4EaMaLX5dpenuj4WZdwOM1ibJRrDLh3WkekhmmNbwEQnV1NxlvO2WNDf207d8 za7CQyuAZlGGYU8xWIDb8LpeWW/2SVxGBTTBWRJ4= Date: Sun, 25 Sep 2022 09:28:25 +0200 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: Ilpo =?iso-8859-1?Q?J=E4rvinen?= , linux-serial , LKML , Jiri Slaby Subject: Re: [PATCH v1 1/1] serial: 8250_dma: Convert to use uart_xmit_advance() Message-ID: References: <20220909091102.58941-1-andriy.shevchenko@linux.intel.com> <1ae6a32c-9f3d-ee56-a26a-7a90b4ee2bfe@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2022 at 06:03:04PM +0300, Andy Shevchenko wrote: > On Thu, Sep 22, 2022 at 04:33:45PM +0200, Greg Kroah-Hartman wrote: > > On Thu, Sep 22, 2022 at 05:24:55PM +0300, Ilpo Järvinen wrote: > > > On Thu, 22 Sep 2022, Greg Kroah-Hartman wrote: > > > > On Fri, Sep 09, 2022 at 12:11:02PM +0300, Andy Shevchenko wrote: > > ... > > > > > Breaks the build :( > > > > > > I'd guess it's because uart_xmit_advance() is current only in tty-linus, > > > not in tty-next. > > > > Probably, can someone resend this when 6.1-rc1 is out? > > Sure. Nevermind, I took them now, thanks. greg k-h