Re: [LKP] [PATCH v2 0/4] Revert works for the mapping of cpuid <-> nodeid

2017-03-16 Thread Aaron Lu
On Thu, Mar 16, 2017 at 09:28:55AM +0100, Thomas Gleixner wrote: > On Thu, 16 Mar 2017, Aaron Lu wrote: > > > > What is the status of the patch? > > > > I still get oops during boot on a EP machine with today's Linus tree's > > head commit 69eea5a4ab9c("Merge branch 'for-linus' of > > git://git.

Re: [LKP] [PATCH v2 0/4] Revert works for the mapping of cpuid <-> nodeid

2017-03-16 Thread Thomas Gleixner
On Thu, 16 Mar 2017, Aaron Lu wrote: > > What is the status of the patch? > > I still get oops during boot on a EP machine with today's Linus tree's > head commit 69eea5a4ab9c("Merge branch 'for-linus' of > git://git.kernel.dk/linux-block") I have it applied to tip/x86/acpi. I was not aware tha

Re: [LKP] [PATCH v2 0/4] Revert works for the mapping of cpuid <-> nodeid

2017-03-16 Thread Aaron Lu
On Wed, Feb 22, 2017 at 09:56:51AM +0800, Dou Liyang wrote: > Hi, Xiaolong > > At 02/21/2017 03:10 PM, Ye Xiaolong wrote: > > On 02/21, Ye Xiaolong wrote: > > > On 02/20, Dou Liyang wrote: > > > > Currently, We make the mapping of "cpuid <-> nodeid" fixed at the > > > > booting time. > > > > It k

Re: [PATCH v2 0/4] Revert works for the mapping of cpuid <-> nodeid

2017-02-21 Thread Dou Liyang
Hi, Xiaolong At 02/21/2017 03:10 PM, Ye Xiaolong wrote: On 02/21, Ye Xiaolong wrote: On 02/20, Dou Liyang wrote: Currently, We make the mapping of "cpuid <-> nodeid" fixed at the booting time. It keeps consistent with the WorkQueue and avoids some bugs which may be caused by the dynamic assign

Re: [PATCH v2 0/4] Revert works for the mapping of cpuid <-> nodeid

2017-02-20 Thread Ye Xiaolong
On 02/21, Ye Xiaolong wrote: >On 02/20, Dou Liyang wrote: >>Currently, We make the mapping of "cpuid <-> nodeid" fixed at the booting >>time. >>It keeps consistent with the WorkQueue and avoids some bugs which may be >>caused >>by the dynamic assignment. >>As we know, It is implemented by the pat

Re: [PATCH v2 0/4] Revert works for the mapping of cpuid <-> nodeid

2017-02-20 Thread Ye Xiaolong
On 02/20, Dou Liyang wrote: >Currently, We make the mapping of "cpuid <-> nodeid" fixed at the booting time. >It keeps consistent with the WorkQueue and avoids some bugs which may be caused >by the dynamic assignment. >As we know, It is implemented by the patches as follows: 2532fc318d, >f7c28833c

[PATCH v2 0/4] Revert works for the mapping of cpuid <-> nodeid

2017-02-20 Thread Dou Liyang
Currently, We make the mapping of "cpuid <-> nodeid" fixed at the booting time. It keeps consistent with the WorkQueue and avoids some bugs which may be caused by the dynamic assignment. As we know, It is implemented by the patches as follows: 2532fc318d, f7c28833c2, 8f54969dc8, 8ad893faf2, dc6db24