Comment 16 for bug 1533009

Revision history for this message
Ming Lei (tom-leiming) wrote :

Dann,

In my test, the issue is nothing to do with kernel, and only related with modules built by the affected gcc 5.3.

For example, the kernel running is built from gcc 5.2, then I rebuilt some modules by gcc 5.3, the issue comes
when I try to load the just built module.

BTW, '-mcmodel=large' is only passed to gcc when modules are builting, and it isn't used for building kernel.

Thanks,