Re: [PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread kbuild test robot
Hi Matthew, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17 next-20180607] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread kbuild test robot
Hi Matthew, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17 next-20180607] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread kbuild test robot
Hi Matthew, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17 next-20180607] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread kbuild test robot
Hi Matthew, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17 next-20180607] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread Shakeel Butt
On Thu, Jun 7, 2018 at 10:30 AM Ralph Campbell wrote: > > > > On 06/07/2018 07:57 AM, Matthew Wilcox wrote: > > From: Matthew Wilcox > > > > Need to do a bit of rearranging to make this work. > > > > Signed-off-by: Matthew Wilcox > > --- > > arch/x86/events/intel/uncore.c | 19

Re: [PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread Shakeel Butt
On Thu, Jun 7, 2018 at 10:30 AM Ralph Campbell wrote: > > > > On 06/07/2018 07:57 AM, Matthew Wilcox wrote: > > From: Matthew Wilcox > > > > Need to do a bit of rearranging to make this work. > > > > Signed-off-by: Matthew Wilcox > > --- > > arch/x86/events/intel/uncore.c | 19

Re: [PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread Ralph Campbell
On 06/07/2018 07:57 AM, Matthew Wilcox wrote: From: Matthew Wilcox Need to do a bit of rearranging to make this work. Signed-off-by: Matthew Wilcox --- arch/x86/events/intel/uncore.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git

Re: [PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread Ralph Campbell
On 06/07/2018 07:57 AM, Matthew Wilcox wrote: From: Matthew Wilcox Need to do a bit of rearranging to make this work. Signed-off-by: Matthew Wilcox --- arch/x86/events/intel/uncore.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git

[PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread Matthew Wilcox
From: Matthew Wilcox Need to do a bit of rearranging to make this work. Signed-off-by: Matthew Wilcox --- arch/x86/events/intel/uncore.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/arch/x86/events/intel/uncore.c b/arch/x86/events/intel/uncore.c

[PATCH 6/6] Convert intel uncore to struct_size

2018-06-07 Thread Matthew Wilcox
From: Matthew Wilcox Need to do a bit of rearranging to make this work. Signed-off-by: Matthew Wilcox --- arch/x86/events/intel/uncore.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/arch/x86/events/intel/uncore.c b/arch/x86/events/intel/uncore.c