From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755492AbcIUBU2 (ORCPT ); Tue, 20 Sep 2016 21:20:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53718 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755347AbcIUBU0 (ORCPT ); Tue, 20 Sep 2016 21:20:26 -0400 Date: Wed, 21 Sep 2016 09:20:22 +0800 From: Baoquan He To: Jonathan Corbet 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: <20160921012022.GA12091@x1.redhat.com> References: <1474264789-11705-1-git-send-email-bhe@redhat.com> <20160920180346.595fd720@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160920180346.595fd720@lwn.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 21 Sep 2016 01:20:25 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/20/16 at 06:03pm, Jonathan Corbet wrote: > 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. Thanks!