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 070E9ECAAA1 for ; Tue, 6 Sep 2022 13:19:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240314AbiIFNTv (ORCPT ); Tue, 6 Sep 2022 09:19:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240405AbiIFNTr (ORCPT ); Tue, 6 Sep 2022 09:19:47 -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 737DD1EC61; Tue, 6 Sep 2022 06:19:45 -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 C1C45B8172B; Tue, 6 Sep 2022 13:19:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69D44C43140; Tue, 6 Sep 2022 13:19:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662470382; bh=BTg9gQUger7R1N0lK9WoWSHjauuapLO0VcAWfc3zmBA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zyN/UhP+4EaNxECr4XgVq2GdAa6RhrcuEKfzizcAulG75063HQVwdA09pRQwIApar ahc9six/M1tUB06HjzQ6JSza6+pNwbMB0CfAZsKIlAejCnZdtkOzrBygj7UsKRBi9R fZF9K+hejZfRCcI2/7Jc0okIHvIgHGLgDo95KJPU= Date: Tue, 6 Sep 2022 15:19:38 +0200 From: Greg Kroah-Hartman To: Johan Hovold Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH stable-5.15 0/2] USB: serial: ch341: backports to 5.15 Message-ID: References: <20220906122127.31321-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220906122127.31321-1-johan@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 06, 2022 at 02:21:25PM +0200, Johan Hovold wrote: > Here are backports of two patches that failed to apply to 5.15 and older > stable trees. > > Only the first one actually needed to have some context adjusted. Applied to 5.10.y and 5.15.y. didn't apply to anything older, odds are no one cares about this driver for those kernels anyway :) thanks, greg k-h