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 6B8F9EB64D7 for ; Fri, 23 Jun 2023 07:46:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231421AbjFWHp7 (ORCPT ); Fri, 23 Jun 2023 03:45:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230348AbjFWHpz (ORCPT ); Fri, 23 Jun 2023 03:45:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71D892696; Fri, 23 Jun 2023 00:45:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 368A560F4D; Fri, 23 Jun 2023 07:44:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 380E5C433C0; Fri, 23 Jun 2023 07:44:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687506252; bh=qyYekPHKiEnI+XlepwYmUPZZkdkhLbIGRGb3mFtde7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iz5yD5KiY//gOCLRoo/c77z0Hos6ue+qkIpSTM6f+bfkgh4cWsaZPr0AzImaj0tHU K7uAh0xqbHD9WJvxg966zxaRW2Y59Ej48i3vsP7SBaPG45+e9j7Kmhck4fSFykbsD+ xepKX0rnsxcHb01EgXclHUWEXxQfCDzeiIsDczJo= Date: Fri, 23 Jun 2023 09:44:01 +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 updates for 6.5-rc1 Message-ID: <2023062354-uncounted-automatic-5dd4@gregkh> 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, Jun 23, 2023 at 09:12:56AM +0200, Johan Hovold wrote: > The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7: > > Linux 6.4-rc5 (2023-06-04 14:04:27 -0400) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.5-rc1 Pulled and pushed out, thanks. greg k-h