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 8D028C77B7A for ; Wed, 17 May 2023 12:57:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230211AbjEQM5k (ORCPT ); Wed, 17 May 2023 08:57:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230139AbjEQM5k (ORCPT ); Wed, 17 May 2023 08:57:40 -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 7246A1A4 for ; Wed, 17 May 2023 05:57:39 -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 055F16449E for ; Wed, 17 May 2023 12:57:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C5E5C433D2; Wed, 17 May 2023 12:57:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1684328258; bh=4a/tnszqcCLXcigSAAnHG1siZUuKsDTSXCo/XTXbvlE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RTF7BHjejCMdUSZlYAqhg6usSIL8Gca55fIcHW/IabPlRWA15FwuWADQ+dNrTZEcB Nte5T4209gWeHpKT4EUQ4yWU7Fbm1c5oIkeUsVDVvRk/5ebc7Yjj+YUCeyD9fznazB XOoXclfmHjBhKusfa7hAAh6sn/Ia6V6MhP1AU0tk= Date: Wed, 17 May 2023 14:57:35 +0200 From: Greg Kroah-Hartman To: Mika Westerberg Cc: Yehezkel Bernat , Michael Jamet , Lukas Wunner , Andreas Noever , linux-usb@vger.kernel.org Subject: Re: [GIT PULL] Thunderbolt/USB4 fix for v6.4-rc3 Message-ID: <2023051728-decal-epilogue-2c18@gregkh> References: <20230517071949.GV66750@black.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230517071949.GV66750@black.fi.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, May 17, 2023 at 10:19:49AM +0300, Mika Westerberg wrote: > Hi Greg, > > The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: > > Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.4-rc3 Pulled and pushed out, thanks. greg k-h