Re: [PATCH v2 1/7] mn10300: fix build failure

2015-07-16 Thread Sudip Mukherjee
On Thu, Jul 16, 2015 at 02:54:26PM -0700, Andrew Morton wrote: > On Thu, 18 Jun 2015 17:47:47 +0530 Sudip Mukherjee > wrote: > > > So an appropriate fix for this would be to move the references to > prev_kprobe/kprobe_ctlblk out of include/linux/kprobes.h and into > asm/kprobes.h. Presumably

Re: [PATCH v2 1/7] mn10300: fix build failure

2015-07-16 Thread Andrew Morton
On Thu, 18 Jun 2015 17:47:47 +0530 Sudip Mukherjee wrote: > allmodconfig build fails with the error: > invalid use of undefined type 'struct kprobe_ctlblk' > > just declared the two basic structures after checking the struct in other > architectures. > > ---

Re: [PATCH v2 1/7] mn10300: fix build failure

2015-07-16 Thread Sudip Mukherjee
On Thu, Jun 18, 2015 at 05:47:47PM +0530, Sudip Mukherjee wrote: > allmodconfig build fails with the error: > invalid use of undefined type 'struct kprobe_ctlblk' > > just declared the two basic structures after checking the struct in other > architectures. Gentle ping. next-20150716 still fails

Re: [PATCH v2 1/7] mn10300: fix build failure

2015-07-16 Thread Sudip Mukherjee
On Thu, Jun 18, 2015 at 05:47:47PM +0530, Sudip Mukherjee wrote: allmodconfig build fails with the error: invalid use of undefined type 'struct kprobe_ctlblk' just declared the two basic structures after checking the struct in other architectures. Gentle ping. next-20150716 still fails

Re: [PATCH v2 1/7] mn10300: fix build failure

2015-07-16 Thread Sudip Mukherjee
On Thu, Jul 16, 2015 at 02:54:26PM -0700, Andrew Morton wrote: On Thu, 18 Jun 2015 17:47:47 +0530 Sudip Mukherjee sudipm.mukher...@gmail.com wrote: So an appropriate fix for this would be to move the references to prev_kprobe/kprobe_ctlblk out of include/linux/kprobes.h and into

Re: [PATCH v2 1/7] mn10300: fix build failure

2015-07-16 Thread Andrew Morton
On Thu, 18 Jun 2015 17:47:47 +0530 Sudip Mukherjee sudipm.mukher...@gmail.com wrote: allmodconfig build fails with the error: invalid use of undefined type 'struct kprobe_ctlblk' just declared the two basic structures after checking the struct in other architectures. ---

[PATCH v2 1/7] mn10300: fix build failure

2015-06-18 Thread Sudip Mukherjee
allmodconfig build fails with the error: invalid use of undefined type 'struct kprobe_ctlblk' just declared the two basic structures after checking the struct in other architectures. Signed-off-by: Sudip Mukherjee --- arch/mn10300/include/asm/kprobes.h | 12 1 file changed, 12

[PATCH v2 1/7] mn10300: fix build failure

2015-06-18 Thread Sudip Mukherjee
allmodconfig build fails with the error: invalid use of undefined type 'struct kprobe_ctlblk' just declared the two basic structures after checking the struct in other architectures. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- arch/mn10300/include/asm/kprobes.h | 12 1