1. 02 Apr, 2003 3 commits
    • Kai Germaschewski's avatar
      kbuild: Fix dependencies for generated .mod.o files · 46cfe05f
      Kai Germaschewski authored
      For some reason which I cannot remember, we didn't use the automatic
      dependency generation for the generated .mod.[co] files. However, we do
      of course need dependency information for those, too, they need to be updated
      when e.g. the kernel version number changes.
      46cfe05f
    • Kai Germaschewski's avatar
      modules: Fix exporting symbols from modules · 494c779a
      Kai Germaschewski authored
      This patch fixes two issues:
      o The CONFIG_MODVERSIONING=y case broke at compile time since some
        functions were not updated with the latest module changes
      o Exporting symbols from modules stopped working due to confusion of
        mod->num_syms and mod->num_ksyms. Rename mod->num_ksyms to mod->num_syms,
        which is more logical since the associated array is called ->syms, and
        for the kallsyms member use "num_symtab", since the associated array is
        ->symtab.
      494c779a
    • Kai Germaschewski's avatar
      b35e3015
  2. 01 Apr, 2003 37 commits