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 C67DDC4332F for ; Wed, 2 Nov 2022 16:44:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230262AbiKBQog (ORCPT ); Wed, 2 Nov 2022 12:44:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231963AbiKBQoE (ORCPT ); Wed, 2 Nov 2022 12:44:04 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53FBA19004 for ; Wed, 2 Nov 2022 09:39:27 -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 ams.source.kernel.org (Postfix) with ESMTPS id 0DED8B821A3 for ; Wed, 2 Nov 2022 16:39:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E9FBC433D6; Wed, 2 Nov 2022 16:39:24 +0000 (UTC) Date: Wed, 2 Nov 2022 12:39:22 -0400 From: Steven Rostedt To: postix@posteo.eu Cc: 20221031144850.5522b036@rorschach.local.home, linux-kernel@vger.kernel.org, regressions@lists.linux.dev, tiwai@suse.de Subject: Re: [REGRESSION 6.0.x / 6.1.x] NULL dereferencing at tracing Message-ID: <20221102123922.790e72bd@rorschach.local.home> In-Reply-To: <1c8c03ab-9aa1-d059-11ad-9cafbb0478c5@posteo.de> References: <71829e56-a13f-0462-37a7-a4d64c16f561@posteo.de> <25d7e982-f959-d86c-a6e7-5efd1db1e75c@posteo.de> <20221102120338.254741f7@rorschach.local.home> <1c8c03ab-9aa1-d059-11ad-9cafbb0478c5@posteo.de> 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 Wed, 2 Nov 2022 16:36:29 +0000 postix@posteo.eu wrote: > On 02.11.22 17:03, Steven Rostedt wrote: > > Could you add this patch. > > > > https://lore.kernel.org/all/20221101191009.1e7378c8@rorschach.local.home/ > > > Thanks, this patch fixes the issue for me! Please see the final dmesg > output [1]. > > [1] https://paste.opensuse.org/e8d4fa46 > Yes that's known too. rasdaemon needs to be updated to use the libtracefs library, which should fix all this. -- Steve