Re: [PATCH v2 1/2] x86/amd: Refactor topology extension related code

2017-07-24 Thread Borislav Petkov
On Mon, Jul 24, 2017 at 10:28:34AM +0700, Suravee Suthikulpanit wrote: > Are you referring to the part that I moved the "node_id = ecx & 0xff" ... Yes, that's what I'm referring to. Btw, I went and did it myself, now look at my diff below. Now that diff is pretty straight-forward - stuff is picked

Re: [PATCH v2 1/2] x86/amd: Refactor topology extension related code

2017-07-23 Thread Suravee Suthikulpanit
Boris, On 7/22/17 23:12, Borislav Petkov wrote: On Fri, Jul 21, 2017 at 09:00:38PM -0500, Suravee Suthikulpanit wrote: Refactoring in preparation for subsequent changes. There is no functional change. Signed-off-by: Suravee Suthikulpanit --- arch/x86/kernel/cpu/amd.c | 79 +++

Re: [PATCH v2 1/2] x86/amd: Refactor topology extension related code

2017-07-23 Thread kbuild test robot
Hi Suravee, [auto build test ERROR on tip/x86/core] [also build test ERROR on v4.13-rc1 next-20170721] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Suravee-Suthikulpanit/x86-amd-Refactor-topol

Re: [PATCH v2 1/2] x86/amd: Refactor topology extension related code

2017-07-22 Thread Borislav Petkov
On Fri, Jul 21, 2017 at 09:00:38PM -0500, Suravee Suthikulpanit wrote: > Refactoring in preparation for subsequent changes. > There is no functional change. > > Signed-off-by: Suravee Suthikulpanit > --- > arch/x86/kernel/cpu/amd.c | 79 > ++- > 1 fil

[PATCH v2 1/2] x86/amd: Refactor topology extension related code

2017-07-21 Thread Suravee Suthikulpanit
Refactoring in preparation for subsequent changes. There is no functional change. Signed-off-by: Suravee Suthikulpanit --- arch/x86/kernel/cpu/amd.c | 79 ++- 1 file changed, 44 insertions(+), 35 deletions(-) diff --git a/arch/x86/kernel/cpu/amd.c b/a