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 48B2BC61D85 for ; Thu, 23 Nov 2023 20:20:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229650AbjKWUTt (ORCPT ); Thu, 23 Nov 2023 15:19:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbjKWUTr (ORCPT ); Thu, 23 Nov 2023 15:19:47 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 723E6127 for ; Thu, 23 Nov 2023 12:19:54 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C4C7C433C7; Thu, 23 Nov 2023 20:19:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700770794; bh=UuTLzGGuH9YcnubjdF1BCJM+K4+61EnWHvDrzsYsIjU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J/IYGv0y33AVuo6lVGfICAh9QGCeCF05WduzQig+AWwMeM7xMbDEiE049+6LzaOoR vCfuf8Qyw4nfPp/Rm9M2b1iG9OSOokB5gWsSjAHpDRCU0D+3aOrtwDN1sfJpeFtR6p bPHgaCBJvKCfquudN2B/3zcOdVZADe4nUm4aI0Qg= Date: Thu, 23 Nov 2023 20:19:45 +0000 From: Greg KH To: "Jiri Slaby (SUSE)" Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Ivan Kokshaysky , Jakub Kicinski , Jan Kara , Laurentiu Tudor , linux-alpha@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-usb@vger.kernel.org, Matt Turner , netdev@vger.kernel.org, Paolo Abeni , Richard Henderson Subject: Re: [PATCH 00/17] tty: small cleanups and fixes Message-ID: <2023112321-veto-trapping-ca47@gregkh> References: <20231121092258.9334-1-jirislaby@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231121092258.9334-1-jirislaby@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 21, 2023 at 10:22:41AM +0100, Jiri Slaby (SUSE) wrote: > This is a series to fix/clean up some obvious issues I revealed during > u8+size_t conversions (to be posted later). I applied most of these except the last few, as I think you were going to reorder them, right? thanks, greg k-h