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 C6F6715E5BA; Thu, 11 Apr 2024 15:35:38 +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=1712849738; cv=none; b=JsZH16Wby2nE4vKC/8bmvBZvvF+M+cdwl3aPHhKOvrElXdwBhlVJ8n/neBkGn0lz8sLqARON+UR9tEjbauuSNkaXBgvVxY2WHrTCXqn4ihr4SJGCzw+sTuei3qlrUEoGMfnp66sUApuQMI2R7ohFeioEEiBCnLX98snP2DawPpg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712849738; c=relaxed/simple; bh=uB0xp+Cz0RemiAN93PY9Tzv4ucfdVhTCk1XXYQuInQw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=EREJ55XOTasscHN4e50I10QXVQlMEfHEXYyTElKbZ2ThYGYjKpW04wXSr8BgBFWaXFdvs8WOxE7QHv2qQkX+XZ2/FHHP32JOav+qSanKWHRony5OuRssM7s/XtwnVWHBuvkPrQwc5HkcMIqyM+s9mhBeb5i9XBy3tAJ0j3ylRww= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A549C113CD; Thu, 11 Apr 2024 15:35:36 +0000 (UTC) Date: Thu, 11 Apr 2024 11:38:15 -0400 From: Steven Rostedt To: Kees Cook Cc: Marco Elver , Alexander Viro , Christian Brauner , Jan Kara , Eric Biederman , Masami Hiramatsu , Mathieu Desnoyers , Azeem Shaikh , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Dmitry Vyukov Subject: Re: [PATCH v2] tracing: Add sched_prepare_exec tracepoint Message-ID: <20240411113815.086de275@gandalf.local.home> In-Reply-To: <202404110814.B219872F76@keescook> References: <20240411102158.1272267-1-elver@google.com> <202404110814.B219872F76@keescook> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-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 Thu, 11 Apr 2024 08:15:05 -0700 Kees Cook wrote: > This looks good to me. If tracing wants to take it: > > Acked-by: Kees Cook > > If not, I can take it in my tree if I get a tracing Ack. :) You can take it. Acked-by: Steven Rostedt (Google) -- Steve