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 461C71C2BE for ; Tue, 22 Aug 2023 14:46:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDB3EC433C8; Tue, 22 Aug 2023 14:46:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692715582; bh=QU4HT9SfxsSAFUZSD9YpVgGZx2ZNnyPRcH1B1xpNY1U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uwGXrVnJeK0jNwUUVOtx8MDgGx82+boI8zIKr6CRFKju7xXFm56PNlbKriJ2awUeQ whK2lnLpzrFtm2hByGAQpfg4/x8QYHBy/zjhW+WAPj24bXeu3kIArCIoD4lbL8JpCv RF3G90dW/NZJZQ+DfjbnDrMSwcfOJXuFvG0V6TV3GjW1Qv4BSlTCXpULH+SNSQI8Xh xJtdvNtqcsMmPd7xHjTVowwqvIPDg/lRFqBBHIg46LzSUt71jbB50zOjulUb5XdtkJ HWFT81DMxHAZmGCoM84KEGYPBrvh1RhvkgdLkLWUm3eDyaVR7FTtOxut4EH1mQz5/L HOMfBritfmfaA== Date: Tue, 22 Aug 2023 23:46:18 +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: <20230822234618.0973563d91db6702f118254f@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. Thank you for your Ack and have a good vacation! I will continue to test it and fix bugs if there is. Thanks! > > -- Steve -- Masami Hiramatsu (Google)