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 603B2C433EF for ; Thu, 17 Mar 2022 15:47:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236083AbiCQPsy (ORCPT ); Thu, 17 Mar 2022 11:48:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231359AbiCQPsu (ORCPT ); Thu, 17 Mar 2022 11:48:50 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E07FC20E962; Thu, 17 Mar 2022 08:47:32 -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 ams.source.kernel.org (Postfix) with ESMTPS id 8FFEBB81EF7; Thu, 17 Mar 2022 15:47:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78F9DC340E9; Thu, 17 Mar 2022 15:47:28 +0000 (UTC) Date: Thu, 17 Mar 2022 11:47:26 -0400 From: Steven Rostedt To: Wander Lairson Costa Cc: Greg Kroah-Hartman , Jiri Slaby , Johan Hovold , "Maciej W. Rozycki" , Andy Shevchenko , Lukas Wunner , Pali =?UTF-8?B?Um9ow6Fy?= , linux-serial@vger.kernel.org (open list:SERIAL DRIVERS), linux-kernel@vger.kernel.org (open list), senozhatsky@chromium.org, andre.goddard@gmail.com, sudipm.mukherjee@gmail.com, andy.shevchenko@gmail.com, David.Laight@aculab.com, jonathanh@nvidia.com, phil@raspberrypi.com Subject: Re: [PATCH v4 0/5] tty/8250: Use fifo in 8250 console driver Message-ID: <20220317114726.37aea48b@gandalf.local.home> In-Reply-To: <20220316143646.13301-1-wander@redhat.com> References: <20220316143646.13301-1-wander@redhat.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Mar 2022 11:36:39 -0300 Wander Lairson Costa wrote: > I cc everybody that reported problems with the previous version of this > patch so they can retest and confirm their systems work flawlessly. I didn't do an extensive test, but I quickly applied them and did not see any issues with the two machines that had problems with your first commits. But I'll do a more extensive testing on your v5 before I give a tested-by. Thanks, -- Steve