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 3D8A08F64 for ; Tue, 22 Aug 2023 14:38:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE79AC433C8; Tue, 22 Aug 2023 14:38:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692715139; bh=dF4eTB9fjoFe8tM897OnkRcDuHdGOZfJjqtM3RFKizw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=B+5T54p/ouIO7ecN2PZN2saHhTN5D5d3cdHy8lR3vieibv1sLLFFH8S7ZFp2zWknn mDxru/WJXiJIPWgQzMP7/7uM4g4QH3exPMfM6NJ3Y3LVqFZQ8gpwzqr4Mign8IK4gv uIZuQbhmb/f5ULT1K11hSodEGrcRgr+jqwXMknSvSc5q0leTO2orYgJ+2XTye3ed6K /luMKpoH7C0GNc5ZQV9anN+nuOQ0WsV/aQPTcXW2RZrZK14VaWLTbpMcupa4OKs0eI /+QQ8dZ+gOXj2GzopWazokSfsMwNPAVA0cwHEwmSh0IQU5VubR4YpiyKwapftD8RXm 7HJzI6c9hNDqg== Date: Tue, 22 Aug 2023 23:38:55 +0900 From: Masami Hiramatsu (Google) To: Steven Rostedt Cc: linux-trace-kernel@vger.kernel.org, linux-kernel@vger.kernel.org, Martin KaFai Lau , bpf@vger.kernel.org, Sven Schnelle , Alexei Starovoitov Subject: Re: [PATCH v5 0/9] tracing: Improbe BTF support on probe events Message-Id: <20230822233855.94b653a4bf37b2e93739daa6@kernel.org> In-Reply-To: <20230822100716.2dd867e0@rorschach.local.home> References: <169137686814.271367.11218568219311636206.stgit@devnote2> <20230822000939.81897c0c904934bfb9156a59@kernel.org> <20230822100716.2dd867e0@rorschach.local.home> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: bpf@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 Tue, 22 Aug 2023 10:07:16 -0400 Steven Rostedt wrote: > On Tue, 22 Aug 2023 00:09:39 +0900 > Masami Hiramatsu (Google) wrote: > > > Hi Steve, > > > > Can you review this series? > > I would like to push this to for-next. > > > > I skimmed the patches and played a little with it, but as I've just > started my vacation I will not be able to do a full review before the > next merge window. But I don't want me to be the cause of you not > getting it in. > > Feel free to add: > > Acked-by: Steven Rostedt (Google) > > to the entire series. I'm sure I'll be playing with it after it gets > in, and we can fix any bugs that come up then. Thanks! I'll fix a bit about anon_stack thing and push it to probes/for-next. > > -- Steve -- Masami Hiramatsu (Google)