From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 892E139A; Fri, 20 Oct 2023 04:49:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43E72D5B; Thu, 19 Oct 2023 21:48:58 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id B864E67373; Fri, 20 Oct 2023 06:48:54 +0200 (CEST) Date: Fri, 20 Oct 2023 06:48:54 +0200 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: Steven Rostedt , Kees Cook , Christoph Hellwig , Justin Stitt , linux-hardening@vger.kernel.org, linux-kernel@vger.kernel.org, Kent Overstreet , Petr Mladek , Andy Shevchenko , Rasmus Villemoes , Sergey Senozhatsky , linux-trace-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/1] trace: Move readpos from seq_buf to trace_seq Message-ID: <20231020044854.GA12217@lst.de> References: <20231020033545.2587554-1-willy@infradead.org> <20231020033545.2587554-2-willy@infradead.org> 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-Disposition: inline In-Reply-To: <20231020033545.2587554-2-willy@infradead.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig