Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param

* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param:
Revert "module: remove the SHF_ALLOC flag on the __versions section."

-3
-3
kernel/module.c
··· 1952 1952 if (strstarts(secstrings+sechdrs[i].sh_name, ".exit")) 1953 1953 sechdrs[i].sh_flags &= ~(unsigned long)SHF_ALLOC; 1954 1954 #endif 1955 - /* Don't keep __versions around; it's just for loading. */ 1956 - if (strcmp(secstrings + sechdrs[i].sh_name, "__versions") == 0) 1957 - sechdrs[i].sh_flags &= ~(unsigned long)SHF_ALLOC; 1958 1955 } 1959 1956 1960 1957 modindex = find_sec(hdr, sechdrs, secstrings,