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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10F19C433E0 for ; Thu, 18 Feb 2021 01:31:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BC86264E45 for ; Thu, 18 Feb 2021 01:31:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229925AbhBRBbT (ORCPT ); Wed, 17 Feb 2021 20:31:19 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:27964 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229894AbhBRBbT (ORCPT ); Wed, 17 Feb 2021 20:31:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613611793; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CPSb7qksCWoVa70LJkM760CHfNMFGN4fAKqgRH6BSIY=; b=VUqIYAhocJJKMR+FPQXJW2pGnUagOCkbzZZx6u5qGsmq9OyvxgqQh23NKmAirvARAQWL4Q VLpa+upReqk+OMzzu/3kcB40SAKwXFGGKgmyOR/Lx99MYIvsS5QqAadQNyyZDtfYGhnj86 u6hSAC+r2MNuNudo0U8ipcHdpds4E5E= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-282-1eGzAYLFPuKCOtDV_U7dQg-1; Wed, 17 Feb 2021 20:29:48 -0500 X-MC-Unique: 1eGzAYLFPuKCOtDV_U7dQg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A07991005501; Thu, 18 Feb 2021 01:29:45 +0000 (UTC) Received: from dhcp-128-65.nay.redhat.com (ovpn-12-153.pek2.redhat.com [10.72.12.153]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 85B3B6F969; Thu, 18 Feb 2021 01:29:34 +0000 (UTC) Date: Thu, 18 Feb 2021 09:29:31 +0800 From: Dave Young To: Vivek Goyal Cc: Steven Rostedt , john.p.donnelly@oracle.com, Andrew Morton , Saeed Mirzamohammadi , Baoquan He , Jonathan Corbet , "Paul E. McKenney" , Randy Dunlap , Thomas Gleixner , Mauro Carvalho Chehab , Mike Kravetz , "Guilherme G. Piccoli" , Kees Cook , "Peter Zijlstra (Intel)" , Ingo Molnar , Frederic Weisbecker , YiFei Zhu , Josh Poimboeuf , Mike Rapoport , Masahiro Yamada , Sami Tolvanen , Christian Brauner , Stephen Boyd , Andrey Konovalov , kexec@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation Message-ID: <20210218012931.GC3089@dhcp-128-65.nay.redhat.com> References: <20210211180814.69708-1-saeed.mirzamohammadi@oracle.com> <77fcb8e8-c3ec-6161-14a8-c142e02a9061@oracle.com> <20210217142653.0fcd9ce3@gandalf.local.home> <20210217194211.GC31184@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210217194211.GC31184@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 02/17/21 at 02:42pm, Vivek Goyal wrote: > On Wed, Feb 17, 2021 at 02:26:53PM -0500, Steven Rostedt wrote: > > On Wed, 17 Feb 2021 12:40:43 -0600 > > john.p.donnelly@oracle.com wrote: > > > > > Hello. > > > > > > Ping. > > > > > > Can we get this reviewed and staged ? > > > > > > Thank you. > > > > Andrew, > > > > Seems you are the only one pushing patches in for kexec/crash. Is this > > maintained by anyone? > > Dave Young and Baoquan He still maintain kexec/kdump stuff, AFAIK. I > don't get time to look into this stuff now a days. Vivek, no problem, both Baoquan and me are on holiday leaves previously. I'm fine with the change. This patch benefits distributions and those people who want to deploy a lot of machines. It is a good start and we can continue to improve the estimation later. Thanks Dave