From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6F79029C328 for ; Mon, 1 Jun 2026 16:04:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780329884; cv=none; b=aqd2Y2YgVWqCl3XqsKC8we0vbqbCtPxgJf0MGEITlI8nlLUR7pixSN7u58UWWBHGVD9rr7p6QNSuMAUt97tKOzny9jRsV5yFVTWSsTwPnjtFojYpO7GcYSVBbUsLjJRHrJpZtgSWaBDdqnWaMnetHc5Zq8FZyQmExE6OWQiiUs4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780329884; c=relaxed/simple; bh=8S189bk/Q4FTKY5F1buceJ9KRHRsuL1+XwbYPuLObw4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fT5SzrRJdExspCdwHLJUzzboyb5jc9ixb1XCEE3/PtlIAwGFzQ7QSX+aMSIKXGmhfkm1pjcjZ0Yf87A5Y6Psf7FncLCtqttzzMcTnbl2RQLmPO+A08oFcoZ0y97Tois0o+x0TH2yLaFBKA4ZTMudUD5Q3MnumpGxGkv9akUPzRY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=J7HgZ7Nh; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="J7HgZ7Nh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CE971F00893; Mon, 1 Jun 2026 16:04:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1780329883; bh=siuUV9/yRtoO0y6Ls1W+IjMGvK179N2YJN/lOZFfZw8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=J7HgZ7NhpVorR8fytkWno0Y77OCV8xDXE5FO1caXG8mxQrn+EyHsX11JxeRwu2HSe i3C+KRq8GgBgsH10eGGgJ6yVTDs3Kxh3jbbp+TVvYpCkAuyNCx7nfv45BrIpY9rL0G XjxqLOD4HanhTUTmEVWW5WA8DAfCmvwZi1ZRVZRE= Date: Mon, 1 Jun 2026 18:03:48 +0200 From: Greg Kroah-Hartman To: Mika Westerberg Cc: Yehezkel Bernat , Lukas Wunner , Andreas Noever , linux-usb@vger.kernel.org Subject: Re: [GIT PULL] USB4/Thunderbolt fixes for v7.1-rc7 Message-ID: <2026060140-snooze-grievous-1d4c@gregkh> References: <20260601105020.GR3102@black.igk.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: <20260601105020.GR3102@black.igk.intel.com> On Mon, Jun 01, 2026 at 12:50:20PM +0200, Mika Westerberg wrote: > Hi Greg, > > The following changes since commit 928abe19fbf0127003abcb1ea69cabc1c897d0ab: > > thunderbolt: property: Cap recursion depth in __tb_property_parse_dir() (2026-05-11 11:32:03 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v7.1-rc7 Pulled an dpushed out, thanks. greg k-h