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 C68052D94BF for ; Mon, 16 Feb 2026 07:34:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771227279; cv=none; b=Wi40rEuwKlHW9mBaQXy3Dwxwce6q5oMIz9TxyZtwb34ly+VskzfBHJwRlpwiSUd5/iU8n4eo59BkN6sRMP4JAEQiR3YG70CbtGcyMETbeVxetkaTSyhHvJ34b6bGZB53DGi/xQJcTYSe8lW+COfWsRdaY278crQPElK7Eiz9vEU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771227279; c=relaxed/simple; bh=B1mbEX7xaBm8xVnD5p3U1eMAor51WjgcyDLfG5uMUkQ=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=PIBsDqUwG7VibK5I6oTFZNTxYbveUq1eZ0O3fAVZ7Kz3nAcOQMh+3l0v4njh3seKDg8kZnjVKYMhsrz2sEyszCXfsHwRkz4yeC2MUJ8PXXNATo8JLarVd2t1fDk5iJTE0ZpqbstdeR/ZUfFnlbzCyP42jRy2e0NyJSa/d4AjEAg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pchA50z/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pchA50z/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06639C116C6; Mon, 16 Feb 2026 07:34:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771227279; bh=B1mbEX7xaBm8xVnD5p3U1eMAor51WjgcyDLfG5uMUkQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pchA50z/BcUwKv6l44UB6c7nO0Lq2fP0wdWUkzVplPBOQc+e5i1MsXat17OLoY+kR YbL8VB0tPGB1l/SBr1X1Dp0GivH3ZQp6TLDHJpmEZZYj62a30uZihGwdimBj4Y03/l 5gTPTrL3xS640O4iuzSeHyuCgthPE/laRGiWTdVgsq78avVoJhi7HaRysRDb9xXzYh IZGmBzbkCTfoPZ66B/ouelsIGjaMvAEJcOTV+1El/isiXB/Zwf2SneH1Rb3HCexfHr q+hNni305Jx3d2tB/1UNgAqk+oxkRXDpu+QbZh0oOmBOfxy6x0jsxZE6OiSN5QxV1s x+E9338Ytlc/A== Date: Mon, 16 Feb 2026 16:34:34 +0900 From: Masami Hiramatsu (Google) To: Linus Torvalds Cc: hongao , sunliming , Steven Rostedt , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Probes: Updates for v7.0 Message-Id: <20260216163434.c7ce5e94be2d97d07998b5fc@kernel.org> In-Reply-To: References: <20260214083935.43ea83c9119361f98cf701b1@kernel.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 13 Feb 2026 19:40:20 -0800 Linus Torvalds wrote: > On Fri, 13 Feb 2026 at 15:39, Masami Hiramatsu wrote: > > > > Please pull the latest probes-v7.0 tree, which can be found at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git probes-v7.0 > > There's no such tag there. > > I can see a 'for-next' branch that has the commit ID that you asked me > to pull, but no signed tag. Forgot to push? Oops, sorry. I missed to push probes/for-next branch instead of the tag... I pushed it. > > Linus -- Masami Hiramatsu (Google)