Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166635
b: refs/heads/master
c: 3ae91c2
h: refs/heads/master
i:
  166633: e832004
  166631: dfd5fd6
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed Oct 1, 2009
1 parent d81573d commit fb89de6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 817b33d38f81c8736d39283c35c886ae4668f1af
refs/heads/master: 3ae91c21dd29e413f4111978152c14061f0984b0
7 changes: 4 additions & 3 deletions trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1992,12 +1992,14 @@ static inline unsigned long layout_symtab(struct module *mod,
Elf_Shdr *sechdrs,
unsigned int symindex,
unsigned int strindex,
const Elf_Hdr *hdr,
const Elf_Ehdr *hdr,
const char *secstrings,
unsigned long *pstroffs,
unsigned long *strmap)
{
return 0;
}

static inline void add_kallsyms(struct module *mod,
Elf_Shdr *sechdrs,
unsigned int shnum,
Expand Down Expand Up @@ -2081,9 +2083,8 @@ static noinline struct module *load_module(void __user *umod,
struct module *mod;
long err = 0;
void *percpu = NULL, *ptr = NULL; /* Stops spurious gcc warning */
#ifdef CONFIG_KALLSYMS
unsigned long symoffs, stroffs, *strmap;
#endif

mm_segment_t old_fs;

DEBUGP("load_module: umod=%p, len=%lu, uargs=%p\n",
Expand Down

0 comments on commit fb89de6

Please sign in to comment.