From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A08551805F for ; Tue, 12 Dec 2023 10:34:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="tq+gfTyP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6D60C433C8; Tue, 12 Dec 2023 10:34:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702377271; bh=m4hWg+HFMSgssUvL0swJXwkGcvdq+HSErd9/g6vrolQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tq+gfTyPeeXVSHWLzmFpHvI8FXiLyHdZ0lwg/n7OTYXlF1WfDAO8LkimtNzqHP2ul hf53bCtUHJhqpP6EIvEzYY+XyUeIMzRu1NcWGQQDiIL/4cx2tUCu1DJomgdV1sJCoi Hg4b5pTwqkIneYUnlkszFzmtr2yhX1KWAHaSG/+k= Date: Tue, 12 Dec 2023 11:34:28 +0100 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] USB4/Thunderbolt fixes for v6.7-rc6 Message-ID: <2023121221-stark-brilliant-1100@gregkh> References: <20231212085604.GE1074920@black.fi.intel.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231212085604.GE1074920@black.fi.intel.com> On Tue, Dec 12, 2023 at 10:56:04AM +0200, Mika Westerberg wrote: > Hi Greg, > > The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: > > Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.7-rc6 Pulled and pushed out, thanks. greg k-h