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 81947C4332F for ; Thu, 8 Dec 2022 15:26:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229969AbiLHP0n (ORCPT ); Thu, 8 Dec 2022 10:26:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230174AbiLHP0i (ORCPT ); Thu, 8 Dec 2022 10:26:38 -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 41BC859875; Thu, 8 Dec 2022 07:26:38 -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 C0F7E61F84; Thu, 8 Dec 2022 15:26:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA8F7C433D6; Thu, 8 Dec 2022 15:26:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670513197; bh=zH3WU8XIjSCEfm2YuNkP7lPrim2Sf1++0TNYgDrknMk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OxKKoPWg5ET5J8CcZs5qI7CkUbBSi0B0Apc9LxwP96xNctox2dplTsppdIMdwuunK B0exlYWSjSzpV5CNC40Dbw8TUYVn0XNZhKsrswNirpbjv3+3QMKP1mCdw6UerBcXHD 72zUhV1jkuWoMUzrtanWCmphvkp4/Qgvsxe/XNc8= Date: Thu, 8 Dec 2022 16:26:26 +0100 From: Greg Kroah-Hartman To: Johan Hovold Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] USB-serial updates for 6.2-rc1 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-kernel@vger.kernel.org On Thu, Dec 08, 2022 at 03:21:55PM +0100, Johan Hovold wrote: > The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8: > > Linux 6.1-rc6 (2022-11-20 16:02:16 -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.2-rc1 > Pulled and pushed out, thanks. greg k-h