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 618CDC28CF5 for ; Wed, 26 Jan 2022 13:55:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235320AbiAZNzs (ORCPT ); Wed, 26 Jan 2022 08:55:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235073AbiAZNzs (ORCPT ); Wed, 26 Jan 2022 08:55:48 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E59D1C06161C; Wed, 26 Jan 2022 05:55:47 -0800 (PST) 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 85A5161627; Wed, 26 Jan 2022 13:55:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E059C340E3; Wed, 26 Jan 2022 13:55:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1643205347; bh=LAuNU5ssQredBFelvvNEobJPcYhRCIFpQ4iH33wFVIg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2YagHbYyb7r1UqfH/zTNGaitQFkLquxhyISN8PtPrUKimNDuxhPf2pUcvb8enhwZ4 RHFPJS6sasxM112/eEARbxjEMOXp+Qxj/HnTp/GSGf4E54picq/7DNieCr0bKYzmls dPMJAuEs4aZ5reTW4dZDADf36BS8bMS9to9YFjNU= Date: Wed, 26 Jan 2022 14:55:44 +0100 From: Greg KH To: Jiri Slaby Cc: kernel test robot , kbuild-all@lists.01.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, johan@kernel.org, Paul Cercueil , Tobias Klauser , Russell King , Vineet Gupta , Richard Genoud Subject: Re: [PATCH 10/11] serial: make uart_console_write->putchar()'s character a char Message-ID: References: <20220124071430.14907-11-jslaby@suse.cz> <202201242255.WTSwb6EN-lkp@intel.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-serial@vger.kernel.org On Wed, Jan 26, 2022 at 08:26:48AM +0100, Jiri Slaby wrote: > On 24. 01. 22, 15:30, kernel test robot wrote: > > Hi Jiri, > > > > I love your patch! Yet something to improve: > > Please skip this patch. I wonder why the bot didn't catch it in my queue > already. Now skipped. Thanks for all of the other patches, now queued up. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3580339355453029825==" MIME-Version: 1.0 From: Greg KH To: kbuild-all@lists.01.org Subject: Re: [PATCH 10/11] serial: make uart_console_write->putchar()'s character a char Date: Wed, 26 Jan 2022 14:55:44 +0100 Message-ID: In-Reply-To: List-Id: --===============3580339355453029825== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Wed, Jan 26, 2022 at 08:26:48AM +0100, Jiri Slaby wrote: > On 24. 01. 22, 15:30, kernel test robot wrote: > > Hi Jiri, > > = > > I love your patch! Yet something to improve: > = > Please skip this patch. I wonder why the bot didn't catch it in my queue > already. Now skipped. Thanks for all of the other patches, now queued up. greg k-h --===============3580339355453029825==--