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=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 81B69C433E1 for ; Thu, 20 Aug 2020 12:04:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 548CF22CF8 for ; Thu, 20 Aug 2020 12:04:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730562AbgHTMEm (ORCPT ); Thu, 20 Aug 2020 08:04:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:45958 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728855AbgHTMEj (ORCPT ); Thu, 20 Aug 2020 08:04:39 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 6909CAC23; Thu, 20 Aug 2020 12:05:04 +0000 (UTC) Date: Thu, 20 Aug 2020 14:04:36 +0200 From: Petr Mladek To: John Ogness Cc: Baoquan He , Dave Young , Vivek Goyal , Jonathan Corbet , kexec@lists.infradead.org, linux-doc@vger.kernel.org, Sergey Senozhatsky , Sergey Senozhatsky , Steven Rostedt , Linus Torvalds , Greg Kroah-Hartman , Nick Desaulniers , linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] docs: vmcoreinfo: add lockless printk ringbuffer vmcoreinfo Message-ID: <20200820120436.GH4353@alley> References: <20200814213316.6394-1-john.ogness@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200814213316.6394-1-john.ogness@linutronix.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri 2020-08-14 23:39:16, John Ogness wrote: > With the introduction of the lockless printk ringbuffer, the > VMCOREINFO relating to the kernel log buffer was changed. Update the > documentation to match those changes. > > Fixes: ("printk: use the lockless ringbuffer") > Signed-off-by: John Ogness > Reported-by: Nick Desaulniers Looks nice. Reviewed-by: Petr Mladek Thanks a lot for taking care of the crashdump related stuff. It helps a lot. Best Regards, Petr