Re: [PATCH v3] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit.

2017-12-06 Thread Guilherme G. Piccoli
On 11/29/2017 10:40 AM, Thadeu Lima de Souza Cascardo wrote: > Ping. Any further reviews/comments? Or any chance of this getting > applied soon? > > Thanks. > Cascardo. > Cross-referencing 2 threads on the same topic: https://lists.ozlabs.org/pipermail/linuxppc-dev/2017-November/166328.html L

Re: [PATCH v3] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit.

2017-11-29 Thread Thadeu Lima de Souza Cascardo
Ping. Any further reviews/comments? Or any chance of this getting applied soon? Thanks. Cascardo.

Re: [PATCH v3] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit.

2017-11-17 Thread Guilherme G. Piccoli
On 11/17/2017 03:26 PM, Thadeu Lima de Souza Cascardo wrote: > On Thu, Nov 16, 2017 at 07:26:43PM -0200, Guilherme G. Piccoli wrote: >> On 11/06/2017 03:34 PM, Thadeu Lima de Souza Cascardo wrote: >>> From: Mahesh Salgaonkar >>> >>> The kernel boot parameter 'nr_cpus=' allows one to specify numb

Re: [PATCH v3] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit.

2017-11-17 Thread Thadeu Lima de Souza Cascardo
On Thu, Nov 16, 2017 at 07:26:43PM -0200, Guilherme G. Piccoli wrote: > On 11/06/2017 03:34 PM, Thadeu Lima de Souza Cascardo wrote: > > From: Mahesh Salgaonkar > > > > The kernel boot parameter 'nr_cpus=' allows one to specify number of > > possible cpus in the system. In the normal scenario the

Re: [PATCH v3] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit.

2017-11-16 Thread Guilherme G. Piccoli
On 11/06/2017 03:34 PM, Thadeu Lima de Souza Cascardo wrote: > From: Mahesh Salgaonkar > > The kernel boot parameter 'nr_cpus=' allows one to specify number of > possible cpus in the system. In the normal scenario the first cpu (cpu0) > that shows up is the boot cpu and hence it gets covered unde

[PATCH v3] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit.

2017-11-06 Thread Thadeu Lima de Souza Cascardo
From: Mahesh Salgaonkar The kernel boot parameter 'nr_cpus=' allows one to specify number of possible cpus in the system. In the normal scenario the first cpu (cpu0) that shows up is the boot cpu and hence it gets covered under nr_cpus limit. But this assumption will be broken in kdump scenario