Re: [PATCH] genksyms: Duplicate function pointer type definitions segfault

2015-08-20 Thread Michal Marek
On 2015-07-21 01:52, Richard Yao wrote: > From: Richard Yao > > I noticed that genksyms will segfault when it sees duplicate function > pointer type declaration when I placed the same function pointer > definition in two separate headers in a local branch as an intermediate > step of some

Re: [PATCH] genksyms: Duplicate function pointer type definitions segfault

2015-08-20 Thread Michal Marek
On 2015-07-21 01:52, Richard Yao wrote: From: Richard Yao richard@clusterhq.com I noticed that genksyms will segfault when it sees duplicate function pointer type declaration when I placed the same function pointer definition in two separate headers in a local branch as an intermediate

Re: [PATCH] genksyms: Duplicate function pointer type definitions segfault

2015-07-20 Thread Richard Yao
On 20 July 2015 at 19:52, Richard Yao wrote: > > From: Richard Yao > > I noticed that genksyms will segfault when it sees duplicate function > pointer type declaration when I placed the same function pointer > definition in two separate headers in a local branch as an intermediate > step of some

[PATCH] genksyms: Duplicate function pointer type definitions segfault

2015-07-20 Thread Richard Yao
From: Richard Yao I noticed that genksyms will segfault when it sees duplicate function pointer type declaration when I placed the same function pointer definition in two separate headers in a local branch as an intermediate step of some refactoring. This can be reproduced by piping the

Re: [PATCH] genksyms: Duplicate function pointer type definitions segfault

2015-07-20 Thread Richard Yao
On 20 July 2015 at 19:52, Richard Yao r...@gentoo.org wrote: From: Richard Yao richard@clusterhq.com I noticed that genksyms will segfault when it sees duplicate function pointer type declaration when I placed the same function pointer definition in two separate headers in a local branch

[PATCH] genksyms: Duplicate function pointer type definitions segfault

2015-07-20 Thread Richard Yao
From: Richard Yao richard@clusterhq.com I noticed that genksyms will segfault when it sees duplicate function pointer type declaration when I placed the same function pointer definition in two separate headers in a local branch as an intermediate step of some refactoring. This can be