I just tried to compile this kernel and I'm getting the following error:
*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
Event | Plugins
PLUGIN_FINISH_TYPE | structleak_plugin
PLUGIN_ATTRIBUTES | structleak_plugin
In file included from ./include/linux/tcp.h:20,
from ./include/linux/ipv6.h:87,
from ./include/net/ipv6.h:12,
from ./include/net/inetpeer.h:16,
from ./include/net/route.h:24,
from ./include/net/ip.h:28,
from ./include/net/busy_poll.h:18,
from drivers/net/ethernet/sfc/falcon/net_driver.h:29,
from drivers/net/ethernet/sfc/falcon/ethtool.c:12:
./include/net/inet_connection_sock.h: In function ‘inet_csk_listen_poll’:
./include/net/inet_connection_sock.h:299:4: internal compiler error:
Segmentation fault
299 | (EPOLLIN | EPOLLRDNORM) : 0;
| ^
I didn't change anything in the package, so I'm not sure what this plugin warning means and how I would disable it. A compiler segfault sounds like a compiler bug, is this the case or is there something wrong with the package? I tried to compile it twice so far and could reproduce it. I'm using the current GCC 9.1.0 for the compilation.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here