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 77B43C4332F for ; Wed, 14 Dec 2022 00:53:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237232AbiLNAxD (ORCPT ); Tue, 13 Dec 2022 19:53:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237041AbiLNAxB (ORCPT ); Tue, 13 Dec 2022 19:53:01 -0500 Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DE0510FE3 for ; Tue, 13 Dec 2022 16:52:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=zy3O73fmfvkrnYLmlTlp/aoV2gFGdC6nGas691zCLP8=; b=fmjsM/EHeugv7EwGMVJgsXUfds 2WKC38xXRxFME3vrfBE5Lbp5x5fpiUfSp80hybiDOSDEa0AAtp7oqeXtyemj/YeTQX64hwwXxGFcm YbanrvYNrH2QdbBRPfZIjLH5LKVScJVuvhWwIvKQr2rCkU9ptKGB8oNMCr4WC17iQtdxv06cAZv5T jx8hOviVnM0Q3cisjPR64jNSldYgG/wsf8Bnwd3zW7CcalMIkQl4d5ig4sI4c0N40qnTWC9dUPS3T NcVu4sPOCQjCC9NrTFWSE+Ph9mnNl/rDXo7UJ9aG8glQuyTMU2oAJikPK1YAllTLzQAs8TbpzTF46 OFQnLSAw==; Received: from 200-158-226-94.dsl.telesp.net.br ([200.158.226.94] helo=[192.168.1.60]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1p5G0x-002tOW-O7; Wed, 14 Dec 2022 01:52:52 +0100 Message-ID: Date: Tue, 13 Dec 2022 21:52:48 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH V3 06/11] tracing: Improve panic/die notifiers Content-Language: en-US To: Steven Rostedt Cc: kexec@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220819221731.480795-1-gpiccoli@igalia.com> <20220819221731.480795-7-gpiccoli@igalia.com> <20221020172908.25c6e3a5@gandalf.local.home> <20221213190656.3c229b73@gandalf.local.home> From: "Guilherme G. Piccoli" In-Reply-To: <20221213190656.3c229b73@gandalf.local.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/12/2022 21:06, Steven Rostedt wrote: > [...] > Heh, yeah, I forgot about this one too. > >> >> So, do you think it's possible to pick it for 6.2? No dependency here, >> it's a standalone patch. > > I can pull it in. Awesome, thanks a bunch! > >> >> Thanks again and sorry for the annoyance! > > No, sorry for missing these. > > -- Steve No biggies =))