From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 190EBC76188 for ; Wed, 5 Apr 2023 13:56:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237891AbjDEN4p (ORCPT ); Wed, 5 Apr 2023 09:56:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237197AbjDEN4p (ORCPT ); Wed, 5 Apr 2023 09:56:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07500F3; Wed, 5 Apr 2023 06:56:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9FD7563D94; Wed, 5 Apr 2023 13:56:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 096A4C433EF; Wed, 5 Apr 2023 13:56:41 +0000 (UTC) Date: Wed, 5 Apr 2023 09:56:39 -0400 From: Steven Rostedt To: Mirsad Goran Todorovac Cc: LKML , Linux Trace Kernel , Masami Hiramatsu , Andrew Morton , Mark Rutland , Thorsten Leemhuis , Ulf Hansson , Eric Biggers Subject: Re: [PATCH] tracing: Free error logs of tracing instances Message-ID: <20230405095639.32e3476a@gandalf.local.home> In-Reply-To: References: <20230404194504.5790b95f@gandalf.local.home> <5d6332fc-a64a-5e1a-33e0-a7f1e31b2f90@alu.unizg.hr> 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-trace-kernel@vger.kernel.org On Wed, 5 Apr 2023 12:47:08 +0200 Mirsad Goran Todorovac wrote: > >> Cc: stable@vger.kernel.org > >> Fixes: 2f754e771b1a6 ("tracing: Have the error logs show up in the proper instances") > > > > Please add > > > > Tested-by: Mirsad Todorovac Thanks! > > If it mattered, I could proceed bisect on the other device (we'd get Fixes: > line, but the bug is already patched). I'm pretty sure the above commit listed in the Fixes tag is the culprit. Feel free to test before and after to confirm. -- Steve