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 B9028C28D13 for ; Mon, 22 Aug 2022 15:42:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236770AbiHVPmD (ORCPT ); Mon, 22 Aug 2022 11:42:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236730AbiHVPlq (ORCPT ); Mon, 22 Aug 2022 11:41:46 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E01471EC6B for ; Mon, 22 Aug 2022 08:41:32 -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 sin.source.kernel.org (Postfix) with ESMTPS id 522F2CE1021 for ; Mon, 22 Aug 2022 15:41:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33D0CC4314D; Mon, 22 Aug 2022 15:41:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661182889; bh=ZIyJELPgfgCjeC8NrC+vA9Z4KllJOvCB8TpsxxmCf1o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1Qh+FKXuBC3y9dfRfSidZ7h5F/O1qTdgc2nQLZp+v8vMgn9pxGK8dakQ5RIL24+BV 7gE7gKJzZcAMpZGd0cTX8WWWb245Fzu/9AZ1lbYZ9jSoFnbfj4cFh59YDxfx9Hd16v q9n97Bw75tTgS/lQG3GVh8t0hS7E5rf70+Nj6RSw= Date: Mon, 22 Aug 2022 17:41:26 +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 fixes for v6.0-rc3 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-usb@vger.kernel.org On Mon, Aug 22, 2022 at 12:19:26PM +0300, Mika Westerberg wrote: > Hi Greg, > > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: > > Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0-rc3 Pulled and pushed out, thanks. greg k-h