sed -i -e "s:-DMODVERSIONS:-DMODVERSIONS -DEXPORT_SYMTAB:g" \ Makefile cd .. sed -i -e "s:-DMODVERSIONS:-DMODVERSIONS -DEXPORT_SYMTAB:g" \ config.status -DEXPORT_SYMTAB flag is newer added. Then I changed to: sed -i -e "s/-DMODULE/-DMODULE -DEXPORT_SYMTAB/g" \ Makefile cd .. sed -i -e "s/-DMODULE/-DMODULE -DEXPORT_SYMTAB/g" \ config.status Reproducible: Always Steps to Reproduce: 1. 2. 3.
Kenny: which kernels does this effect?
I using kernel v2.4.24 without modversions and some patches (iptables,i2c,..). I think problem is in absence -DEXPORT_SYMTAB ,but Makefile is regenerated in emake by autoconf ? :( I repair this bug by adding -DEXPORT_SYMTAB to all relevant files.
fixed