Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE968C433EF for ; Tue, 16 Nov 2021 22:45:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC6AE61BBD for ; Tue, 16 Nov 2021 22:45:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231953AbhKPWsd (ORCPT ); Tue, 16 Nov 2021 17:48:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:45104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229527AbhKPWsc (ORCPT ); Tue, 16 Nov 2021 17:48:32 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7471961BBD; Tue, 16 Nov 2021 22:45:34 +0000 (UTC) Date: Tue, 16 Nov 2021 17:45:33 -0500 From: Steven Rostedt To: Heiko Carstens Cc: linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Olsa Subject: Re: [PATCH 0/2] ftrace/samples: fix ftrace direct multi config option + s390 support Message-ID: <20211116174533.28f4b8ea@gandalf.local.home> In-Reply-To: <20211115195614.3173346-1-hca@linux.ibm.com> References: <20211115195614.3173346-1-hca@linux.ibm.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Nov 2021 20:56:12 +0100 Heiko Carstens wrote: > Hi Steven, > > two patches for ftrace direct multi sample: > > - fix ftrace direct multi sample config option handling, required > because of an incorrect merge resolution proposed by me. > > - add s390 support for ftrace direct multi sample > > If you are happy with them, I could carry with the s390 tree and > target for rc2, or you could pick them up. Whatever you prefer. I'm good with you taking them through your tree. I acked the first patch as it touches my code. And the second belongs to you anyway, but I would still ask you to add some description to the change log. Cheers, -- Steve