From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754593AbcIUAD4 (ORCPT ); Tue, 20 Sep 2016 20:03:56 -0400 Received: from tex.lwn.net ([70.33.254.29]:40621 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752187AbcIUADw (ORCPT ); Tue, 20 Sep 2016 20:03:52 -0400 Date: Tue, 20 Sep 2016 18:03:46 -0600 From: Jonathan Corbet To: Baoquan He Cc: akpm@linux-foundation.org, linux-doc@vger.kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, xlpang@redhat.com, dyoung@redhat.com Subject: Re: [PATCH v10 RESEND 0/3] Documentation: Add description of enable multi-cpus support for kdump Message-ID: <20160920180346.595fd720@lwn.net> In-Reply-To: <1474264789-11705-1-git-send-email-bhe@redhat.com> References: <1474264789-11705-1-git-send-email-bhe@redhat.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 19 Sep 2016 13:59:46 +0800 Baoquan He wrote: > This is v10 post. In this patchset patch 1/3 is added to give more details > about nr_cpus and maxcpus in kernel-parameters.txt. This is suggested by > Jonathan since the description of them is unclear so that people can't see > what's the exact difference between them. Otherwise no big further change > for 2/3 and 3/3 which comprise the old post. So somehow I'd applied 1/3 a while back, but not the other two. All three are in the docs tree now, thanks. jon