kmod-project / kmod

kmod - Linux kernel module handling
GNU Lesser General Public License v2.1
40 stars 34 forks source link

ENABLE_ELFDBG is fragile #163

Open evelikov opened 6 days ago

evelikov commented 6 days ago

As highlighted in https://github.com/kmod-project/kmod/pull/148 - it broke at some point. We can enable it as part of --enable-debug, via some other means or remove it.

If part of --enable-debug we should double-check for perf impact and/or syslog flood, especially since some distros use --enable-debug. We could ask distros to drop the switch?

This is a bit of open-ended question...