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 E324DC433EF for ; Sat, 23 Apr 2022 08:40:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234228AbiDWInG (ORCPT ); Sat, 23 Apr 2022 04:43:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233701AbiDWInD (ORCPT ); Sat, 23 Apr 2022 04:43:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1DC527307C; Sat, 23 Apr 2022 01:40:05 -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 90B7160C34; Sat, 23 Apr 2022 08:40:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A35A3C385A5; Sat, 23 Apr 2022 08:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1650703205; bh=NqdGDEYwbVrrA2EX2jbxoFXo96nWkchiPdGax5HkHhI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KF9H9q1E3yVv9syFk8HMHoUSwkiuy+bDE7QOn7CgpCSOExZqKZQzEjg1El1Z4tHho yzKNKcEoZSv3AsuKB9fb8ZRY3zFlmJ/LC4nK3du8WWMTkHrNYRKvJpx3/3gvGonAQ8 X+fwA6i3/eyk3BNDXb1ukPvVXugaYqKlu58VTq90= Date: Sat, 23 Apr 2022 10:39:53 +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 5.18-rc4 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, Apr 22, 2022 at 05:14:24PM +0200, Johan Hovold wrote: > The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: > > Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.18-rc4 Pulled and pushed out, thanks. greg k-h