Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94063
b: refs/heads/master
c: b901d40
h: refs/heads/master
i:
  94061: 726899a
  94059: 643e134
  94055: a886779
  94047: 9f690a8
v: v3
  • Loading branch information
Jim Meyering authored and Linus Torvalds committed Apr 28, 2008
1 parent bbb21fb commit c57a7f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1236cc3cf8c69bd316c940b2e94f91b3795f97fe
refs/heads/master: b901d40c970e6db319fe1f8d84db2b9684b6c9bf
6 changes: 6 additions & 0 deletions trunk/arch/alpha/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs,

nsyms = symtab->sh_size / sizeof(Elf64_Sym);
chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL);
if (!chains) {
printk(KERN_ERR
"module %s: no memory for symbol chain buffer\n",
me->name);
return -ENOMEM;
}

got->sh_size = 0;
got->sh_addralign = 8;
Expand Down

0 comments on commit c57a7f2

Please sign in to comment.