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 51920C4332F for ; Fri, 2 Dec 2022 20:17:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234852AbiLBUR4 (ORCPT ); Fri, 2 Dec 2022 15:17:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234514AbiLBURz (ORCPT ); Fri, 2 Dec 2022 15:17:55 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AAC0021886; Fri, 2 Dec 2022 12:17:54 -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 ams.source.kernel.org (Postfix) with ESMTPS id 60DE7B82279; Fri, 2 Dec 2022 20:17:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E906C433C1; Fri, 2 Dec 2022 20:17:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670012272; bh=UPgyDqVtI4sBKcyW4PXkCDbwBBQobxjh4DV5HWykYno=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OXHirJk16MC+0kC4YsXGf480BYDX06Z7a6y9cQQIUNhkffwxd6L6+fkhdpCSTDTT3 NuWzSYxy+dM3F6eJX0eMuBbwbI+OZ0kKxsr6MvDH5lZafCKj5KbjXIcj8yTck0PkNt +0OR5ra3GC++5ejZdT16P7eG3aLp1VxiHwJUb3wHdBpd943Prufa0QgkF3tc79gFWU NRfvNO9pj0a2AJAMQV2uOuG04CP889Lg/HC8HACmjl0aZVSa2Vckq5fY+J/wlR1PHk yXRI6HoMCoi0fQFnq3R/At7CWGdC2mZa/CalhDy7Qv7CSrRH+PShPtPvKPVJ+pfVAm tGL5UZOH8jK1A== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1p1CTw-0007xY-UN; Fri, 02 Dec 2022 21:18:01 +0100 Date: Fri, 2 Dec 2022 21:18:00 +0100 From: Johan Hovold To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] USB-serial fixes for 6.1-rc8 Message-ID: References: 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-usb@vger.kernel.org On Fri, Dec 02, 2022 at 07:31:13PM +0100, Greg Kroah-Hartman wrote: > On Fri, Dec 02, 2022 at 06:50:02PM +0100, Johan Hovold wrote: > > The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d: > > > > Linux 6.1-rc7 (2022-11-27 13:31:48 -0800) > > > > are available in the Git repository at: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.1-rc8 > > It's too late for 6.1-final for my tree, so I'll just queue these up for > 6.2-rc1 and they can be backported if needed for 6.1. Sounds good. Johan