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 1F19DC433F5 for ; Wed, 9 Feb 2022 15:06:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235315AbiBIPGj (ORCPT ); Wed, 9 Feb 2022 10:06:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235308AbiBIPGi (ORCPT ); Wed, 9 Feb 2022 10:06:38 -0500 Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF153C06157B; Wed, 9 Feb 2022 07:06:39 -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=WZOcUHomPacejbhw1MKsv8v3w9dd0gwh3fSPRthDHH0=; b=VxhFUJ24lFKgv/7Xet2yYxcGSE hszcJPc0xzGK3/tSjP8Qi1sDpVg6tjBP3LNHr8T1DeuE7hYO8r19sYD7AxSddUW65VPmJqb4oNBWL gzX4+I007XySuILHaOUL1fbwS3sj+1ydNgVCf/XMxcarnQFkJgFZklrtagohn/s134XrRx7IGsuOC xBsQxCs1Ks1YLC18ZLEgFwkZxtUyI+SkOEYerbkP6DpX1wk0eRbD387i2BBO9YEvE+hcMJHdQEprg ctV5AL7HpJaif14tr3top/zYEvFn4ZaoYonBJtktn+yJkfe7ffKe6ZoSMD1PWhIoXafU4S7WnDpvd eKgB3feA==; Received: from 201-27-34-10.dsl.telesp.net.br ([201.27.34.10] 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 1nHoY0-0003cB-Ih; Wed, 09 Feb 2022 16:06:20 +0100 Message-ID: Date: Wed, 9 Feb 2022 12:06:03 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH 3/3] panic: Allow printing extra panic information on kdump Content-Language: en-US To: Stephen Rothwell , akpm@linux-foundation.org Cc: Petr Mladek , Dave Young , Baoquan He , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org, mcgrof@kernel.org, keescook@chromium.org, yzaikin@google.com, feng.tang@intel.com, siglesias@igalia.com, kernel@gpiccoli.net References: <20211109202848.610874-1-gpiccoli@igalia.com> <20211109202848.610874-4-gpiccoli@igalia.com> <7c516696-be5b-c280-7f4e-554834f5e472@igalia.com> <20220209083951.50060e15@canb.auug.org.au> From: "Guilherme G. Piccoli" In-Reply-To: <20220209083951.50060e15@canb.auug.org.au> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 08/02/2022 18:39, Stephen Rothwell wrote: > Hi Guilherme, > [...] > Dropped from linux-next today. > Hi Stephen, thanks! I'm still seeing this patch over there, though - I'm not sure if takes a while to show up in the tree... Notice this request is only for patch 3/3 in this series - patches 1 and 2 are fine, were reviewed and accepted =) Cheers, Guilherme