summaryrefslogtreecommitdiff
path: root/elf.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-18Implement loading .text section from ELF binaryTobias Klauser1-10/+26
2010-11-10First bunch of rework, stil work in progressTobias Klauser1-0/+106
d'/>
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-05 15:40:38 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-05 15:40:38 -0700
commit85f397a97aadbea151a42eea6cdab64e2a544e80 (patch)
tree5cb83e668440932261c0bc113730c3ce466d9e68
parentc4781a8df9566ca13bf3ac6a65f6aae8d3f6e499 (diff)
parent1f93e9f2318b598e6775a1fc9701604993c512b1 (diff)
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Pull asm-generic syscall fix from Arnd Bergmann: "My last pull request for asm-generic had just one patch that added two new system calls to asm/unistd.h, but unfortunately it turned out to be wrong, pointing arch/tile compat mode at the native handlers rather than the compat ones. This was spotted by Yury Norov, who is working on ILP32 mode for arch/arm64, which would have the same problem when merged. This fixes the table to use the correct compat syscalls, like the other 64-bit architectures do. I'll try to find the time to come up with a solution that prevents this problem from happening again, by allowing all future system calls to just get added in a single file for use by all architectures" * tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: asm-generic: use compat version for preadv2 and pwritev2
Diffstat