From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at (mailout.nod.at [116.203.167.152]) (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 47AEE2D0C79 for ; Sat, 28 Feb 2026 20:29:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.167.152 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772310548; cv=none; b=gj8kpm6kFqpNychWhaYDLaZOCQGKFscvDE8sssG7zarXsAbv7BITd53V/KzrXuLiMwqvNwX3JXkjqYqJ++u2SuCr7LyWQp49V1RIJewr8xOv1cYDjGsjmlRrwQqVLWbNebQdX8PwFJwz54rOyPPI6t92x2xv4/Zq97Nt67IO1dU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772310548; c=relaxed/simple; bh=8JUHWEwrqw7Ad64ezJBq3TlVWq3j/6xC1FY7kboL4fM=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type; b=V4RH3AtU1PPloXJbOWK9hGO4hXH8txad79lxItlrmxJ8ZWsj1cqQ12n4X5qdItumktG4znw5TrR/tOLJ12YedkHrRDuFBL7xXxfZwVuyRvqNCqWCvfAio7/kqEYmvwrhgruTR4pbsyT4R3PuIogA3Gi81Mz2MMngubbBXO7iyPQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at; spf=fail smtp.mailfrom=nod.at; arc=none smtp.client-ip=116.203.167.152 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=nod.at Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 5C86B298599; Sat, 28 Feb 2026 21:29:00 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 27LjU9bXGMpJ; Sat, 28 Feb 2026 21:28:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 3467229859D; Sat, 28 Feb 2026 21:28:58 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KTB-z5IjOdRk; Sat, 28 Feb 2026 21:28:58 +0100 (CET) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id D5328298599; Sat, 28 Feb 2026 21:28:57 +0100 (CET) Date: Sat, 28 Feb 2026 21:28:57 +0100 (CET) From: Richard Weinberger To: Steven Rostedt Cc: Linus Torvalds , Thorsten Leemhuis , Geert Uytterhoeven , Andrew Morton , Konstantin Ryabitsev , users , ksummit Message-ID: <583136576.604.1772310537428.JavaMail.zimbra@nod.at> In-Reply-To: <20260228152617.06b392de@fedora> References: <20251209-roaring-hidden-alligator-068eea@lemur> <1655051015.2216.1772209338375.JavaMail.zimbra@nod.at> <5dea1bca-75fe-4e3c-950d-d489a438299a@leemhuis.info> <1786920159.1633.1772291851870.JavaMail.zimbra@nod.at> <1661016163.157.1772303364121.JavaMail.zimbra@nod.at> <20260228152617.06b392de@fedora> Subject: Re: slowly decommission bugzilla? Precedence: bulk X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF147 (Linux)/8.8.12_GA_3809) Thread-Topic: slowly decommission bugzilla? Thread-Index: FcokWeTQYEKaMYEq7X1d52bX0Aodxw== ----- Urspr=C3=BCngliche Mail ----- > Von: "Steven Rostedt" >> *If* debuginfo and tooling is available to the user, of course they shou= ld >> include the decoded stack trace to the report. >> How to do that should be included in the instructions on how to report >> the issue by mail. >=20 > What would be great is if a tool took the current crash, ran it through > decode_stacktrace.pl, and then run the files it produces through > get_maintainers.pl and then Cc a subset of people that are most likely > to be able to figure it out. Wouldn't that only work if the report is able to upload the kernel debug info too? Thanks, //richard