Comment 35 for bug 1864992

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Kmod source shows:

idx = index_file_open(fn);
if (idx == NULL) {
    DBG(ctx, "could not open builtin file '%s'\n", fn);
    return NULL;
}

and this is continuously called.

I'll check if DBG should be enabled in our case OR we should patch upstream.