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 BAF97C61DF4 for ; Fri, 24 Nov 2023 16:31:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230491AbjKXQbs (ORCPT ); Fri, 24 Nov 2023 11:31:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229741AbjKXQbp (ORCPT ); Fri, 24 Nov 2023 11:31:45 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE1F11BE for ; Fri, 24 Nov 2023 08:31:51 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2BD9C433C7; Fri, 24 Nov 2023 16:31:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700843511; bh=pfvOZV8p3wu114D/yxIF+Nyr/Ey/SQWXpaDJFR4ILP0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uPdx0RSywCULJ6JmMsV3bbedW4tUqI53GSP8Ou2RJkRiOsMxtP6qa1+El1D6Z9+Ug o+wBDQcizUh7KgGfsK1COlQubTOj25amw5Fr15NlcQbl9oJzbpbY34sH9VIK13caeD ftnjGuVt/y03mVZDee9Mzjp1RnBeLgvvWkSEQYqY= Date: Fri, 24 Nov 2023 16:31:48 +0000 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.7-rc3 Message-ID: <2023112441-directed-reverence-ae19@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, Nov 24, 2023 at 11:15:40AM +0100, Johan Hovold wrote: > The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263: > > Linux 6.7-rc2 (2023-11-19 15:02:14 -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.7-rc3 Pulled and pushed out, thanks. greg k-h