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=-13.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,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 1BC80C433E2 for ; Tue, 1 Sep 2020 12:11:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D7A6F20767 for ; Tue, 1 Sep 2020 12:11:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728115AbgIAMLc (ORCPT ); Tue, 1 Sep 2020 08:11:32 -0400 Received: from mx2.suse.de ([195.135.220.15]:60862 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728164AbgIAMLU (ORCPT ); Tue, 1 Sep 2020 08:11:20 -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 67F81AEE2; Tue, 1 Sep 2020 12:11:18 +0000 (UTC) Date: Tue, 1 Sep 2020 14:11:17 +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: <20200901121116.GL4928@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 The patch is committed in printk/linux.git, branch printk-rework. Best Regards, Petr