Re: [PATCH v2 net-next] ibmvnic: workaround QT Creator/libCPlusPlus segfault

2021-01-21 Thread Alexey Dobriyan
On Thu, Jan 21, 2021 at 06:44:54PM -0800, Jakub Kicinski wrote: > On Fri, 22 Jan 2021 01:07:39 +0300 Alexey Dobriyan wrote: > > My name is Alexey and I've tried to use IDE for kernel development. > > > > QT Creator segfaults while parsing ibmvnic.c which is annoying as it > > will start parsing af

Re: [PATCH v2 net-next] ibmvnic: workaround QT Creator/libCPlusPlus segfault

2021-01-21 Thread Jakub Kicinski
On Fri, 22 Jan 2021 01:07:39 +0300 Alexey Dobriyan wrote: > My name is Alexey and I've tried to use IDE for kernel development. > > QT Creator segfaults while parsing ibmvnic.c which is annoying as it > will start parsing after restart only to crash again. > > The workaround is to either exclude

[PATCH v2 net-next] ibmvnic: workaround QT Creator/libCPlusPlus segfault

2021-01-21 Thread Alexey Dobriyan
My name is Alexey and I've tried to use IDE for kernel development. QT Creator segfaults while parsing ibmvnic.c which is annoying as it will start parsing after restart only to crash again. The workaround is to either exclude ibmvnic.c from list of project files or to apply dummy ifdef to hide t