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 2011EC6FD18 for ; Fri, 31 Mar 2023 07:28:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230437AbjCaH2k (ORCPT ); Fri, 31 Mar 2023 03:28:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230288AbjCaH2h (ORCPT ); Fri, 31 Mar 2023 03:28:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73E4EB450; Fri, 31 Mar 2023 00:28:35 -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 dfw.source.kernel.org (Postfix) with ESMTPS id EAFC062375; Fri, 31 Mar 2023 07:28:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6E63C433EF; Fri, 31 Mar 2023 07:28:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680247714; bh=oftBLgWKJBXTdb4c81SkLFzg6HEj/qk/cqR1DBuTBVI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WthOhZGUzYlVvSPS/UgNtuINge5aYdo7w4zJ+JoHBXvDiHW6ndHAJLDFlSg69l6Ek VO46+3U6zYc1b4kCRoVG3K/kFhZ02MXdxJJm9n6MVXsxhCMMkABACnnTHWC9xL8ckn 8rOmsebVf2+AAXhOB427t5XHnxtBj0MjzVQsvHyA= Date: Fri, 31 Mar 2023 09:28:31 +0200 From: Greg Kroah-Hartman To: Johan Hovold Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] USB-serial fixes for 6.3-rc5 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 Fri, Mar 31, 2023 at 09:17:49AM +0200, Johan Hovold wrote: > The following changes since commit eeac8ede17557680855031c6f305ece2378af326: > > Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.3-rc5 > Pulled and pushed out, thanks. greg k-h