Comment 18 for bug 1309860

Revision history for this message
Tim Gardner (timg-tpi) wrote :

Rather then removing the module handling code, how about wrapping it with:

if ! grep ipmi_alloc_smi_msg /proc/kallsyms
then
  ...
fi

That way openipmi will continue to work with kernels where ipmi_msghandler is still modular.