From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7C9A64D586; Thu, 23 Nov 2023 20:19:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="J/IYGv0y" 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> Precedence: bulk X-Mailing-List: linux-alpha@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231121092258.9334-1-jirislaby@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